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 e01ff6d89b464d8bae069cb54beaccb55c992ca2 (commit) via 3ab34d23f6997d3977804001c54634c7ea051e09 (commit) via 2b1af3e9eef690971445b4261ee7030ca2a2a48d (commit) via 255e14216dac0c3077752f6a90587f257d94da2a (commit) from 81469c10d0311cd2d8c53e24f67d9c0ed6aa6b94 (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 e01ff6d89b464d8bae069cb54beaccb55c992ca2 Author: Matthias Fischer fischerm42@t-online.de Date: Sun Aug 2 21:13:55 2015 +0200
cups: Update to 2.0.4
Signed-off-by: Matthias Fischer fischerm42@t-online.de Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit 3ab34d23f6997d3977804001c54634c7ea051e09 Author: Michael Tremer michael.tremer@ipfire.org Date: Sun Aug 2 21:34:31 2015 +0100
core93: Add updated daq
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit 2b1af3e9eef690971445b4261ee7030ca2a2a48d Author: Matthias Fischer fischerm42@t-online.de Date: Fri Jul 31 15:37:47 2015 +0200
daq: Update to 2.0.6
Signed-off-by: Matthias Fischer fischerm42@t-online.de Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit 255e14216dac0c3077752f6a90587f257d94da2a Author: Matthias Fischer fischerm@ipfire.org Date: Sat Jun 27 11:19:17 2015 +0200
daq: Update to 2.0.5
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/{oldcore/89 => core/93}/filelists/daq | 0 config/rootfiles/packages/cups | 2 +- lfs/cups | 6 +++--- lfs/daq | 6 +++--- 4 files changed, 7 insertions(+), 7 deletions(-) copy config/rootfiles/{oldcore/89 => core/93}/filelists/daq (100%)
Difference in files: diff --git a/config/rootfiles/core/93/filelists/daq b/config/rootfiles/core/93/filelists/daq new file mode 120000 index 0000000..d0e0956 --- /dev/null +++ b/config/rootfiles/core/93/filelists/daq @@ -0,0 +1 @@ +../../../common/daq \ No newline at end of file diff --git a/config/rootfiles/packages/cups b/config/rootfiles/packages/cups index 513cf4c..0604867 100644 --- a/config/rootfiles/packages/cups +++ b/config/rootfiles/packages/cups @@ -670,6 +670,7 @@ usr/share/locale/ru/cups_ru.po #usr/share/man/man5/client.conf.5.gz #usr/share/man/man5/cups-files.conf.5.gz #usr/share/man/man5/cups-snmp.conf.5.gz +#usr/share/man/man5/cupsd-logs.5.gz #usr/share/man/man5/cupsd.conf.5.gz #usr/share/man/man5/ipptoolfile.5.gz #usr/share/man/man5/mailto.conf.5.gz @@ -691,7 +692,6 @@ usr/share/locale/ru/cups_ru.po #usr/share/man/man8/cupsaddsmb.8.gz #usr/share/man/man8/cupsctl.8.gz #usr/share/man/man8/cupsd-helper.8.gz -#usr/share/man/man8/cupsd-logs.8.gz #usr/share/man/man8/cupsd.8.gz #usr/share/man/man8/cupsdisable.8.gz #usr/share/man/man8/cupsenable.8.gz diff --git a/lfs/cups b/lfs/cups index e0ef962..49b275a 100644 --- a/lfs/cups +++ b/lfs/cups @@ -24,7 +24,7 @@
include Config
-VER = 2.0.3 +VER = 2.0.4
THISAPP = cups-$(VER) DL_FILE = $(THISAPP)-source.tar.bz2 @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/cups-$(VER) TARGET = $(DIR_INFO)/$(THISAPP) PROG = cups -PAK_VER = 12 +PAK_VER = 13
DEPS = "ghostscript"
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 8d98b85edbdab7ab03739c9622f570e8 +$(DL_FILE)_MD5 = f5c847d9a4fac6c4c66fb0526a7afaae
install : $(TARGET)
diff --git a/lfs/daq b/lfs/daq index c58995d..35f8241 100644 --- a/lfs/daq +++ b/lfs/daq @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2013 IPFire Team info@ipfire.org # +# Copyright (C) 2007-2015 IPFire Team info@ipfire.org # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,7 +24,7 @@
include Config
-VER = 2.0.4 +VER = 2.0.6
THISAPP = daq-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 65e51d72e9d5d8b397e192e4e5857eff +$(DL_FILE)_MD5 = 2cd6da422a72c129c685fc4bb848c24c
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree