* [git.ipfire.org] IPFire 2.x development tree branch, master, updated. deb11b3f693193fbadcf2b62aa0a416818da5c62
@ 2023-02-09 13:01 Michael Tremer
0 siblings, 0 replies; only message in thread
From: Michael Tremer @ 2023-02-09 13:01 UTC (permalink / raw)
To: ipfire-scm
[-- Attachment #1: Type: text/plain, Size: 6935 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, master 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 <adolf.belka(a)ipfire.org>
Date: Tue Feb 7 14:01:20 2023 +0100
xinetd: libtirpc removed from dependencies as now core package
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit 27dd10f8f3cec17364022acb51581a35389eb0c1
Author: Adolf Belka <adolf.belka(a)ipfire.org>
Date: Tue Feb 7 14:01:19 2023 +0100
samba: libtirpc removed from dependencies as now core package
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit 8787f0ec44db395115815e4e120b478355db0412
Author: Adolf Belka <adolf.belka(a)ipfire.org>
Date: Tue Feb 7 14:01:18 2023 +0100
rpcbind: libtirpc removed from dependencies as now core package
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit 111ab2755517ed695373eb9c98227a2935550acc
Author: Adolf Belka <adolf.belka(a)ipfire.org>
Date: Tue Feb 7 14:01:17 2023 +0100
openvmtools: libtirpc removed from dependencies as now core package
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit 954c3fb9144c845011cf6b4ed43e7b420b3e47e6
Author: Adolf Belka <adolf.belka(a)ipfire.org>
Date: Tue Feb 7 14:01:16 2023 +0100
libvirt: libtirpc removed from dependencies as now core package
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
-----------------------------------------------------------------------
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 = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
SUP_ARCH = x86_64 aarch64
PROG = libvirt
-PAK_VER = 32
+PAK_VER = 33
-DEPS = ebtables libpciaccess libtirpc libyajl ncat qemu
+DEPS = ebtables libpciaccess libyajl ncat qemu
SERVICES = libvirtd virtlogd
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 <info(a)ipfire.org> #
+# Copyright (C) 2007-2023 IPFire Team <info(a)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 #
@@ -35,9 +35,9 @@ DIR_APP = $(DIR_SRC)/$(THISAPP)/open-vm-tools
TARGET = $(DIR_INFO)/$(THISAPP)
SUP_ARCH = x86_64
PROG = openvmtools
-PAK_VER = 11
+PAK_VER = 12
-DEPS = libtirpc
+DEPS =
SERVICES = openvmtools
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 <info(a)ipfire.org> #
+# Copyright (C) 2007-2023 IPFire Team <info(a)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,9 +34,9 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = rpcbind
-PAK_VER = 6
+PAK_VER = 7
-DEPS = libtirpc
+DEPS =
SERVICES = rpcbind
diff --git a/lfs/samba b/lfs/samba
index 12ffccfa7..e7b31c900 100644
--- a/lfs/samba
+++ b/lfs/samba
@@ -33,9 +33,9 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = samba
-PAK_VER = 90
+PAK_VER = 91
-DEPS = avahi cups libtirpc perl-Parse-Yapp perl-JSON
+DEPS = avahi cups perl-Parse-Yapp perl-JSON
SERVICES = samba
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 <info(a)ipfire.org> #
+# Copyright (C) 2007-2023 IPFire Team <info(a)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,9 +34,9 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = xinetd
-PAK_VER = 3
+PAK_VER = 4
-DEPS = libtirpc
+DEPS =
SERVICES = xinetd
hooks/post-receive
--
IPFire 2.x development tree
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2023-02-09 13:01 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-09 13:01 [git.ipfire.org] IPFire 2.x development tree branch, master, updated. deb11b3f693193fbadcf2b62aa0a416818da5c62 Michael Tremer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox