public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
From: git@ipfire.org
To: ipfire-scm@lists.ipfire.org
Subject: [IPFire-SCM] [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 953073459e1ab036c21336e7a62b28fc16458bec
Date: Wed, 20 Jun 2012 15:40:10 +0200	[thread overview]
Message-ID: <20120620134020.029462013C@argus.ipfire.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 3597 bytes --]

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPFire 2.x development tree".

The branch, next has been updated
       via  953073459e1ab036c21336e7a62b28fc16458bec (commit)
       via  8ec568b07744b61fc911c0749240f8b09641ea7d (commit)
       via  16d026cbcb41e9231fe6bbc0ac350bba12f625ca (commit)
       via  9f5e031e6dd614bee09678dbaa5bbc795d13674c (commit)
      from  dd0411c64607ca0f56adc352f4c2c26ca48b1215 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 953073459e1ab036c21336e7a62b28fc16458bec
Merge: 8ec568b dd0411c
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date:   Wed Jun 20 15:40:28 2012 +0200

    Merge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next

commit 8ec568b07744b61fc911c0749240f8b09641ea7d
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date:   Wed Jun 20 11:57:44 2012 +0200

    Add logwatch changes to next core update.

commit 16d026cbcb41e9231fe6bbc0ac350bba12f625ca
Merge: df106d8 9f5e031
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date:   Wed Jun 20 11:54:00 2012 +0200

    Merge remote-tracking branch 'jlentfer/logwatch' into next

commit 9f5e031e6dd614bee09678dbaa5bbc795d13674c
Author: Jan Lentfer <Jan.Lentfer(a)web.de>
Date:   Wed Jun 20 10:42:35 2012 +0200

    logwatch: Enable Date::Manip 6.x support (using interface v5)

-----------------------------------------------------------------------

Summary of changes:
 config/rootfiles/core/61/filelists/logwatch  |    1 +
 lfs/logwatch                                 |    1 +
 src/patches/logwatch-7.3.6-date_manip6.patch |   13 +++++++++++++
 3 files changed, 15 insertions(+), 0 deletions(-)
 create mode 120000 config/rootfiles/core/61/filelists/logwatch
 create mode 100644 src/patches/logwatch-7.3.6-date_manip6.patch

Difference in files:
diff --git a/config/rootfiles/core/61/filelists/logwatch b/config/rootfiles/core/61/filelists/logwatch
new file mode 120000
index 0000000..f14eabd
--- /dev/null
+++ b/config/rootfiles/core/61/filelists/logwatch
@@ -0,0 +1 @@
+../../../common/logwatch
\ No newline at end of file
diff --git a/lfs/logwatch b/lfs/logwatch
index ac2585b..755557a 100644
--- a/lfs/logwatch
+++ b/lfs/logwatch
@@ -71,6 +71,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 	@$(PREBUILD)
 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
 	cd $(DIR_APP) && sed -e "s/^TEMPDIR=.*/TEMPDIR=\"\/tmp\"/g" -i install_logwatch.sh
+	cd $(DIR_APP)/lib && patch < $(DIR_SRC)/src/patches/logwatch-7.3.6-date_manip6.patch
 	@cd $(DIR_APP) && chmod 755 install_logwatch.sh
 	cd $(DIR_APP) && yes "" | ./install_logwatch.sh
 	
diff --git a/src/patches/logwatch-7.3.6-date_manip6.patch b/src/patches/logwatch-7.3.6-date_manip6.patch
new file mode 100644
index 0000000..015e7d6
--- /dev/null
+++ b/src/patches/logwatch-7.3.6-date_manip6.patch
@@ -0,0 +1,13 @@
+--- Logwatch.pm.orig    2012-06-20 09:58:12.786294471 +0200
++++ Logwatch.pm 2012-06-20 09:41:59.443055298 +0200
+@@ -4,6 +4,10 @@
+
+ package Logwatch;
+
++# Define interace version 5 for Date::Manip
++BEGIN {
++       $Date::Manip::Backend = 'DM5';
++}
+ use strict;
+ use Exporter;
+ use POSIX qw(strftime);


hooks/post-receive
--
IPFire 2.x development tree

                 reply	other threads:[~2012-06-20 13:40 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120620134020.029462013C@argus.ipfire.org \
    --to=git@ipfire.org \
    --cc=ipfire-scm@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox