~ubuntu-branches/ubuntu/trusty/logrotate/trusty

« back to all changes in this revision

Viewing changes to debian/patches/security-388608.patch

  • Committer: Bazaar Package Importer
  • Author(s): Paul Martin
  • Date: 2010-03-20 19:37:26 UTC
  • mto: (4.1.5 squeeze)
  • mto: This revision was merged to the branch mainline in revision 15.
  • Revision ID: james.westby@ubuntu.com-20100320193726-rca1ozk3r4l79y9u
Tags: 3.7.8-5
* New patch:
  + parser571033.patch: fix the config parser to not get confused when
    a wildcard produces no results. (Closes: 571033)
* Switch to dpkg-source 3.0 (quilt) format
* Bump debhelper version to 7 (dh_clean -k -> dh_prep).
* Update standards version to 3.8.4 (no changes).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Index: logrotate-3.7.8/logrotate.c
2
2
===================================================================
3
 
--- logrotate-3.7.8.orig/logrotate.c    2009-08-14 23:20:13.020007914 +0100
4
 
+++ logrotate-3.7.8/logrotate.c 2009-08-14 23:20:21.680009699 +0100
 
3
--- logrotate-3.7.8.orig/logrotate.c    2010-03-15 15:51:57.702006967 +0000
 
4
+++ logrotate-3.7.8/logrotate.c 2010-03-15 15:51:57.715006939 +0000
5
5
@@ -229,7 +229,14 @@
6
6
 {
7
7
     int fd;