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
|
ulogd (1.02-2) unstable; urgency=low
* Orphan. Set maintainer to QA.
-- Debian QA Group <packages@qa.debian.org> Mon, 18 Apr 2005 09:18:50 +0200
ulogd (1.02-1) unstable; urgency=low
* New upstream release.
- fixed timestamp printing in LOGEMU (closes: Bug#208506)
* debian/patches/ulogd-version.patch:
- this is really ulogd 1.02
-- Joerg Wendland <joergland@debian.org> Wed, 15 Oct 2003 12:38:33 +0200
ulogd (1.01-1) unstable; urgency=low
* New upstream release.
Removed patches now included upstream:
- debian/patches/plugin_linkage.patch
- debian/patches/mysql_connect.patch
- debian/patches/kernel_headers.patch
- debian/patches/ulogd_BASE.patch
* debian/ulogd.logrotate:
Rotate everything in /var/log/ulog.
* debian/patches/ulogd_conf.patch:
Upstream now includes a ulogd.conf.in that gets modified by the
configure script. We still have to change the logfile paths.
All logfiles are now called *.log. Add a notice for that to NEWS.Debian.
* debian/control:
Standards-Version: 3.6.1, no changes required.
* debian/ulogd-mysql.postinst:
Removed for it just contained #DEBHELPER#.
-- Joerg Wendland <joergland@debian.org> Tue, 2 Sep 2003 11:38:43 +0200
ulogd (1.00+cvs20030513-7) unstable; urgency=low
* debian/ulogd.install:
install forgotten ulogd.conf to /etc (closes: Bug#207593)
* debian/rules:
add call to dh_installlogratote for CDBS does not do it
(closes: Bug#207261)
-- Joerg Wendland <joergland@debian.org> Thu, 28 Aug 2003 12:27:33 +0200
ulogd (1.00+cvs20030513-6) unstable; urgency=low
* debian/patches/ulogd_BASE.patch:
Patch from upstream to fix timestamps. (closes: Bug#187053)
* debian/patches/mysql_connect.patch:
This needed a bit more work than just replacing the function
call. (closes: Bug#205115)
* Thanks to Jochen Friedrich for his help with these issues.
-- Joerg Wendland <joergland@debian.org> Wed, 13 Aug 2003 19:42:51 +0200
ulogd (1.00+cvs20030513-5) unstable; urgency=low
* debian/patches/kernel_headers.patch:
Try to replace all linux/*.h headers by netinet/*.h headers so that
we are independant of kernel headers.
-- Joerg Wendland <joergland@debian.org> Tue, 12 Aug 2003 12:51:04 +0200
ulogd (1.00+cvs20030513-4) unstable; urgency=low
* debian/patches/ipt_ULOG.patch:
Patch include directive into Rules.make.in, not only Makefile.in
of libipulog/. This should now get the package to build on m68k
and arm finally. Also remove include directive for kernel headers.
-- Joerg Wendland <joergland@debian.org> Mon, 11 Aug 2003 15:03:57 +0200
ulogd (1.00+cvs20030513-3) unstable; urgency=low
* Really add libpcap-dev to Build-Depends.
-- Joerg Wendland <joergland@debian.org> Mon, 11 Aug 2003 12:08:12 +0200
ulogd (1.00+cvs20030513-2) unstable; urgency=low
* Move package build to CDBS.
* debian/control:
- Add Build-Dep on cdbs.
- Add Build-Dep on libpcap-dev, so that pcap extension will
be built.
- Change Standards-Version to 3.6.0, need linkage changes for
ulogd-plugins do to section 10.2 of policy (see below).
- New package ulogd-pcap containing the pcap extension.
* debian/ulogd.NEWS:
Tell people about the new ulogd-pcap package.
* debian/patches/ipt_ULOG.patch:
Again include ipt_ULOG.h since arm and m68k still do not have
this header file in their libc packages. (closes: Bug#199733)
* debian/patches/mysql_connect.patch:
Fix the ulogd_MYSQL module to use mysql_real_connect() instead
of the obsolete mysql_connect(). (closes: Bug#193339)
* debian/patches/plugin_linkage.patch:
Link all plugins against all needed libraries. This is not necessary
the correct working of those plugins but for the reasons given in
Policy 10.2. This change is required since Standards-Version 3.6.0.
* debian/patches/ulogd_conf.patch:
Moved patch from debian.diff.gz to here.
* debian/ulogd.logrotate:
Add /var/log/ulogd/ulogd.syslogemu to log rotation.
(closes: Bug#202434)
* debian/ulogd-mysql.README.Debian:
Removed obsolete file.
-- Joerg Wendland <joergland@debian.org> Sat, 9 Aug 2003 18:46:11 +0200
ulogd (1.00+cvs20030513-1) unstable; urgency=low
* New upstream release.
* Compiling against new libpq3 fixes installability.
(closes: Bug#189841)
* Apply fixes from CVS to extensions/ulogd_BASE.c.
(closes: Bug#187053)
* Fix description and service name in init-script.
(closes: Bug#178666)
* debian/control:
- compile with libmysqlclient-dev now that the OpenSSL linkage issue
has been resolved
- Standards-Version 3.5.9
* Use newer Rules.make.in and configure.in from CVS, it includes
some fixes from my previous packages.
-- Joerg Wendland <joergland@debian.org> Tue, 13 May 2003 22:07:45 +0200
ulogd (0.98-2) unstable; urgency=low
* Add ipt_ULOG.h to source and check to configure.in to allow
build on ARM which has no libc6 2.3 yet.
-- Joerg Wendland <joergland@debian.org> Wed, 6 Nov 2002 20:27:27 +0100
ulogd (0.98-1) unstable; urgency=low
* New upstream release (closes: Bug#167017)
* remove kernel-headers from Build-Depends since libc6 2.3
now includes the needed headers (closes: Bug#154070)
* add commandline option to specify an alternative config file
(closes: Bug#167018)
* install documentation into /usr/share/doc
(closes: Bug#167020)
* rewrite manpage (closes: Bug#167019)
* add reload action to init script (closes: Bug#160513)
-- Joerg Wendland <joergland@debian.org> Wed, 6 Nov 2002 00:57:58 +0100
ulogd (0.97+cvs.20020612-2) unstable; urgency=medium
* Add Build-dep on 2.4.18 kernel-headers and use
/usr/src/kernel-headers-2.4.18/include instead of /usr/include/linux
(closes: Bug#152913).
* Fix build of mysql-module to not link against libpq. (closes: Bug#152629)
-- Joerg Wendland <joergland@debian.org> Sun, 21 Jul 2002 14:28:46 +0200
ulogd (0.97+cvs.20020612-1) unstable; urgency=low
* New upstream version from CVS. (closes: Bug#132675)
* Remove Recommends for kernel-patch-ulog (closes: Bug#136090)
* #define NETLINK_NFLOG 5 in libipulog.c so we do not need to rely on
specific kernel headers (closes: Bug#136688)
* Add new binary package ulogd-pgsql to support the newly available
PostgreSQL support in ulogd.
* Change Maintainer address to correct one.
* Fixup debian/rules.
* Fix package descriptions.
-- Joerg Wendland <joergland@debian.org> Wed, 12 Jun 2002 21:46:06 +0200
ulogd (0.97-1) unstable; urgency=medium
* New upstream version
* changed init.d script to use start-stop-daemon and be quiet
-- Joerg Wendland <jorgland@sol.wohnheim.uni-ulm.de> Wed, 3 Oct 2001 04:00:15 +0200
ulogd (0.96-3) unstable; urgency=low
* Adopted package. (closes: #110247)
-- Joerg Wendland <jorgland@sol.wohnheim.uni-ulm.de> Thu, 13 Sep 2001 22:36:05 +0200
ulogd (0.96-2) unstable; urgency=low
* Orphaning - QA->Maintainer.
-- Daniel Stone <daniel@sfarc.net> Mon, 27 Aug 2001 19:10:03 +1000
ulogd (0.96-1) unstable; urgency=low
* New upstream release.
* Use upstream's patch for the LOGEMU sync option.
* Update my email address (it's shorter now, aaronl).
* Fix ulogd.conf - new one from CVS stomped my diff. (closes: #101289)
* Make ulogd-mysql depend on the same version of ulogd.
-- Daniel Stone <daniel@sfarc.net> Mon, 18 Jun 2001 10:35:39 +1000
ulogd (0.95.cvs.20010531-2) unstable; urgency=low
* Calls and Build-Depends: on autoconf.
* Initial Debian release. (closes: #93401).
-- Daniel Stone <daniel@kabuki.openfridge.net> Mon, 11 Jun 2001 20:28:20 +1000
ulogd (0.95.cvs.20010531-1) unstable; urgency=low
* mhp-compliant versioning scheme.
-- Daniel Stone <daniel@kabuki.openfridge.net> Sun, 10 Jun 2001 12:19:03 +1000
ulogd (0.95-2+cvs20010531) unstable; urgency=low
* Sadly, I've had to return to the pre-kernel-patch-ulog ugly hack; to
satisfy the autobuilders. No, I don't like this, either.
* Bring it up to date with latest CVS, but I don't like arguing with
cvs-buildpackage.
-- Daniel Stone <daniel@kabuki.openfridge.net> Thu, 31 May 2001 18:22:11 +1000
ulogd (0.95-1) unstable; urgency=low
* New upstream release.
* Added option ("synclogfile", 0/1) to sync syslogemu file after every line
(Michael Stolovitzsky). Included in upstream CVS, will be there in 0.96.
-- Daniel Stone <daniel@kabuki.openfridge.net> Sun, 20 May 2001 13:27:57 +1000
ulogd (0.94-1) unstable; urgency=low
* Initial Release.
-- Daniel Stone <daniel@kabuki.openfridge.net> Fri, 13 Apr 2001 03:02:02 +1000
|