File: changelog

package info (click to toggle)
l2tpns 2.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,840 kB
  • sloc: ansic: 22,125; sh: 177; perl: 139; makefile: 127
file content (182 lines) | stat: -rw-r--r-- 5,551 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
l2tpns (2.4.1-1) unstable; urgency=medium

  [ Samuel Thibault ]
  * New upstream version 2.4.1
  * d/patches/01-harden-compile.patch: Pass -shared last to avoid conflicting
    with -fpie.
  * Enable diffoscope in reprotest CI
  * control: Make Multi-Arch: foreign.

  [ Sebastien Badia ]
  * New upstream version 2.4.0
  * Bump Standards-Version to 4.6.1 (no changes needed)

 -- Samuel Thibault <sthibault@debian.org>  Sat, 17 Sep 2022 21:20:42 +0200

l2tpns (2.3.3-2) unstable; urgency=medium

  [ Sebastien Badia ]
  * d/gbp: Added configuration
  * d/patches: Update DEP-3 headers

  [ Julien Rabier ]
  * Update Uploader's e-mail address
  * Backport patch to systemd unit from upstream

 -- Sebastien Badia <sbadia@debian.org>  Mon, 08 Mar 2021 23:32:16 +0100

l2tpns (2.3.3-1) unstable; urgency=medium

  [ Julien Rabier ]
  * fix hardening patch following changes upstream in 2.3.2

  [ Sebastien Badia ]
  * New upstream version 2.3.3

 -- Sebastien Badia <sbadia@debian.org>  Sat, 06 Feb 2021 01:11:00 +0100

l2tpns (2.3.1-2) unstable; urgency=medium

  * d/control: Update maintainer (team), many thanks Jonathan

 -- Sebastien Badia <sbadia@debian.org>  Tue, 15 Dec 2020 10:26:43 +0100

l2tpns (2.3.1-1) unstable; urgency=medium

  [ Julien Rabier ]
  * New upstream version 2.3.1
  * d/init.d:
    + Cleanup usage of detach flag (should not be used with SystemD)
    + Fix SystemV, SIGQUIT signal sends to l2tpns causes to flush all
      sessions even in cluster mode. A normal SIGTERM should be used.
  * d/service: Use upstream SystemD unit file

  [ Samuel Thibault ]
  * copyright: Use https URL for Format.
  * control:
    + Bump Standards-Version to 4.5.1.
    + Add Vcs-* fields.
    + Bump debhelper compat to 12.
  * dirs: Drop unused /usr/bin directory.
  * postinst postrm prerm: Remove trivial maintainer scripts.

  [ Sebastien Badia ]
  * init.d:
    + Move l2tpns args to a default file
    + Added a SystemD unit file
    + Rename init.d file and add missing Description
  * d/copyright:
    + Fix lintian info (unused-license-paragraph)
    + Update Copyright years and authors
    + Update upstream contact/source
  * d/patches:
    + Refresh and add missing DEP-3 headers
    + Refresh patches (remove applied upstream)
  * d/upstream: Added metadata
  * d/rules: Cleanup rules file
  * d/logrotate: Install logrotate file witch dh
  * d/control:
    + Added Julien and Fernando as Uploaders
    + Bump debhelper compat to 13
    + Added Rules-Requires-Root
    + Added missing Pre-Depends
    + Added myself as Uploaders
  * d/watch: Update watch file (according new upstream)

 -- Sebastien Badia <sbadia@debian.org>  Wed, 09 Dec 2020 18:27:45 +0100

l2tpns (2.2.1-2) unstable; urgency=low

  * Fix log buffer overrun, thanks to Dave Reeve (closes: #817837)
  * Add /lib/lsb/init-functions to init script.

 -- Jonathan McDowell <noodles@earth.li>  Tue, 05 Jul 2016 10:48:12 +0100

l2tpns (2.2.1-1) unstable; urgency=low

  * New upstream release.
  * Enabled hardened build flags, thanks Moritz Muehlenhoff (closes: #657846)
  * Packaging updates
    * Move to 3.0 (quilt) source format
    * Bump DH compat level to 8
  * Acknowledge NMU (closes: #468889)
  * Fix ordering of stdio.h/syslog.h includes (closes: #707385)
  * Create accounting_dir in init script if necessary (closes: #418156)
  * Bump Standards-Version to 3.9.4.0
    * Add build-arch/build-indep targets to debian/rules

 -- Jonathan McDowell <noodles@earth.li>  Tue, 04 Jun 2013 20:23:37 -0700

l2tpns (2.1.21-1.1) unstable; urgency=low

  * Non-maintainer upload.
  * Added LSB formatted dependency info in init.d script (closes: #468889)

 -- Peter Eisentraut <petere@debian.org>  Wed, 02 Apr 2008 01:58:55 +0200

l2tpns (2.1.21-1) unstable; urgency=high

  * New upstream release.
  * Fixes potential remote code execution; hence urgency=high

 -- Jonathan McDowell <noodles@earth.li>  Tue, 05 Dec 2006 16:52:54 +0000

l2tpns (2.1.19-1) unstable; urgency=low

  * New upstream release.
  * Add debian/watch file.
  * Bump Standards-Version to 3.7.2.0 (no changes).

 -- Jonathan McDowell <noodles@earth.li>  Sat, 22 Jul 2006 14:11:14 +0100

l2tpns (2.1.16-1) unstable; urgency=low

  * New upstream release.

 -- Jonathan McDowell <noodles@earth.li>  Tue, 21 Mar 2006 10:43:11 +0000

l2tpns (2.1.15-1) unstable; urgency=low

  * New upstream release.

 -- Jonathan McDowell <noodles@earth.li>  Tue, 20 Dec 2005 11:00:23 +0000

l2tpns (2.1.10-1) unstable; urgency=low

  * New upstream release.

 -- Jonathan McDowell <noodles@earth.li>  Sun, 13 Nov 2005 17:49:49 +0000

l2tpns (2.1.8-1) unstable; urgency=low

  * New upstream release.
  * Update Standards-Version to 3.6.2.0 (no changes).

 -- Jonathan McDowell <noodles@earth.li>  Tue, 27 Sep 2005 17:20:19 +0100

l2tpns (2.1.3-1) unstable; urgency=low

  * New upstream release.

 -- Jonathan McDowell <noodles@earth.li>  Wed, 24 Aug 2005 13:05:42 +0100

l2tpns (2.0.22-1) unstable; urgency=low

  * New upstream release; last of the 2.0 releases as I plan to upload
    2.1.1 once I've tested it in production myself.

 -- Jonathan McDowell <noodles@earth.li>  Thu, 23 Jun 2005 13:41:57 +0100

l2tpns (2.0.14-1) unstable; urgency=low

  * New upstream release.
  * Tidy up spelling in Description.
  * Make lintian happy by lowering case of Layer 2.

 -- Jonathan McDowell <noodles@earth.li>  Thu, 06 Jan 2005 14:22:33 +0000

l2tpns (2.0.8-1) unstable; urgency=low

  * Initial Debian upload. (closes: #280675)

 -- Jonathan McDowell <noodles@earth.li>  Fri, 26 Nov 2004 10:27:01 +0000