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 0e8a17b2d1a7e61ebb1e25b384526c44acc1f7a0 (commit) from 694b0f05280bc452f3ea00f473d598a05f82024b (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 0e8a17b2d1a7e61ebb1e25b384526c44acc1f7a0 Author: Peter Müller Date: Mon Aug 22 06:17:08 2022 +0000 Revert "netatalk: update to 3.1.13" https://lists.ipfire.org/pipermail/development/2022-August/014277.html This reverts commit b77947998a2da141662c45b10e3ed6d074ee3207. ----------------------------------------------------------------------- Summary of changes: lfs/netatalk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Difference in files: diff --git a/lfs/netatalk b/lfs/netatalk index 7a91fa948..ef75c89fe 100644 --- a/lfs/netatalk +++ b/lfs/netatalk @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2022 IPFire Team # +# Copyright (C) 2007-2018 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 # @@ -26,7 +26,7 @@ include Config SUMMARY = AppleShare file server -VER = 3.1.13 +VER = 3.1.12 THISAPP = netatalk-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = netatalk -PAK_VER = 4 +PAK_VER = 3 DEPS = avahi dbus @@ -50,7 +50,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 2849e2a5b436f9965e0dd2aedf5078c560c78f45c1c86fbdea39228266b8fbcc096a3a62a08bd626b8b700fde4dd65d99f71f04478e129f6ec61c2ed7184780d +$(DL_FILE)_BLAKE2 = 912bb85045952202becc42899f87ada33427ded987de6c7a6b56c061c1eb6d1a96d95a1700522bfe2119c6db8bbec94eeb4c64c480f59ff7d406542390705efc install : $(TARGET) hooks/post-receive -- IPFire 2.x development tree