File: changelog

package info (click to toggle)
pyroman 0.6.2-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 396 kB
  • sloc: python: 1,706; xml: 89; sh: 57; makefile: 5
file content (257 lines) | stat: -rw-r--r-- 9,254 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
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
pyroman (0.6.2-1.1) unstable; urgency=medium

  * Non-maintainer upload.
  * No-change source-only upload to allow testing migration. 

 -- Boyuan Yang <byang@debian.org>  Tue, 21 Jan 2020 12:45:15 -0500

pyroman (0.6.2-1) unstable; urgency=low

  * Do not hardcode path to /sbin/iptables, which was moved to /usr/sbin

 -- Erich Schubert <erich@debian.org>  Wed, 04 Dec 2019 21:19:35 +0100

pyroman (0.6.1-1) unstable; urgency=medium

  * Fixes for python3

 -- Erich Schubert <erich@debian.org>  Sat, 07 Sep 2019 17:04:25 +0200

pyroman (0.6.0-1) unstable; urgency=medium

  * Rewrite to Python 3 using 2to3 (Closes: #937528)
  * Do not auto-enable the init script (systemd was already not auto-enabled)
  * Remove /etc/default/pyroman
  * Update homepage and VCS fields to salsa.debian.org
  * Bump debhelper level to 10
  * Update to debian policy 4.4.0

 -- Erich Schubert <erich@debian.org>  Sat, 07 Sep 2019 15:34:54 +0200

pyroman (0.5.0-1) unstable; urgency=medium

  * Upstream tagged final (no changes)
  * Improve systemd service file: check /etc/default/pyroman
  * Improve systemd service file: run inbetween network-pre and network
  * Do not autostat pyroman - usually not configured

 -- Erich Schubert <erich@debian.org>  Sun, 19 Oct 2014 19:06:44 +0200

pyroman (0.5.0~beta2-1) unstable; urgency=medium

  * Add ICMPv6 default rules, following RFC 4890
  * Please help testing and improving IPv6 support!
  * Do *not* enable systemd service by default, as the default
    configuration would block any networking!

 -- Erich Schubert <erich@debian.org>  Sat, 15 Feb 2014 23:13:13 +0100

pyroman (0.5.0~beta1-1) unstable; urgency=low

  * Let's call this a beta release. No negative feedback on the alpha for
    a year, but as this includes new functionality (IPSec) I want to give
    this version some extra time.
  * Merge patch to support IPSec by Wil Tan (Closes: #719054)
  * Skip "ah" protocol for IPv6. You would need to use the header match!
  * Use dh-systemd for better systemd support (Closes: #715248)
  * Drop patch hotfix-nat.patch, included in new SVN checkout.
  * Some minor packaging cleanups (empty dir)
  * Update to standards 3.9.4
  * Use machine-readable copyright information format

 -- Erich Schubert <erich@debian.org>  Mon, 12 Aug 2013 21:52:56 +0200

pyroman (0.5.0~alpha1-3) unstable; urgency=low

  * Upload to unstable, to get more feedback on IPv6 support
  * Add systemd service file. Enable pyroman via: systemctl enable pyroman

 -- Erich Schubert <erich@debian.org>  Tue, 12 Jun 2012 22:56:48 +0200

pyroman (0.5.0~alpha1-2) experimental; urgency=low

  * Fix Nat support, discovered by trying to regenerate the 1300+ lines
    iptables of a four-if hot-standby firewall.

 -- Erich Schubert <erich@debian.org>  Thu, 18 Aug 2011 01:28:12 +0200

pyroman (0.5.0~alpha1-1) experimental; urgency=low

  * New pre-release with experimental IPv6 support.
  * Please help me test and debug!

 -- Erich Schubert <erich@debian.org>  Wed, 17 Aug 2011 20:49:27 +0200

pyroman (0.4.6-5) unstable; urgency=low

  * Switch to quilt source format
  * Use debhelper 7 instead of CDBS
  * Use dh_python2
  * Update to policy 3.9.2.0 (no changes)
  * Yes, this project is still alive. It just does all I currently need.

 -- Erich Schubert <erich@debian.org>  Mon, 25 Jul 2011 20:36:39 +0200

pyroman (0.4.6-4) unstable; urgency=low

  * Try to ensure python-support has run before we run the init script.

 -- Erich Schubert <erich@debian.org>  Wed, 09 Jun 2010 02:50:38 +0200

pyroman (0.4.6-3) unstable; urgency=low

  * Fix init script missing dependency on $remote_fs
  * Increase debhelper level to 7
  * Also update to latest policy 3.8.4.0 (no changes)

 -- Erich Schubert <erich@debian.org>  Thu, 03 Jun 2010 18:45:37 +0200

pyroman (0.4.6-2) unstable; urgency=low

  * Call dh_pysupport in binary-install instead of install target
    to make it build with python-support from experimental (Closes: #516903)
  * Resolve lintian warnings
  * Remove prerm, postinst scripts that cleaned up early (pre-lenny) versions.

 -- Erich Schubert <erich@debian.org>  Sat, 28 Feb 2009 13:57:27 +0100

pyroman (0.4.6-1) unstable; urgency=low

  * New upstream version
  * Clean up handling of input/output/forward and accept/reject/drop chain
    names, they are now all configured in the example rules files, and default
    to the kernel values otherwise. They are also configureable via XML now.
  * Bounce policy version to 3.8.0.0 (no changes)

 -- Erich Schubert <erich@debian.org>  Sat, 02 Aug 2008 01:46:21 +0200

pyroman (0.4.5-1) unstable; urgency=low

  * New upstream version
  * Add external verification command
    (e.g. try a ssh-out-ssh-in command to verify network functionality)
  * Use subprocess module (thus requiring python 2.4 or later)
    Add debian/pyversions accordingly.

 -- Erich Schubert <erich@debian.org>  Fri, 01 Aug 2008 15:13:52 +0200

pyroman (0.4.4-2) unstable; urgency=low

  * The 'lenny is freezing, time to prepare for release' upload.
  * Remove /etc/pyroman/000_README on install and purge, that file was
    renamed to just README. Check md5sum. (Closes: #454400)
  * Fix lintian warnings:
    * Remove empty directory /usr/share/pyroman/ from package
    * Improve copyright notice
    * Spelling of Python in description (uppercase)
    * Current dpkg-source should strip .svn directories from diff
    * Update policy to 3.7.3 (no changes)
  * Improve package description

 -- Erich Schubert <erich@debian.org>  Tue, 15 Apr 2008 00:09:27 +0200

pyroman (0.4.4-1) unstable; urgency=low

  * New upstream version
  * Some restructuring of the python code, not many user-visible changes
  * iptables-save re-parsing (to keep traffic information) not yet added.
  * Remove XS-Python-Version. Thanks Josselin. (Closes: #445408)
  * Move Homepage into Homepage field in control
  * Add Vcs-Svn and Vcs-Browser fields

 -- Erich Schubert <erich@debian.org>  Tue, 16 Oct 2007 05:27:19 +0200

pyroman (0.4.3-1) unstable; urgency=low

  * New upstream version
  * New XML syntax as alternative to python syntax (see examples/xml).
  * Error reporting was improved.
  * Less verbose init script thanks to new --init option.
  * Add support to disable generation of forward chains (for sharing the
    firewall configuration files over non-forwarding hosts more cleanly)

 -- Erich Schubert <erich@debian.org>  Fri, 04 May 2007 20:18:41 +0200

pyroman (0.4.2-1) unstable; urgency=low

  * New upstream release:
  * Add example configuration files for a single host setup
    ("personal firewall"). Also adding support for interface wildcards.
  * cp /usr/share/doc/pyroman/examples/personal-firewall/*.py /etc/pyroman
    and then running pyroman (use /etc/default/pyroman to enable on boot)
    should give you a working firewall for a single host setup.
  * Update to policy 3.7.2 (no changes)

 -- Erich Schubert <erich@debian.org>  Thu,  1 Mar 2007 15:10:52 +0100

pyroman (0.4-3) unstable; urgency=low

  * Fix init script sequence with small hack in CDBS.

 -- Erich Schubert <erich@debian.org>  Mon, 11 Sep 2006 13:46:18 +0200

pyroman (0.4-2) unstable; urgency=low

  * Fix python packaging brokenness.

 -- Erich Schubert <erich@debian.org>  Mon, 11 Sep 2006 12:43:12 +0200

pyroman (0.4-1) unstable; urgency=low

  * New upstream version.
  * has --print and --print-verbose options (Closes: #377398)
  * has --rules=dir option (Closes: #377397)
  * has explicit drop for state=INVALID (Closes: #377396)
  * has --no-act option
  * has --timeout=seconds option for different timeouts
  * removed duplicate rule (Closes: #377393)
  * Try to do the python transition... (Closes: #380917)

 -- Erich Schubert <erich@debian.org>  Thu, 10 Aug 2006 03:42:49 +0200

pyroman (0.3-2) unstable; urgency=low

  * Gnah. Really add python build-dep (Closes: #363311, #358402)

 -- Erich Schubert <erich@debian.org>  Tue, 18 Apr 2006 14:42:19 +0200

pyroman (0.3-1) unstable; urgency=low

  * New upstream version
  * The package now installs the base example as configfiles
  * Enhanced examples (with bittorrent filter)

 -- Erich Schubert <erich@debian.org>  Sun, 16 Apr 2006 18:31:06 +0200

pyroman (0.2-4) unstable; urgency=low

  * Add build-dependency on python (Closes: #358402)

 -- Erich Schubert <erich@debian.org>  Sun, 16 Apr 2006 15:42:20 +0200

pyroman (0.2-3) unstable; urgency=low

  * The "yes, I'm in a work frenzy, so I can avoid preparing for
    my final exams" release
  * Try to follow Debian Python Policy literally, although 3.1.1 seems
    not well suited here (why not prevent .pyc generation altogether?)
  * Move example rules to /usr/share/doc/pyroman/examples

 -- Erich Schubert <erich@debian.org>  Fri, 17 Feb 2006 00:30:03 +0100

pyroman (0.2-2) unstable; urgency=low

  * Source lsb init functions in init script (was missing from skeleton
    provided by init-scripts...)
  * Don't create /etc/defaults directory, that is /etc/default
    and the installation is done by debhelper anyway.
  * Document two more commands of pyroman, from SVN.

 -- Erich Schubert <erich@debian.org>  Thu, 16 Feb 2006 22:09:11 +0100

pyroman (0.2-1) unstable; urgency=low

  * Initial release.

 -- Erich Schubert <erich@debian.org>  Thu, 16 Feb 2006 20:07:56 +0100