- Update from version 5.63 to 5.69 - Update of rootfile not required - Changelog Version 5.69, 2023.03.04, urgency: MEDIUM * New features - Improved logging performance with the "output" option. - Improved file read performance on the WIN32 platform. - DH and kDHEPSK ciphersuites removed from FIPS defaults. - Set the LimitNOFILE ulimit in stunnel.service to allow for up to 10,000 concurrent clients. * Bugfixes - Fixed the "CApath" option on the WIN32 platform by applying https://github.com/openssl/openssl/pull/20312. - Fixed stunnel.spec used for building rpm packages. - Fixed tests on some OSes and architectures by merging Debian 07-tests-errmsg.patch (thx to Peter Pentchev). Version 5.68, 2023.02.07, urgency: HIGH * Security bugfixes - OpenSSL DLLs updated to version 3.0.8. * New features - Added the new 'CAengine' service-level option to load a trusted CA certificate from an engine. - Added requesting client certificates in server mode with 'CApath' besides 'CAfile'. - Improved file read performance. - Improved logging performance. * Bugfixes - Fixed EWOULDBLOCK errors in protocol negotiation. - Fixed handling TLS errors in protocol negotiation. - Prevented following fatal TLS alerts with TCP resets. - Improved OpenSSL initialization on WIN32. - Improved testing suite stability. Version 5.67, 2022.11.01, urgency: HIGH * Security bugfixes - OpenSSL DLLs updated to version 3.0.7. * New features - Provided a logging callback to custom engines. * Bugfixes - Fixed "make cert" with OpenSSL older than 3.0. - Fixed the code and the documentation to use conscious language for SNI servers (thx to Clemens Lang). Version 5.66, 2022.09.11, urgency: MEDIUM * New features - OpenSSL 3.0 FIPS Provider support for Windows. * Bugfixes - Fixed building on machines without pkg-config. - Added the missing "environ" declaration for BSD-based operating systems. - Fixed the passphrase dialog with OpenSSL 3.0. Version 5.65, 2022.07.17, urgency: HIGH * Security bugfixes - OpenSSL DLLs updated to version 3.0.5. * Bugfixes - Fixed handling globally enabled FIPS. - Fixed openssl.cnf processing in WIN32 GUI. - Fixed a number of compiler warnings. - Fixed tests on older versions of OpenSSL. Version 5.64, 2022.05.06, urgency: MEDIUM * Security bugfixes - OpenSSL DLLs updated to version 3.0.3. * New features - Updated the pkcs11 engine for Windows. * Bugfixes - Removed the SERVICE_INTERACTIVE_PROCESS flag in "stunnel -install".
Signed-off-by: Adolf Belka adolf.belka@ipfire.org --- lfs/stunnel | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/lfs/stunnel b/lfs/stunnel index b157de1ff..24527bb25 100644 --- a/lfs/stunnel +++ b/lfs/stunnel @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2022 IPFire Team info@ipfire.org # +# Copyright (C) 2007-2023 IPFire Team info@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 # @@ -24,7 +24,7 @@
include Config
-VER = 5.63 +VER = 5.69 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 = 10 +PAK_VER = 11
DEPS =
@@ -47,7 +47,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 4558f233bae0972853239b4ad8638cbf8402baf221c8b65f0b8857c624735430ed026fa4cfac8212e60737f1f522e38898da5056a66e3374509886b02068e1db +$(DL_FILE)_BLAKE2 = fd213d1c7bc9efb42ee501bccd720c6535d123fe9d78354ff14a1701edcc30f1b563ff46fa34fd3f53bb976a7e700f0cd63589a8488738314604e593a95ad7bd
install : $(TARGET)
- Update from version 3.3 to 3.3a - Update of rootfile not required - Changelog CHANGES FROM 3.3 TO 3.3a * Do not crash when run-shell produces output from a config file. * Do not unintentionally turn off all mouse mode when button mode is also present.
Signed-off-by: Adolf Belka adolf.belka@ipfire.org --- lfs/tmux | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/lfs/tmux b/lfs/tmux index 3e0b22fef..19cc6b7f8 100644 --- a/lfs/tmux +++ b/lfs/tmux @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2022 IPFire Team info@ipfire.org # +# Copyright (C) 2007-2023 IPFire Team info@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 # @@ -26,7 +26,7 @@ include Config
SUMMARY = Terminal multiplexer
-VER = 3.3 +VER = 3.3a
THISAPP = tmux-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = tmux -PAK_VER = 10 +PAK_VER = 11
DEPS =
@@ -48,7 +48,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 7e5b66d6d294c580d86f4f8729f867277e00f401dfa2a4b4c5dd5bd08c1e9884122340cbebfb37f56c67c65e940667f5b79b638f20f05282c434f7b3641ad003 +$(DL_FILE)_BLAKE2 = e835ce0f136175521035a684419f221864edb0a9506d7d68cbc0239b1349e78949ebd96573a9d8651a2df6d99acb433075d6e0c20d7394a53fe6b44bd9e56069
install : $(TARGET)
- Update from version 3.00 to 4.0.3 - Update of rootfile - Build changed from autotools configure to cmake - Changelog is very large. For details see https://github.com/transmission/transmission/releases/
Signed-off-by: Adolf Belka adolf.belka@ipfire.org --- config/rootfiles/packages/transmission | 94 +++----------------------- lfs/transmission | 15 ++-- 2 files changed, 18 insertions(+), 91 deletions(-)
diff --git a/config/rootfiles/packages/transmission b/config/rootfiles/packages/transmission index d831ecde9..69bc9a1d7 100644 --- a/config/rootfiles/packages/transmission +++ b/config/rootfiles/packages/transmission @@ -1,3 +1,4 @@ +etc/rc.d/init.d/transmission #etc/transmission etc/transmission/settings.json usr/bin/transmission-create @@ -5,88 +6,13 @@ usr/bin/transmission-daemon usr/bin/transmission-edit usr/bin/transmission-remote usr/bin/transmission-show -#usr/share/man/man1/transmission-create.1 -#usr/share/man/man1/transmission-daemon.1 -#usr/share/man/man1/transmission-edit.1 -#usr/share/man/man1/transmission-remote.1 -#usr/share/man/man1/transmission-show.1 -usr/share/transmission -#usr/share/transmission/web -#usr/share/transmission/web/LICENSE -#usr/share/transmission/web/images -#usr/share/transmission/web/images/favicon.ico -#usr/share/transmission/web/images/favicon.png -#usr/share/transmission/web/images/webclip-icon.png -#usr/share/transmission/web/index.html -#usr/share/transmission/web/javascript -#usr/share/transmission/web/javascript/common.js -#usr/share/transmission/web/javascript/dialog.js -#usr/share/transmission/web/javascript/file-row.js -#usr/share/transmission/web/javascript/formatter.js -#usr/share/transmission/web/javascript/inspector.js -#usr/share/transmission/web/javascript/jquery -#usr/share/transmission/web/javascript/jquery/jquery-migrate.min.js -#usr/share/transmission/web/javascript/jquery/jquery-ui.min.js -#usr/share/transmission/web/javascript/jquery/jquery.min.js -#usr/share/transmission/web/javascript/jquery/jquery.transmenu.min.js -#usr/share/transmission/web/javascript/jquery/jquery.ui-contextmenu.min.js -#usr/share/transmission/web/javascript/jquery/json2.min.js -#usr/share/transmission/web/javascript/main.js -#usr/share/transmission/web/javascript/notifications.js -#usr/share/transmission/web/javascript/polyfill.js -#usr/share/transmission/web/javascript/prefs-dialog.js -#usr/share/transmission/web/javascript/remote.js -#usr/share/transmission/web/javascript/torrent-row.js -#usr/share/transmission/web/javascript/torrent.js -#usr/share/transmission/web/javascript/transmission.js -#usr/share/transmission/web/style -#usr/share/transmission/web/style/jqueryui -#usr/share/transmission/web/style/jqueryui/images -#usr/share/transmission/web/style/jqueryui/images/ui-bg_flat_0_aaaaaa_40x100.png -#usr/share/transmission/web/style/jqueryui/images/ui-bg_flat_75_ffffff_40x100.png -#usr/share/transmission/web/style/jqueryui/images/ui-bg_glass_55_fbf9ee_1x400.png -#usr/share/transmission/web/style/jqueryui/images/ui-bg_glass_65_ffffff_1x400.png -#usr/share/transmission/web/style/jqueryui/images/ui-bg_glass_75_dadada_1x400.png -#usr/share/transmission/web/style/jqueryui/images/ui-bg_glass_75_e6e6e6_1x400.png -#usr/share/transmission/web/style/jqueryui/images/ui-bg_glass_95_fef1ec_1x400.png -#usr/share/transmission/web/style/jqueryui/images/ui-bg_highlight-soft_75_cccccc_1x100.png -#usr/share/transmission/web/style/jqueryui/images/ui-icons_222222_256x240.png -#usr/share/transmission/web/style/jqueryui/images/ui-icons_2e83ff_256x240.png -#usr/share/transmission/web/style/jqueryui/images/ui-icons_454545_256x240.png -#usr/share/transmission/web/style/jqueryui/images/ui-icons_888888_256x240.png -#usr/share/transmission/web/style/jqueryui/images/ui-icons_cd0a0a_256x240.png -#usr/share/transmission/web/style/jqueryui/jquery-ui.min.css -#usr/share/transmission/web/style/transmission -#usr/share/transmission/web/style/transmission/common.css -#usr/share/transmission/web/style/transmission/images -#usr/share/transmission/web/style/transmission/images/arrow-down.png -#usr/share/transmission/web/style/transmission/images/arrow-up.png -#usr/share/transmission/web/style/transmission/images/blue-turtle.png -#usr/share/transmission/web/style/transmission/images/buttons -#usr/share/transmission/web/style/transmission/images/buttons/torrent_buttons.png -#usr/share/transmission/web/style/transmission/images/compact.png -#usr/share/transmission/web/style/transmission/images/file-priority-high.png -#usr/share/transmission/web/style/transmission/images/file-priority-low.png -#usr/share/transmission/web/style/transmission/images/file-priority-normal.png -#usr/share/transmission/web/style/transmission/images/filter_bar.png -#usr/share/transmission/web/style/transmission/images/filter_icon.png -#usr/share/transmission/web/style/transmission/images/inspector-files.png -#usr/share/transmission/web/style/transmission/images/inspector-info.png -#usr/share/transmission/web/style/transmission/images/inspector-peers.png -#usr/share/transmission/web/style/transmission/images/inspector-trackers.png -#usr/share/transmission/web/style/transmission/images/lock_icon.png -#usr/share/transmission/web/style/transmission/images/logo.png -#usr/share/transmission/web/style/transmission/images/progress.png -#usr/share/transmission/web/style/transmission/images/settings.png -#usr/share/transmission/web/style/transmission/images/toolbar-close.png -#usr/share/transmission/web/style/transmission/images/toolbar-folder.png -#usr/share/transmission/web/style/transmission/images/toolbar-info.png -#usr/share/transmission/web/style/transmission/images/toolbar-pause-all.png -#usr/share/transmission/web/style/transmission/images/toolbar-pause.png -#usr/share/transmission/web/style/transmission/images/toolbar-start-all.png -#usr/share/transmission/web/style/transmission/images/toolbar-start.png -#usr/share/transmission/web/style/transmission/images/turtle.png -#usr/share/transmission/web/style/transmission/images/wrench.png -#usr/share/transmission/web/style/transmission/mobile.css +#usr/share/transmission +#usr/share/transmission/public_html +#usr/share/transmission/public_html/images +#usr/share/transmission/public_html/images/favicon.ico +#usr/share/transmission/public_html/images/favicon.png +#usr/share/transmission/public_html/images/webclip-icon.png +#usr/share/transmission/public_html/index.html +#usr/share/transmission/public_html/transmission-app.js +#usr/share/transmission/public_html/transmission-app.js.LICENSE.txt var/ipfire/backup/addons/includes/transmission -etc/rc.d/init.d/transmission diff --git a/lfs/transmission b/lfs/transmission index ea1167da4..4e0667353 100644 --- a/lfs/transmission +++ b/lfs/transmission @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2020 IPFire Team info@ipfire.org # +# Copyright (C) 2007-2023 IPFire Team info@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 # @@ -26,7 +26,7 @@ include Config
SUMMARY = A BitTorrent client with multiple UIs
-VER = 3.00 +VER = 4.0.3
THISAPP = transmission-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -34,14 +34,12 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = transmission -PAK_VER = 18 +PAK_VER = 19
DEPS =
SERVICES = transmission
-CXXFLAGS += -fno-exceptions - ############################################################################### # Top-level Rules ############################################################################### @@ -50,7 +48,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 108c9acb8e8cb9c037ea96ca25f32c8421a6981b613399c73e2cd597dd1b529409329fa3c327630c164db05d8b3da81e634941bca08c7e258bb2d283782b9906 +$(DL_FILE)_BLAKE2 = 3d58f002d57458869e143e4a3617c8992e51a01f15f0e17031bc2913f404a455cde3397bde404f84a2234d12411e99b2902e4213ca6811b95288bb68f9b98553
install : $(TARGET)
@@ -83,7 +81,10 @@ $(subst %,%_BLAKE2,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && ./configure --prefix=/usr --disable-static + cd $(DIR_APP) && cmake . \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_BUILD_TYPE=Release \ + -DINSTALL_DOC=OFF cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE) cd $(DIR_APP) && make install
- Update from version 0.7.5 to 0.9.4 - Update of rootfile - wavemon would not build because it could not find the netlink include files. wavemon was still looking in include/netlink/ as for libnl version 1 but with libnl3 the include files are in include/libnl3/netlink/ - Based on an issue entry in the wavemon github repo I created the patch to force wavemon to look in the correct place.
Signed-off-by: Adolf Belka adolf.belka@ipfire.org --- config/rootfiles/packages/wavemon | 8 ++--- lfs/wavemon | 32 ++++++++++++++----- ...mon-0.9.4-force-netlink-include-path.patch | 11 +++++++ 3 files changed, 37 insertions(+), 14 deletions(-) create mode 100644 src/patches/wavemon-0.9.4-force-netlink-include-path.patch
diff --git a/config/rootfiles/packages/wavemon b/config/rootfiles/packages/wavemon index 4f0fa3c05..3785f5aa9 100644 --- a/config/rootfiles/packages/wavemon +++ b/config/rootfiles/packages/wavemon @@ -2,9 +2,5 @@ usr/bin/wavemon #usr/share/man/man1/wavemon.1 #usr/share/man/man5/wavemonrc.5 #usr/share/wavemon -#usr/share/wavemon/AUTHORS -#usr/share/wavemon/COPYING -#usr/share/wavemon/ChangeLog -#usr/share/wavemon/NEWS -#usr/share/wavemon/README -#usr/share/wavemon/THANKS +#usr/share/wavemon/LICENSE +#usr/share/wavemon/README.md diff --git a/lfs/wavemon b/lfs/wavemon index 2fb8b75b3..265449c4f 100644 --- a/lfs/wavemon +++ b/lfs/wavemon @@ -1,8 +1,24 @@ ############################################################################### -# IPFire.org - An Open Source Firewall Solution # -# Copyright (C) 2007-2018 IPFire Team info@ipfire.org # +# # +# IPFire.org - A linux based firewall # +# Copyright (C) 2007-2023 IPFire Team info@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 # +# the Free Software Foundation, either version 3 of the License, or # +# (at your option) any later version. # +# # +# This program is distributed in the hope that it will be useful, # +# but WITHOUT ANY WARRANTY; without even the implied warranty of # +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # +# GNU General Public License for more details. # +# # +# You should have received a copy of the GNU General Public License # +# along with this program. If not, see http://www.gnu.org/licenses/. # +# # ###############################################################################
+ ############################################################################### # Definitions ############################################################################### @@ -11,15 +27,15 @@ include Config
SUMMARY = An ncurses monitoring application for wireless network devices
-VER = 0.7.5 +VER = 0.9.4
THISAPP = wavemon-$(VER) -DL_FILE = $(THISAPP).tar.bz2 +DL_FILE = $(THISAPP).tar.gz DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = wavemon -PAK_VER = 1 +PAK_VER = 2
DEPS =
@@ -33,7 +49,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 144a8aa36e99d39fb155e7afe2322c9446e168c1b009f6d53f149f7cd6c1e723e47a30233c25849b1aa1fd8c601e8d8881062daf3113c2964b0c239a5b110b6c +$(DL_FILE)_BLAKE2 = e07feb16dba86b1a91dc9b7d7df51da1b4498d8ea1a6ca36f6ae1e30e0e0bb09971330a470cde3425e7ae785bbd2819460ac2f1ddc2bc8da3aae29de3356bdbb
install : $(TARGET)
@@ -66,10 +82,10 @@ $(subst %,%_BLAKE2,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) + cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/wavemon-0.9.4-force-netlink-include-path.patch $(UPDATE_AUTOMAKE) cd $(DIR_APP) && ./configure \ - --prefix=/usr - + --prefix=/usr cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install @rm -rf $(DIR_APP) diff --git a/src/patches/wavemon-0.9.4-force-netlink-include-path.patch b/src/patches/wavemon-0.9.4-force-netlink-include-path.patch new file mode 100644 index 000000000..5004e567f --- /dev/null +++ b/src/patches/wavemon-0.9.4-force-netlink-include-path.patch @@ -0,0 +1,11 @@ +--- wavemon-0.9.4/Makefile.in.orig 2021-09-18 02:25:37.000000000 +0200 ++++ wavemon-0.9.4/Makefile.in 2023-05-19 23:45:50.170559365 +0200 +@@ -9,7 +9,7 @@ + install-suid-root: exec_perms = 4755 + + CC ?= @CC@ +-CFLAGS ?= @CFLAGS@ @LIBNL3_CLI_CFLAGS@ ++CFLAGS = @CFLAGS@ @LIBNL3_CLI_CFLAGS@ + CPPFLAGS ?= @CPPFLAGS@ + LDFLAGS ?= @LDFLAGS@ + DEFS ?= @DEFS@