From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. deb11b3f693193fbadcf2b62aa0a416818da5c62 Date: Thu, 09 Feb 2023 13:01:03 +0000 Message-ID: <4PCH6l41VFz2xbl@people01.haj.ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8925152604129069770==" List-Id: --===============8925152604129069770== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable 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 deb11b3f693193fbadcf2b62aa0a416818da5c62 (commit) via 27dd10f8f3cec17364022acb51581a35389eb0c1 (commit) via 8787f0ec44db395115815e4e120b478355db0412 (commit) via 111ab2755517ed695373eb9c98227a2935550acc (commit) via 954c3fb9144c845011cf6b4ed43e7b420b3e47e6 (commit) from 7eaef905a8aa14b0f8bd06bb85c681811a892237 (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 deb11b3f693193fbadcf2b62aa0a416818da5c62 Author: Adolf Belka Date: Tue Feb 7 14:01:20 2023 +0100 xinetd: libtirpc removed from dependencies as now core package =20 Signed-off-by: Adolf Belka Signed-off-by: Michael Tremer commit 27dd10f8f3cec17364022acb51581a35389eb0c1 Author: Adolf Belka Date: Tue Feb 7 14:01:19 2023 +0100 samba: libtirpc removed from dependencies as now core package =20 Signed-off-by: Adolf Belka Signed-off-by: Michael Tremer commit 8787f0ec44db395115815e4e120b478355db0412 Author: Adolf Belka Date: Tue Feb 7 14:01:18 2023 +0100 rpcbind: libtirpc removed from dependencies as now core package =20 Signed-off-by: Adolf Belka Signed-off-by: Michael Tremer commit 111ab2755517ed695373eb9c98227a2935550acc Author: Adolf Belka Date: Tue Feb 7 14:01:17 2023 +0100 openvmtools: libtirpc removed from dependencies as now core package =20 Signed-off-by: Adolf Belka Signed-off-by: Michael Tremer commit 954c3fb9144c845011cf6b4ed43e7b420b3e47e6 Author: Adolf Belka Date: Tue Feb 7 14:01:16 2023 +0100 libvirt: libtirpc removed from dependencies as now core package =20 Signed-off-by: Adolf Belka Signed-off-by: Michael Tremer ----------------------------------------------------------------------- Summary of changes: lfs/libvirt | 4 ++-- lfs/openvmtools | 6 +++--- lfs/rpcbind | 6 +++--- lfs/samba | 4 ++-- lfs/xinetd | 6 +++--- 5 files changed, 13 insertions(+), 13 deletions(-) Difference in files: diff --git a/lfs/libvirt b/lfs/libvirt index 6058355ca..ebe777bc2 100644 --- a/lfs/libvirt +++ b/lfs/libvirt @@ -35,9 +35,9 @@ DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) SUP_ARCH =3D x86_64 aarch64 PROG =3D libvirt -PAK_VER =3D 32 +PAK_VER =3D 33 =20 -DEPS =3D ebtables libpciaccess libtirpc libyajl ncat qemu +DEPS =3D ebtables libpciaccess libyajl ncat qemu =20 SERVICES =3D libvirtd virtlogd =20 diff --git a/lfs/openvmtools b/lfs/openvmtools index 65d5104f9..b91c89d26 100644 --- a/lfs/openvmtools +++ b/lfs/openvmtools @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2022 IPFire Team = # +# Copyright (C) 2007-2023 IPFire Team = # # = # # 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 = # @@ -35,9 +35,9 @@ DIR_APP =3D $(DIR_SRC)/$(THISAPP)/open-vm-tools TARGET =3D $(DIR_INFO)/$(THISAPP) SUP_ARCH =3D x86_64 PROG =3D openvmtools -PAK_VER =3D 11 +PAK_VER =3D 12 =20 -DEPS =3D libtirpc +DEPS =3D =20 SERVICES =3D openvmtools =20 diff --git a/lfs/rpcbind b/lfs/rpcbind index 9ce77e15f..31708192c 100644 --- a/lfs/rpcbind +++ b/lfs/rpcbind @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2018 IPFire Team = # +# Copyright (C) 2007-2023 IPFire Team = # # = # # 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,9 +34,9 @@ DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D rpcbind -PAK_VER =3D 6 +PAK_VER =3D 7 =20 -DEPS =3D libtirpc +DEPS =3D =20 SERVICES =3D rpcbind =20 diff --git a/lfs/samba b/lfs/samba index 12ffccfa7..e7b31c900 100644 --- a/lfs/samba +++ b/lfs/samba @@ -33,9 +33,9 @@ DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D samba -PAK_VER =3D 90 +PAK_VER =3D 91 =20 -DEPS =3D avahi cups libtirpc perl-Parse-Yapp perl-JSON +DEPS =3D avahi cups perl-Parse-Yapp perl-JSON =20 SERVICES =3D samba =20 diff --git a/lfs/xinetd b/lfs/xinetd index c5a714140..6c1cbecfc 100644 --- a/lfs/xinetd +++ b/lfs/xinetd @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2018 IPFire Team = # +# Copyright (C) 2007-2023 IPFire Team = # # = # # 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,9 +34,9 @@ DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D xinetd -PAK_VER =3D 3 +PAK_VER =3D 4 =20 -DEPS =3D libtirpc +DEPS =3D =20 SERVICES =3D xinetd =20 hooks/post-receive -- IPFire 2.x development tree --===============8925152604129069770==--