summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-02-15Upload to unstabledebian/3.20.4-2Michael Biebl1-2/+2
2009-02-15Move Git repository to collab-maint. Update Vcs-* fields.Michael Biebl2-2/+3
2009-02-15Merge changes from experimental branch.Michael Biebl1-0/+6
2009-02-15Remove debian-branch as 'master' is defaultMichael Biebl1-1/+0
2009-02-10Upload to experimentaldebian/3.20.4-1Michael Biebl1-1/+1
2009-02-10Update list of suggested packages and package descriptions.Michael Biebl2-5/+9
2009-02-10Install upstream AUTHORS file.Michael Biebl2-0/+3
2009-02-10Replace "dh_clean -k" with "dh_prep".Michael Biebl2-1/+2
2009-02-10Use dh_instalinits' restart-on-upgrade option.Michael Biebl3-10/+6
* debian/rules - Use new dh_installinit "-R" (restart-after-upgrade) option. * debian/rsyslog.postinst - Remove our custom code to stop/start rsyslog on upgrades. This is done now automatically by dh_installinit.
2009-02-10Bump to debhelper v7 mode,Michael Biebl3-2/+7
Update debian/compat to v7 and bump build-dependency on debhelper to (>= 7.0.9) for dh_installinit --restart-on-upgrade.
2009-02-10Remove message_locking_fix.patch, fixed upstream.Michael Biebl2-63/+3
2009-02-10Merge branch 'master' into experimentalMichael Biebl13-54/+190
Conflicts: debian/changelog debian/patches/series
2009-02-10New upstream release.Michael Biebl1-0/+6
2009-02-10Merge commit 'upstream/3.20.4' into experimentalMichael Biebl35-159/+309
2009-02-10Imported Upstream version 3.20.4upstream/3.20.4Michael Biebl35-159/+309
2009-02-08Upload to unstabledebian/3.18.6-4Michael Biebl1-2/+2
2009-02-08Add README.DebianMichael Biebl2-5/+94
- Add notes about the Debian specific configuration of rsyslog and outline some of the changes between rsyslog and sysklogd which should ease the migration. Closes: #484083 - Add instructions how to avoid doubled hostname entries when sending syslog messages from rsyslog to a sysklogd server. Closes: #512663
2009-02-07Write a debian changelog for the last commit.Michael Biebl1-0/+4
2009-02-06Use dbconfig-common template mechanismMichael Biebl6-46/+16
Use dbconfig-commons' template mechanism to generate the configuration files for rsyslog-mysql and rsyslog-pgsql. This simplifies postinst quite a bit and makes sure we don't read any unitialized debconf values.
2009-02-06Specify the db type when including the dbc maintainer scriptsMichael Biebl6-8/+8
Explictly include the mysql resp. pgsql version of the dbconfig-common maintainer scripts.
2009-02-06Urgency medium for the RC bug fixMichael Biebl1-1/+2
2009-02-06bugfix: proper message locking on message destructMichael Biebl3-0/+73
Proper message locking on message destruct to avoid a race condition which could lead to a segfault. Closes: #509292 Patch cherry-picked from upstream git.
2009-01-29Use pristine-bar for git-buildpackage.Michael Biebl1-0/+1
2009-01-19Upload to experimentaldebian/3.20.3-1Michael Biebl1-2/+2
2009-01-19Remove manpage_fixes.patchMichael Biebl3-76/+2
Patch has been applied upstream.
2009-01-19Remove allowed_sender_reload.patchMichael Biebl3-60/+2
Patch has been merged upstream.
2009-01-19New upstream release.Michael Biebl1-0/+6
2009-01-19Merge commit 'upstream/3.20.3' into experimentalMichael Biebl9-47/+109
2009-01-19Imported Upstream version 3.20.3upstream/3.20.3Michael Biebl9-47/+109
2009-01-16Upload to experimentaldebian/3.20.2-1Michael Biebl1-2/+2
2009-01-16Remove index.html symlinks (replaced by a real file)Michael Biebl2-2/+4
2009-01-16Collect messages as long as possible during shutdown or reboot.Michael Biebl4-4/+25
Let rsyslog collect messages as long as possible during shutdown or reboot. As /usr may be mounted via NFS, the latest possible point is just before umountnfs. Closes: #474498 - Update the stop priorities for runlevel 0 and 6 from K90 to S30 for sysv-rc and migrate existing symlinks. - Update LSB header to stop after sendsigs and before umountnfs. - Use the sendsigs process omission interface to avoid being killed by killall5.
2009-01-16Enable GnuTLS supportMichael Biebl4-2/+17
- Add libgnutls-dev to Build-Depends. - Split files into a separate package named rsyslog-gnutls. - Add --enable-gnutls to configure flags.
2009-01-16Install the netstream driver and the tcp netstream pluginMichael Biebl1-0/+2
2009-01-16Add ${misc:Depends} to rsyslog-doc.Michael Biebl2-0/+3
2009-01-16Add gbp.conf (for default git branch)Michael Biebl1-0/+2
Tell git-buildpackage to use experimental as default branch name.
2009-01-16Enable GSSAPI supportMichael Biebl5-4/+30
Patch by Ben Poliakoff. Closes: #493044
2009-01-16Refresh all patches for the new upstream stable branch.Michael Biebl3-11/+14
2009-01-16New upstream release.Michael Biebl1-0/+6
2009-01-15Merge commit 'upstream/3.20.2' into experimentalMichael Biebl229-4567/+14774
2009-01-15Upload to unstabledebian/3.18.6-3Michael Biebl1-2/+2
urgency medium for the RC bug fix.
2009-01-14Fix segfault on reload when using $AllowedSenderMichael Biebl3-0/+63
2009-01-14LSB header: provide 'rsyslog' facility instead of 'syslog'Michael Biebl2-1/+5
Update the LSB header to not provide the reserved 'syslog' facility. Use 'rsyslog' instead to avoid clashes. Thanks to Petter Reinholdtsen for the hint.
2009-01-14Create new directories with mode 0755Michael Biebl2-1/+9
2008-12-17Uplooad to unstabledebian/3.18.6-2Michael Biebl1-2/+2
2008-12-17Use $(($var)) syntax for arithmetic expressionsMichael Biebl2-1/+10
dash from etch is not SUSv3 compliant in that regard which leads to failing dist upgrades when dash is used as /bin/sh. Closes: #508943
2008-12-12Imported Upstream version 3.20.2upstream/3.20.2Michael Biebl229-4567/+14774
2008-12-12Upload to unstabledebian/3.18.6-1Michael Biebl1-2/+2
2008-12-12Remove Secunia idMichael Biebl1-1/+1
Remove the Secunia id as requested on #debian-security and only mention that no CVE id has been issued yet.
2008-12-12Fix typos in rsyslogd man page.Michael Biebl3-0/+77
Fix typos in rsyslogd man page. Closes: #506925 Thanks to Geoff Simmons for the patch.