public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
* [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 2e9899036a64e4d1fcccedb1a2eeefca0af7a7e2
@ 2022-04-24 14:18 Peter Müller
  0 siblings, 0 replies; only message in thread
From: Peter Müller @ 2022-04-24 14:18 UTC (permalink / raw)
  To: ipfire-scm

[-- Attachment #1: Type: text/plain, Size: 20783 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, next has been updated
       via  2e9899036a64e4d1fcccedb1a2eeefca0af7a7e2 (commit)
       via  6dd63f5e7f33d2948132f7412f75cd4473e7b148 (commit)
       via  ac8da780aa611e2b86e49ec02a7d0c4c4b9bfc26 (commit)
       via  2a85fc7a124c918d6b431c04e255e03f364cc84b (commit)
       via  fd4c9f98b8eba436ae16a03b2487ea308aaa94e7 (commit)
       via  1b16f712c6895c462973f4c021be67cd80aabd8f (commit)
      from  22ceda82b63226570ae7a79da99cec84855d8f25 (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 2e9899036a64e4d1fcccedb1a2eeefca0af7a7e2
Author: Adolf Belka <adolf.belka(a)ipfire.org>
Date:   Tue Apr 12 12:35:26 2022 +0200

    stunnel: Update to version 5.63
    
    - Update from version 5.62 to 5.63
    - Update of rootfile not required
    - Changelog
        Version 5.63, 2022.03.15
    	* Security bugfixes
    	  - OpenSSL DLLs updated to version 3.0.2.
    	* New features
    	  - Updated stunnel.spec to support bash completion
    	* Bugfixes
    	  - Fixed possible PRNG initialization crash (thx to Gleydson Soares).
    
    Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>

commit 6dd63f5e7f33d2948132f7412f75cd4473e7b148
Author: Adolf Belka <adolf.belka(a)ipfire.org>
Date:   Tue Apr 12 12:35:10 2022 +0200

    stress: Update to version 1.0.5
    
    - Update from version 1.0.4 to 1.0.5
    - Update of rootfile not required
    - Changelog
        Version 1.0.5
    	  * Added CI test for GitHub.
    	  * Migrated manpage system to txt2man.
    	  * Modernized system install.
    	  * Set right permissions to source code.
    	  * Updated README and added a CONTRIBUTING file.
    	  * Other minor changes and improvements.
    
    Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>

commit ac8da780aa611e2b86e49ec02a7d0c4c4b9bfc26
Author: Adolf Belka <adolf.belka(a)ipfire.org>
Date:   Tue Apr 12 12:34:58 2022 +0200

    strace: Update to version 5.17
    
    - Update from 5.14 to 5.17
    - Update of rootfile not required
    - Changelog
       Noteworthy changes in release 5.17 (2022-03-26)
    	* Improvements
    	  * Added 64-bit LoongArch architecture support.
    	  * Extended personality designation syntax of syscall specification expressions
    	    to support all(a)pers and %class(a)pers.
    	  * Enhanced rejection of invalid syscall numbers in syscall specification
    	    expressions.
    	  * Implemented decoding of set_mempolicy_home_node syscall, introduced
    	    in Linux 5.17.
    	  * Implemented decoding of IFLA_GRO_MAX_SIZE and TCA_ACT_IN_HW_COUNT netlink
    	    attributes.
    	  * Implemented decoding of PR_SET_VMA operation of prctl syscall.
    	  * Implemented decoding of siginfo_t.si_pkey field.
    	  * Implemented decoding of LIRC ioctl commands.
    	  * Updated lists of FAN_*, IORING_*, IOSQE_*, KEY_*, KVM_*, MODULE_INIT_*,
    	    TCA_ACT_*, and *_MAGIC constants.
    	  * Updated lists of ioctl commands from Linux 5.17.
       Noteworthy changes in release 5.16 (2022-01-10)
    	* Improvements
    	  * Implemented --secontext=mismatch option to find mismatches in SELinux
    	    contexts.
    	  * Implemented decoding of futex_waitv syscall introduced in Linux 5.16.
    	  * Implemented decoding of BPF_LINK_GET_NEXT_ID and BPF_LINK_GET_FD_BY_ID bpf
    	    syscall commands.
    	  * Enhanced decoding of BPF_MAP_CREATE, BPF_PROG_TEST_RUN, and BPF_PROG_LOAD
    	    bpf syscall commands.
    	  * Enhanced decoding of BTRFS_IOC_FS_INFO ioctl command.
    	  * Updated lists of AUDIT_*, BPF_*, BTRFS_*, DEVCONF_*, FAN_*, ETH_P_*,
    	    IPV4_DEVCONF_*, KVM_*, NDA_*, SO_*, and V4L2_* constants.
    	  * Updated lists of ioctl commands from Linux 5.16.
    	* Bug fixes
    	  * Fixed build for older Android.
       Noteworthy changes in release 5.15 (2021-12-01)
    	* Improvements
    	  * Implemented --strings-in-hex=non-ascii-chars option for using hexadecimal
    	    numbers instead of octal ones in escape sequences in the output strings.
    	  * Implemented --decode-pids=comm option (and its alias -Y) for printing
    	    command names for PIDs.
    	  * Implemented --decode-pids=pidns as an alias to --pidns-translation option.
    	  * Implemented printing of current working directory when AT_FDCWD constant
    	    is used with --decode-fds=path option enabled.
    	  * Improved printing of syscall names in places where the associated
    	    AUDIT_ARCH_* value is present (ptrace PTRACE_GET_SYSCALL_INFO request,
    	    SIGSYS siginfo_t).
    	  * Implemented decoding of process_mrelease syscall, introduced in Linux 5.15.
    	  * Implemented decoding of SECCOMP_GET_NOTIF_SIZES operation of seccomp
    	    syscall.
    	  * Implemented decoding of HDIO_*, KD*, and SECCOMP_* ioctl commands.
    	  * Implemented decoding of RTM_NEWCACHEREPORT, RTM_{NEW,DEL,GET}NEXTHOP,
    	    and RTM_{NEW,GET}STATS NETLINK_ROUTE netlink messages.
    	  * Implemented decoding of AF_ALG, AF_IEEE802154, AF_MCTP, AF_NFC, AF_QIPCRTR,
    	    AF_RRPC, AF_VSOCK, and AF_XDP socket addresses.
    	  * Implemented decoding of AF_BRIDGE and AF_MCTP protocols for IFLA_AF_SPEC
    	    netlink attribute.
    	  * Implemented decoding of IFLA_BR_MCAST_QUERIER_STATE, IFLA_BR_MULTI_BOOLOPT,
    	    IFLA_INET6_RA_MTU, IFLA_INFO_SLAVE_DATA, and IFLA_VFINFO_LIST netlink
    	    attributes.
    	  * Enhanced decoding of io_uring_register and times syscalls.
    	  * Enhanced IFLA_BR_FORWARD_DELAY, IFLA_BR_MAX_AGE, IFLA_EXT_MASK,
    	    IFLA_PROTINFO, *_INTVL, and *_TIMER netlink attribute decoding.
    	  * Enhanced decoding of AF_IPX and AF_NETLINK socket addresses.
    	  * Updated lists o AF_*, ARPHRD_*, BTRFS_*, DEVCONF_*, DM_*, ETH_P_*,
    	    FAN_REPORT_*, IORING_*, MOVE_MOUNT_*, MPOL_*, PACKET_*, RTM_*, SO_*,
    	    and XFRM_MSG_* constants.
    	  * Updated lists of ioctl commands from Linux 5.15.
    	* Bug fixes
    	  * Fixed printing of struct bpf_prog_info.map_ids array.
    	  * Fixed behaviour of "dev", "pidfd", and "socket" arguments of the --print-fds
    	    option to no longer imply the "path" argument.
    	  * Fixed insufficient buffer size used for network interface name printing,
    	    that previously led to assertions on attempts of printing interface names
    	    that require quoting, for example, names longer than 4 characters in -xx
    	    mode (addresses RHBZ bug #2028146).
    
    Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>

commit 2a85fc7a124c918d6b431c04e255e03f364cc84b
Author: Adolf Belka <adolf.belka(a)ipfire.org>
Date:   Tue Apr 12 12:34:42 2022 +0200

    lcdproc: Update to version 0.5.9
    
    - Update from version 0.5.7 (2016) to 0.5.9 (2017)
    - Update of rootfile
    - This patch brings lcdproc up to date with the most recent release.
    - Although there are no new releases there are continuing ongoing commits and issue fixes
       being done in the repository with the last commit being in Dec 2021.
      Not sure why no new releases are being done. It looks like any of the commits that fix
       issuse people have raised have to be patched by the interested people.
    - Changelog
          0.5.9
    	  This is mostly a code cleanup, bugfix and maintainance release.
    		Drivers supporting new hardware or additional functionality
    		    HD44780 connection type "serial" supports Portwell EZIO-100 and EZIO-300
    		    HD44780 connection type "gpio" supports dual controller displays.
    		    This connection type is now a full replacement for the obsolete "rpi"
    		    connection type.
    		Removed configure flags
    		    enable-permissive-menu-goto is replaced by a setting in LCDd.conf
    		    enable-seamless-hbars is now selected by drivers that need it automatically
    		Other important changes
    		    The build system now specifies the language as C99.
    		    API: drivers need to include "shared/report.h" instead of "report.h"
    		    libftdi1 is used if it is available instead of obsolete libftdi
    		    display update interval is selectable from LCDd.conf
         0.5.8
    		New drivers
    		    futaba: for Futaba TOSD-5711BB VFDisplay commonly used on Elonex Artisan,
    		    Fujitsu Scaleo E and FIC Spectra Media Centre PCs
    		    linux_input: supporting event devices from the linux input subsystem
    		    Olimex_MOD_LCD1x9: for Olimex MOD-LCD1x9
    		    yard2LCD: for yard2
    		New connection types for hd44780 driver
    		    lcm162 is a differently wired 8 bit connection type used on Nextgate NSA
    		    network appliances
    		    gpio is using the linux sysfs gpio interface to control a display in
    		    4-bit mode. To build this sub-driver you need
    		    libugpio, which is a new dependency
    		    for lcdproc.
    		Obsolete connection types for hd44780 driver
    		 The following connection types are obsolete and probably won't get bug
    		  and security fixes:
    		    raspberrypi: use the gpio connection type instead
    		    piplate: use the gpio connection type together with the gpio-mcp23s08
    		    kernel module.
    		    pifacecad: use the gpio connection type together with the gpio-mcp23s08
    		    kernel module.
    		    i2c: support for this sub-driver might continue for the users of
    		    non-linux operating systems. On linux systems it is recommended to
    		    use the gpio connection type together with the gpio-pcf857x kernel
    		    module.
    		Drivers supporting new hardware or additional functionality
    		    icp_a106 now also supports A125 displays
    		    NoritakeVFD added some non-essential features
    		Other important changes
    		    Development of lcdproc moved to github.
    		    Some internal data structures have changed. If you have custom LCDd
    		    drivers, you will need to recompile them against the new version. Of
    		    course submitting such drivers in pull requests is appreciated.
    		    For a detailed list of bug fixes, see the ChangeLog.md included in the
    		    distribution archive.
    
    Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>

commit fd4c9f98b8eba436ae16a03b2487ea308aaa94e7
Author: Peter Müller <peter.mueller(a)ipfire.org>
Date:   Sun Apr 24 14:17:24 2022 +0000

    Core Update 168: Ship ipset
    
    Signed-off-by: Peter Müller <peter.mueller(a)ipfire.org>

commit 1b16f712c6895c462973f4c021be67cd80aabd8f
Author: Adolf Belka <adolf.belka(a)ipfire.org>
Date:   Tue Apr 12 12:33:58 2022 +0200

    ipset: Update to version 7.15
    
    - Update from 7.11 to 7.15
    - Update of rootfile
    - Changelog
    	7.15
    	    Kernel part changes
    	        netfilter: ipset: Fix maximal range check in hash_ipportnet4_uadt()
    	7.14
    	    Userspace changes
    	        Add missing function to libipset.map and bump library version
    	    Kernel part changes
    	        64bit division isn't allowed on 32bit, replace it with shift
    	7.13
    	    Userspace changes
    	        When parsing protocols by number, do not check it in /etc/protocols.
    	        Add missing hunk to patch "Allow specifying protocols by number"
    	    Kernel part changes
    	        Limit the maximal range of consecutive elements to add/delete fix
    	7.12
    	    Userspace changes
    	        Allow specifying protocols by number
    	        Fix example in ipset.8 manpage
    	        tests: add tests ipset to nftables
    	        add ipset to nftables translation infrastructur
    	        lib: Detach restore routine from parser
    	        lib: split parser from command execution
    	        Fix patch "Parse port before trying by service name"
    	    Kernel part changes
    	        Limit the maximal range of consecutive elements to add/delete
    	        Backport "netfilter: use nfnetlink_unicast()"
    	        Backport "netfilter: nfnetlink: consolidate callback type"
    	        Backport "netfilter: nfnetlink: add struct nfnl_info and pass it to
                     callbacks"
    	        Backport "netfilter: add helper function to set up the nfnetlink header
                     and use it"
    
    Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>

-----------------------------------------------------------------------

Summary of changes:
 config/rootfiles/common/ipset                              |  5 ++++-
 config/rootfiles/{oldcore/106 => core/168}/filelists/ipset |  0
 config/rootfiles/packages/lcdproc                          | 12 ++++++++----
 lfs/ipset                                                  |  4 ++--
 lfs/lcdproc                                                |  6 +++---
 lfs/strace                                                 |  6 +++---
 lfs/stress                                                 |  7 ++++---
 lfs/stunnel                                                |  6 +++---
 8 files changed, 27 insertions(+), 19 deletions(-)
 copy config/rootfiles/{oldcore/106 => core/168}/filelists/ipset (100%)

Difference in files:
diff --git a/config/rootfiles/common/ipset b/config/rootfiles/common/ipset
index 84703391f..5cea7ad22 100644
--- a/config/rootfiles/common/ipset
+++ b/config/rootfiles/common/ipset
@@ -18,11 +18,14 @@ etc/ipset
 #usr/include/libipset/transport.h
 #usr/include/libipset/types.h
 #usr/include/libipset/utils.h
+#usr/include/libipset/xlate.h
 #usr/lib/libipset.la
 #usr/lib/libipset.so
 usr/lib/libipset.so.13
-usr/lib/libipset.so.13.2.0
+usr/lib/libipset.so.13.3.0
 #usr/lib/pkgconfig/libipset.pc
 usr/sbin/ipset
+#usr/sbin/ipset-translate
 #usr/share/man/man3/libipset.3
+#usr/share/man/man8/ipset-translate.8
 #usr/share/man/man8/ipset.8
diff --git a/config/rootfiles/core/168/filelists/ipset b/config/rootfiles/core/168/filelists/ipset
new file mode 120000
index 000000000..2b43691f2
--- /dev/null
+++ b/config/rootfiles/core/168/filelists/ipset
@@ -0,0 +1 @@
+../../../common/ipset
\ No newline at end of file
diff --git a/config/rootfiles/packages/lcdproc b/config/rootfiles/packages/lcdproc
index d2a59e059..ba5894dc4 100644
--- a/config/rootfiles/packages/lcdproc
+++ b/config/rootfiles/packages/lcdproc
@@ -1,12 +1,12 @@
-etc/rc.d/init.d/lcdproc
-etc/rc.d/rc0.d/K40lcdproc
-etc/rc.d/rc3.d/S60lcdproc
-etc/rc.d/rc6.d/K40lcdproc
 #etc/lcdproc
 etc/lcdproc/LCDd.conf
 etc/lcdproc/lcdexec.conf
 etc/lcdproc/lcdproc.conf
 etc/lcdproc/lcdvc.conf
+etc/rc.d/init.d/lcdproc
+etc/rc.d/rc0.d/K40lcdproc
+etc/rc.d/rc3.d/S60lcdproc
+etc/rc.d/rc6.d/K40lcdproc
 usr/bin/fortune.pl
 usr/bin/iosock.pl
 usr/bin/lcdexec
@@ -25,10 +25,12 @@ usr/lib/lcdproc
 #usr/lib/lcdproc/MD8800.so
 #usr/lib/lcdproc/MtxOrb.so
 #usr/lib/lcdproc/NoritakeVFD.so
+#usr/lib/lcdproc/Olimex_MOD_LCD1x9.so
 #usr/lib/lcdproc/SureElec.so
 #usr/lib/lcdproc/bayrad.so
 #usr/lib/lcdproc/curses.so
 #usr/lib/lcdproc/ea65.so
+#usr/lib/lcdproc/futaba.so
 #usr/lib/lcdproc/glcd.so
 #usr/lib/lcdproc/glk.so
 #usr/lib/lcdproc/hd44780.so
@@ -40,6 +42,7 @@ usr/lib/lcdproc
 #usr/lib/lcdproc/lb216.so
 #usr/lib/lcdproc/lcdm001.so
 #usr/lib/lcdproc/lcterm.so
+#usr/lib/lcdproc/linux_input.so
 #usr/lib/lcdproc/ms6931.so
 #usr/lib/lcdproc/mtc_s16209x.so
 #usr/lib/lcdproc/picolcd.so
@@ -57,6 +60,7 @@ usr/lib/lcdproc
 #usr/lib/lcdproc/text.so
 #usr/lib/lcdproc/tyan.so
 #usr/lib/lcdproc/vlsys_m428.so
+#usr/lib/lcdproc/yard2LCD.so
 usr/sbin/LCDd
 #usr/share/man/man1/lcdexec.1
 #usr/share/man/man1/lcdproc.1
diff --git a/lfs/ipset b/lfs/ipset
index 7b7612875..1dae6f936 100644
--- a/lfs/ipset
+++ b/lfs/ipset
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 7.11
+VER        = 7.15
 
 THISAPP    = ipset-$(VER)
 DL_FILE    = $(THISAPP).tar.bz2
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 97f2e3372e963654ece511960e8c22d0dd9e29376d087a3767d89544dfbd85f9f9e75e0cc6c4eb9e1d813d1a472a410033a76feef3319b1d87fd51b0c3fd97cd
+$(DL_FILE)_BLAKE2 = 10acff9741370ad80a2845605be1be4f691e987b271f4dcf1fab3abfe158c63c7d39e6b3453ba7cd361dee3df92f85419cfb70806a71b6806555f6571c70b1ed
 
 install : $(TARGET)
 
diff --git a/lfs/lcdproc b/lfs/lcdproc
index bc416386f..2b47e40f3 100644
--- a/lfs/lcdproc
+++ b/lfs/lcdproc
@@ -26,7 +26,7 @@ include Config
 
 SUMMARY    = Daemon capable of showing info on LCD displays
 
-VER        = 0.5.7
+VER        = 0.5.9
 
 THISAPP    = lcdproc-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -34,7 +34,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = lcdproc
-PAK_VER    = 2
+PAK_VER    = 3
 
 DEPS       =
 
@@ -50,7 +50,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 499d46585633ee6968adc1b5eb916f9737610606b0a8497f72f09cfa75fbd41c880d81ea2be44c50b1d124adf2c70ed49a9ae9a1c70a89899ad932cef7f10b89
+$(DL_FILE)_BLAKE2 = 10b26fc803cf14bf301177336bd14497131440f129d16fa75cbb4782da839eb3a3835091d7c211cfc75d35f07823a1c301cf7ebfae25f2a344d0dfcaf894ca17
 
 install : $(TARGET)
 
diff --git a/lfs/strace b/lfs/strace
index 6202d78c1..4c6c12a14 100644
--- a/lfs/strace
+++ b/lfs/strace
@@ -26,7 +26,7 @@ include Config
 
 SUMMARY    = A utility to trace the system calls of a program
 
-VER        = 5.14
+VER        = 5.17
 SUP_ARCHES = x86_64 armv6l aarch64
 
 THISAPP    = strace-$(VER)
@@ -35,7 +35,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = strace
-PAK_VER    = 6
+PAK_VER    = 7
 
 DEPS       = elfutils
 
@@ -49,7 +49,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 479ecf5e66e26e722d108c905130f482c411857db234ac013bf3568905c0f7b896f001ba6da2cabccd0a987c7802aebec9c6298decb691de125e8154c28e1c6f
+$(DL_FILE)_BLAKE2 = 27e7dc19302c58144b0a7d8de41f717760b8e3cde4ab56892045727597bbfc894bf8f137aee476548c2d16d1e9c8005f931f31a5d2f8bfc4ce5565c2aa01f1ec
 
 install : $(TARGET)
 
diff --git a/lfs/stress b/lfs/stress
index 808575af5..52860f078 100644
--- a/lfs/stress
+++ b/lfs/stress
@@ -11,7 +11,7 @@ include Config
 
 SUMMARY    = Tool to load and stress a computer
 
-VER        = 1.0.4
+VER        = 1.0.5
 
 THISAPP    = stress-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -19,7 +19,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = stress
-PAK_VER    = 1
+PAK_VER    = 2
 
 DEPS       =
 
@@ -33,7 +33,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = dcda33bec9b2228e93b6e9e33fc6238554b04036bd7478df6580f54557d639ab4a28fb820766f386e7d3d6338452dae7ee4b649554df2313bea80dfbb23653cf
+$(DL_FILE)_BLAKE2 = 7bc4a1d7739828ccd4b58c814e8ded42cddbd0b226bb29e916fe220835bcfa9dcdb86191bb321247aa98bd0e58791556713770bdeda5dad399aa61f2703a766c
 
 install : $(TARGET)
 
@@ -66,6 +66,7 @@ $(subst %,%_BLAKE2,$(objects)) :
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 	@$(PREBUILD)
 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
+	cd $(DIR_APP) && ./autogen.sh
 	cd $(DIR_APP) && ./configure --prefix=/usr
 	cd $(DIR_APP) && make $(MAKETUNING)
 	cd $(DIR_APP) && make install
diff --git a/lfs/stunnel b/lfs/stunnel
index 70755f7db..cddfa947b 100644
--- a/lfs/stunnel
+++ b/lfs/stunnel
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 5.62
+VER        = 5.63
 SUMMARY    = Universal TLS Tunnel
 
 THISAPP    = stunnel-$(VER)
@@ -33,7 +33,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = stunnel
-PAK_VER    = 8
+PAK_VER    = 9
 
 DEPS       =
 
@@ -47,7 +47,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = ba551fa8455314bdf5088fccbbb4b7740f00be6d15362a0d219242c3b1a8197327549ccf85dddfa76b4a8f06f9ece6313f122e1c1be992797cda97381f5b40d1
+$(DL_FILE)_BLAKE2 = 4558f233bae0972853239b4ad8638cbf8402baf221c8b65f0b8857c624735430ed026fa4cfac8212e60737f1f522e38898da5056a66e3374509886b02068e1db
 
 install : $(TARGET)
 


hooks/post-receive
--
IPFire 2.x development tree

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-04-24 14:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-24 14:18 [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 2e9899036a64e4d1fcccedb1a2eeefca0af7a7e2 Peter Müller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox