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 377ffa081183d1f7eadffd434df4bef64116f811 (commit) via a5cdf05acc0e638ff544e1b31f6a0cda5c043985 (commit) from 0ffba7d4f6dd4e4e3b67c9e35f10cc495d2db3d9 (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 377ffa081183d1f7eadffd434df4bef64116f811 Author: Adolf Belka adolf.belka@ipfire.org Date: Thu Jun 16 23:31:59 2022 +0200
samba: Ship with CU169
- samba is linked to liblber from openldap. openldap was updated in CU168 but I missed that samba had a dependency to one of its libraries. - find-dependencies was not run on openldap liblber although looking at the openldap rootfile it is clear that an sobump occurred. - This patch increments the samba PAK_VER so that it will be shipped and therefore have the library links updated.
Signed-off-by: Adolf Belka adolf.belka@ipfire.org Reviewed-by: Peter Müller peter.mueller@ipfire.org
commit a5cdf05acc0e638ff544e1b31f6a0cda5c043985 Author: Adolf Belka adolf.belka@ipfire.org Date: Thu Jun 16 23:16:36 2022 +0200
netatalk: Ship with CU169 - Fixes bug #12878
- netatalk is linked to liblber from openldap. openldap was updated in CU168 but I missed that netatalk had a dependency to one of its libraries. - find-dependencies was not run on openldap liblber although looking at the openldap rootfile it is clear that an sobump occurred. - This patch increments the netatalk PAK_VER so that it will be shipped and therefore have the library links updated.
Fixes: Bug #12878 Signed-off-by: Adolf Belka adolf.belka@ipfire.org Reviewed-by: Peter Müller peter.mueller@ipfire.org
-----------------------------------------------------------------------
Summary of changes: lfs/netatalk | 2 +- lfs/samba | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
Difference in files: diff --git a/lfs/netatalk b/lfs/netatalk index 61ba193a5..9e8ce454b 100644 --- a/lfs/netatalk +++ b/lfs/netatalk @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = netatalk -PAK_VER = 2 +PAK_VER = 3
DEPS = avahi dbus krb5
diff --git a/lfs/samba b/lfs/samba index 97fe96918..896e7e71e 100644 --- a/lfs/samba +++ b/lfs/samba @@ -33,7 +33,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = samba -PAK_VER = 84 +PAK_VER = 85
DEPS = avahi cups libtirpc krb5 perl-Parse-Yapp perl-JSON
hooks/post-receive -- IPFire 2.x development tree