chiark / gitweb /
ded7d3dec3efe9cb93ef10dd4bd99b3e84a0d5ef
[secnet.git] / debian / changelog
1 secnet (0.3.3~beta1) unstable; urgency=low
2
3   Installation compatibility fix:
4   * In make-secnet-sites, always use our own ipaddr.py even if the
5     incompatible modern ipaddr.py is installed (eg via python-ipaddr.deb).
6     (Future versions of secnet are going to need that Python module to be
7     installed.)
8
9   For links involving mobile sites:
10   * Use source of NAK packets as hint for peer transport address.
11   * When initiating rekey, make use of data transport peer addresses.
12
13   Build fix:
14   * Provide clean target in test-example/Makefile.
15
16  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Fri, 19 Sep 2014 00:11:44 +0100
17
18 secnet (0.3.2) unstable; urgency=low
19
20   * Release of 0.3.2.  No code changes since 0.3.1~beta1.
21
22  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Thu, 26 Jun 2014 20:27:58 +0100
23
24 secnet (0.3.2~beta1) unstable; urgency=low
25
26   For links involving mobile sites:
27   * SECURITY: Properly update peer address array when it is full.
28   * Do name-resolution on peer-initiated key setup too, when we are mobile
29     (and other name-resolution improvements).
30
31   Other minor improvements:
32   * Log peer addresses on key exchange timeout.
33   * When printing version (eg during startup), use value from git-describe
34     and thus include git commit id where applicable.
35   * Updates to release checklist in Makefile.in.
36   * Use C99 _Bool for bool_t.
37
38  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Fri, 06 Jun 2014 01:17:54 +0100
39
40 secnet (0.3.1) unstable; urgency=low
41
42   * Release of 0.3.1.  No code changes since 0.3.1~beta3.
43
44  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Thu, 15 May 2014 01:08:30 +0100
45
46 secnet (0.3.1~beta3) unstable; urgency=low
47
48   * Build fixes for non-i386 architectures and gcc 4.8.2.
49
50  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Thu, 08 May 2014 19:53:43 +0100
51
52 secnet (0.3.1~beta2) unstable; urgency=low
53
54   Fix relating to new fragmentation / ICMP functionality:
55   * Generate ICMP packets correctly in point-to-point configurations.
56
57  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sat, 03 May 2014 18:58:09 +0100
58
59 secnet (0.3.1~beta1) unstable; urgency=low
60
61   Security fixes (vulnerabilities are to inside attackers only):
62   * SECURITY: Fixes to MTU and fragmentation handling.
63   * SECURITY: Correctly set "unused" ICMP header field.
64   * SECURITY: Fix IP length check not to crash on very short packets.
65
66   New feature:
67   * Make the inter-site MTU configurable, and negotiate it with the peer.
68
69   Bugfixes etc.:
70   * Fix netlink SEGV on clientless netlinks (i.e. configuration error).
71   * Fix formatting error in p-t-p startup message.
72   * Do not send ICMP errors in response to unknown incoming ICMP.
73   * Fix formatting error in secnet.8 manpage.
74   * Internal code rearrangements and improvements.
75
76   Packaging improvements:
77   * Updates to release checklist in Makefile.in.
78   * Additions to the test-example suite.
79
80  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Thu, 01 May 2014 19:02:56 +0100
81
82 secnet (0.3.0) unstable; urgency=low
83
84   * Release of 0.3.0.  No code changes since 0.3.0~beta3.
85   * Update release checklist.
86
87  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sun, 01 Sep 2013 20:27:48 +0100
88
89 secnet (0.3.0~beta3) unstable; urgency=low
90
91   * New upstream version.
92    - Stability bugfix: properly initialise site's scratch buffer.
93
94  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Mon, 05 Aug 2013 11:54:09 +0100
95
96 secnet (0.3.0~beta2) unstable; urgency=low
97
98   * New upstream version.
99    - SECURITY FIX: RSA public modulus and exponent buffer overflow.
100    - SECURITY FIX: Use constant-time memcmp for message authentication.
101    - SECURITY FIX: Provide a new transform, eax-serpent, to replace cbcmac.
102    - SECURITY FIX: No longer send NAKs for NAKs, avoiding NAK storm.
103    - SECURITY FIX: Fix site name checking when site name A is prefix of B.
104    - SECURITY FIX: Safely reject too-short IP packets.
105    - Better robustness for mobile sites (proper user of NAKs, new PROD msg).
106    - Better robustness against SLIP decoding errors.
107    - Fix bugs which caused routes to sometimes not be advertised.
108    - Protocol capability negotiation mechanism.
109    - Improvements and fixes to protocol and usage documentation.
110    - Other bugfixes and code tidying up.
111
112  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Thu, 25 Jul 2013 18:26:01 +0100
113
114 secnet (0.3.0~beta1) unstable; urgency=low
115
116   * New upstream version.
117    - SECURITY FIX: avoid crashes (or buffer overrun) on short packets.
118    - Bugfixes relating to packet loss during key exchange.
119    - Bugfixes relating to link up/down status.
120    - Bugfixes relating to logging.
121    - make-secnet-sites made more sophisticated to support two vpns on chiark.
122    - Documentation improvements.
123    - Build system improvements.
124   * Debian packaging improvements:
125    - Native package.
126    - Maintainer / uploaders.
127    - init script requires $remove_fs since we're in /usr.
128
129  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Thu, 12 Jul 2012 20:18:16 +0100
130
131 secnet (0.2.1-1) unstable; urgency=low
132
133   * New upstream version.  (authbind endianness fix)
134
135  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sun, 11 Dec 2011 13:14:57 +0000
136
137 secnet (0.2.0-1) unstable; urgency=low
138
139   * New upstream version.
140
141  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sat, 10 Dec 2011 22:44:41 +0000
142
143 secnet (0.1.18-1) unstable; urgency=low
144
145   * New upstream version.
146
147  -- Stephen Early <steve@greenend.org.uk>  Tue,  18 Mar 2008 17:45:00 +0000