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 185217edbcea3327a877bd5d90aa901b79b9c363 (commit) via 6e269cd7b828e137a14c1aa5a0cc95041ee21206 (commit) via da5ad141d1e57c04637d20b5bc15949e4a539a18 (commit) via e4176557f0c3307f6a922348fc4e2f06a9021bc5 (commit) from 88a4caa2743db678a4c474030ff78b14513f8b42 (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 185217edbcea3327a877bd5d90aa901b79b9c363 Author: Adolf Belka adolf.belka@ipfire.org Date: Wed Dec 6 11:59:44 2023 +0100
netatalk: Bump PAK_VER due to dbus update
Signed-off-by: Adolf Belka adolf.belka@ipfire.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit 6e269cd7b828e137a14c1aa5a0cc95041ee21206 Author: Adolf Belka adolf.belka@ipfire.org Date: Wed Dec 6 11:59:43 2023 +0100
cups: Bump PAK_VER due to dbus update
Signed-off-by: Adolf Belka adolf.belka@ipfire.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit da5ad141d1e57c04637d20b5bc15949e4a539a18 Author: Adolf Belka adolf.belka@ipfire.org Date: Wed Dec 6 11:59:42 2023 +0100
avahi: Bump PAK_VER due to dbus update
Signed-off-by: Adolf Belka adolf.belka@ipfire.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit e4176557f0c3307f6a922348fc4e2f06a9021bc5 Author: Michael Tremer michael.tremer@ipfire.org Date: Tue Nov 28 16:18:39 2023 +0000
core181: Ship apache initscript
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/oldcore/181/filelists/files | 1 + lfs/avahi | 2 +- lfs/cups | 2 +- lfs/netatalk | 4 ++-- 4 files changed, 5 insertions(+), 4 deletions(-)
Difference in files: diff --git a/config/rootfiles/oldcore/181/filelists/files b/config/rootfiles/oldcore/181/filelists/files index 4bed8098d..09ab7430e 100644 --- a/config/rootfiles/oldcore/181/filelists/files +++ b/config/rootfiles/oldcore/181/filelists/files @@ -1,3 +1,4 @@ +etc/rc.d/init.d/apache srv/web/ipfire/cgi-bin/extrahd.cgi srv/web/ipfire/cgi-bin/ovpnmain.cgi srv/web/ipfire/cgi-bin/urlfilter.cgi diff --git a/lfs/avahi b/lfs/avahi index fe5df10db..1df11c70e 100644 --- a/lfs/avahi +++ b/lfs/avahi @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = avahi -PAK_VER = 13 +PAK_VER = 14
DEPS = dbus libdaemon
diff --git a/lfs/cups b/lfs/cups index cae829432..ee90953cc 100644 --- a/lfs/cups +++ b/lfs/cups @@ -33,7 +33,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/cups-$(VER) TARGET = $(DIR_INFO)/$(THISAPP) PROG = cups -PAK_VER = 37 +PAK_VER = 38
DEPS = avahi cups-filters dbus ghostscript libexif
diff --git a/lfs/netatalk b/lfs/netatalk index 75e5dbca5..5875fb1b2 100644 --- a/lfs/netatalk +++ b/lfs/netatalk @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2022 IPFire Team info@ipfire.org # +# Copyright (C) 2007-2023 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 # @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = netatalk -PAK_VER = 7 +PAK_VER = 8
DEPS = avahi dbus
hooks/post-receive -- IPFire 2.x development tree