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
|
mason (1.0.0-12.3) unstable; urgency=low
* Non-maintainer upload.
* Fix "modifies conffiles (policy 10.7.3): /etc/masonrc"
follow debconf-devel(7):
- install masonrc to /usr/share/mason instead of /etc
- config: read values from file and put them into debconf db
- postinst/configure: replace values in file with values from debconf
- postrm/purge: remove file
(Closes: #687944)
* Additional changes:
- remove broken (as in: triggers ftp-master auto-reject) lintian-override
- empty (but don't remove, it's in the .orig.tar.gz) useless
debian/conffiles
* Debconf translations:
- Brazilian Portuguese: update (Flamarion Jorge). Closes: #605289
- Dutch: update (Jeroen Schot). Closes: #658859
- Danish, Swedish, Norwegian Bokmål: fix encoding.
- Drop almost empty no.po, as recommended by po2debconf.
-- gregor herrmann <gregoa@debian.org> Mon, 01 Oct 2012 20:47:17 +0200
mason (1.0.0-12.2) unstable; urgency=low
* Non-maintainer upload.
* Fix pending l10n issues. Debconf translations:
- Spanish (Omar Campagne). Closes: #589495
- Italian (Vincenzo Campanella). Closes: #600439
- Spanish (Omar Campagne). Closes: #600535
- Finnish (Esko Arajärvi). Closes: #600635
-- Christian Perrier <bubulle@debian.org> Tue, 19 Oct 2010 07:23:41 +0200
mason (1.0.0-12.1) unstable; urgency=low
* Non-maintainer upload.
* Split Choices in templates
* Drop /etc files from conffiles
* Don't hardcode path in calls to "rm" in postrm
* Fix pending l10n issues. Debconf translations:
- Vietnamese (Clytie Siddall). Closes: #578895
- Russian (Yuri Kozlov). Closes: #578919
- Swedish (Martin Bagge). Closes: #579300
- Basque (Iñaki Larrañaga Murgoitio). Closes: #579720
- German (Martin Eberhard Schauer). Closes: #580011
- Czech (Miroslav Kure). Closes: #580182
- French (Steve Petruzzello). Closes: #583080
- Simplified Chinese (YunQiang Su). Closes: #586631
- Danish (Joe Hansen). Closes: #586710
- Galician (Jacobo Tarrio). Closes: #587308
- Portuguese (Américo Monteiro). Closes: #587374
-- Christian Perrier <bubulle@debian.org> Mon, 28 Jun 2010 07:38:42 +0200
mason (1.0.0-12) unstable; urgency=low
* Dependency on local filesystems added
* Prepended paths in postrm script removed
* Dependency on ${misc:Depends} added
* Questions in the debconf template removed
* Added warning when an IPv6 interface is found, because mason can
filter IPv4 packets only.
-- Thomas Scheffczyk <thomas.scheffczyk@uni-mainz.de> Fri, 23 Apr 2010 10:59:16 +0200
mason (1.0.0-11) unstable; urgency=low
* Minor changes to fix warnings reported by lintian for version 1.0.0-10
* Change the order of preferred editors to avoid problems reported with
mcedit, the prior standard. Preferred editor if installed is now emacs,
followed by vi and nano.
* New option for mason-gui-text: When started with the option "--force"
it will try to stop other instances of itself instead of exiting.
-- Thomas Scheffczyk <thomas.scheffczyk@verwaltung.uni-mainz.de> Fri, 27 Jun 2008 10:28:23 +0200
mason (1.0.0-10) unstable; urgency=low
* Added finnish debconf template translation. (Thanks to Esko Arajaervi)
(closes: #473372)
* Added galician debconf template translation. (Thanks to Jacobo Tarrio)
(closes: #473502)
* Added russian debconf template translation. (Thanks to Yuri Kozlov)
(closes: #473790)
* Added basque debconf template translation. (Thanks to Piarres Beobide)
(closes: #473968)
* Added turkish debconf template translation. (Thanks to Mert Dirik)
(closes: #486566)
* New functionality: mason can now restart services after resetting the
iptables rules. (Necessary for services that manipulate or add own
iptables rules, e.g. fail2ban)
* Added documentation for additional properties of the debian version
of mason (see masonrc)
* Moved not interactively usable script mason-decide from /usr/bin to
/var/lib/mason
* Minor changes to fix warnings reported by lintian for version 1.0.0-9
* Changed Standards-Version from 3.7.3 to 3.8.0; no changes required.
-- Thomas Scheffczyk <thomas.scheffczyk@verwaltung.uni-mainz.de> Mon, 23 Jun 2008 14:05:09 +0200
mason (1.0.0-9) unstable; urgency=low
* Added spanish debconf template translation. (Thanks to Maria Germana Oliveira)
(closes: #469341)
* Fixed a small typo in the spanish translation (Thanks to Alvaro Herrera)
* Changed behaviour: When mason is purged, the init.d link will be removed now, too
* Added the '-n' switch to the call of 'iptables -L' when flushing chains
to avoid DNS calls when merely checking for the exisitence of a chain.
* Changed Standards-Version from 3.7.2 to 3.7.3; no changes required.
-- Thomas Scheffczyk <thomas.scheffczyk@verwaltung.uni-mainz.de> Tue, 25 Mar 2008 12:29:34 +0100
mason (1.0.0-8) unstable; urgency=low
* Added dutch debconf template translation. (Thanks to cobaco (aka Bart Cornelis))
(closes: #448932)
* Removed national encoding in changelog of 1.0.0-7
* Changed property 'Build-Depends-Indep' to 'Build-Depends' in the rules file
-- Thomas Scheffczyk <thomas.scheffczyk@verwaltung.uni-mainz.de> Fri, 2 Nov 2007 10:53:00 +0100
mason (1.0.0-7) unstable; urgency=low
* Added functionality again, to save the packet counters for filter rules
automatically when the rules are changed to allow long time statistics
(undo reverting changes done in 1.0.0-6)
* Added checks for running klogd and for a recently used logfile
(both necessary for mason to learn new rules)
* Added Portuguese debconf template translation. (Thanks to Luisa Lourenco)
(closes: #415631)
* Changed deprecated sort syntax used in masonlib ("sort +<number>" to "sort -k <number>")
-- Thomas Scheffczyk <thomas.scheffczyk@verwaltung.uni-mainz.de> Fri, 23 Mar 2007 10:25:10 +0100
mason (1.0.0-6) unstable; urgency=low
* revert undokumented changes to masonlib which prevent mason from going
into etch
-- Christoph Martin <christoph.martin@uni-mainz.de> Fri, 16 Mar 2007 09:43:10 +0100
mason (1.0.0-5) unstable; urgency=low
* Changed the dependency from debconf to debconf|debconf-2.0 (closes #332022)
* Changed the po file for the danish translation from da_DK.po to da.po
(closes #349955)
* Added Swedish debconf template translation. (Thanks to Daniel Nylander)
(closes: #334799)
* integrate changes from NMU -4.1
from Ana Beatriz Guerrero Lopez <ana@debian.org>
* Added the compat file, bumped compat to 5 and remove the conffile since
it is not necessary anymore
* Bumped Standards-Version to 3.7.2, no changes required.
* Removed full stop "." character from the "Description" field.
* added German debconf template translation (closes: #411390)
-- Christoph Martin <christoph.martin@uni-mainz.de> Wed, 14 Mar 2007 11:31:08 +0100
mason (1.0.0-4) unstable; urgency=low
* Added an update of the danish template translation (Thanks to Claus Hindsgaul) (closes: #319233)
-- Thomas Scheffczyk <thomas.scheffczyk@verwaltung.uni-mainz.de> Fri, 22 Jul 2005 07:46:17 +0200
mason (1.0.0-3) unstable; urgency=low
* Incorporated NMU changes (Thanks to Lucas Wall) (closes: #250264,
#301321)
* fix postinst to correctly install startup links (closes: #222384)
* upgrade to policy 3.6.1.0
* Added Vietnamese debconf template translation (Thanks to Clytie
Siddall) (closes: #312752)
-- Thomas Scheffczyk <thomas.scheffczyk@verwaltung.uni-mainz.de> Fri, 24 Jun 2005 11:41:10 +0200
mason (1.0.0-2.1) unstable; urgency=low
* Non-maintainer upload
* Switched to po-debconf. (closes: #250264)
* Added Brazilian Portuguese debconf template translation. (closes: #301321)
* Added Czech debconf template translation.
* Added French debconf template translation.
* Added Norwegian debconf template translation.
-- Lucas Wall <lwall@debian.org> Tue, 12 Apr 2005 10:17:05 -0300
mason (1.0.0-2) unstable; urgency=low
* fix masonlib to support iptables static in kernel
* fix init.d levels so that mason will be startet directly after
configuring the interfaces and will not be stopped on shutdown
-- Thomas Scheffczyk <thomas.scheffczyk@verwaltung.uni-mainz.de> Thu, 8 May 2003 13:57:43 +0200
mason (1.0.0-1) unstable; urgency=low
* New maintainer upload (closes: #143724)
* Exit if another instance of mason-gui-text is running (closes:
#186599, #169221)
* fix duplicate text in README.Debian (closes: #171709)
* add Danish debconf template (closes: #174789)
-- Thomas Scheffczyk <thomas.scheffczyk@verwaltung.uni-mainz.de> Tue, 15 Apr 2003 14:49:58 +0200
mason (1.0.0-0.1) unstable; urgency=low
* new upstream
-- Christoph Martin <christoph.martin@uni-mainz.de> Wed, 22 May 2002 17:46:26 +0200
mason (0.13.0.92-2) unstable; urgency=low
* Added config questions for default policies to prevent boot-time
questions. (closes bug #50745)
* Changed maintainer address to jive with other packages.
* Fixed problem with *-ips files being created in current directory
instead of /var/lib/mason.
* Moved baserules from /var/lib/mason to /etc/mason.baserules (by request;
so config backups of /etc work properly).
* Fixed pristine source problem (it's uploaded now :-).
-- Jeff Licquia <licquia@debian.org> Wed, 24 Nov 1999 23:55:13 -0600
mason (0.13.0.92-1) unstable; urgency=low
* Newer upstream version.
* Real working package, this time. :-)
-- Jeff Licquia <licquia@debian.org> Thu, 28 Oct 1999 16:30:12 -0500
mason (0.13.0.92-1) unstable; urgency=low
* Newer upstream version.
* Real working package, this time. :-)
-- Jeff Licquia <licquia@debian.org> Thu, 28 Oct 1999 16:30:12 -0500
mason (0.12.0-1) unstable; urgency=low
* Initial Release.
-- Jeff Licquia <jeff@luci.org> Wed, 31 Mar 1999 21:49:35 -0600
|