* [git.ipfire.org] IPFire 2.x development tree branch, next, updated. e47f7c8295ef92b6ee40ce88154d4449c4b29f19
@ 2022-05-05 15:31 Peter Müller
0 siblings, 0 replies; only message in thread
From: Peter Müller @ 2022-05-05 15:31 UTC (permalink / raw)
To: ipfire-scm
[-- Attachment #1: Type: text/plain, Size: 20151 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 e47f7c8295ef92b6ee40ce88154d4449c4b29f19 (commit)
via c78f6e33f8415bdefb5be953032eba111d3585ff (commit)
via 6f3da00c53ac58dcbb833740b7a6f069166ee98f (commit)
via 401a2f3db0303e404987d06890296f23966c8ae8 (commit)
from c36610e051b931b4ae497b633ca41713e03d53e7 (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 e47f7c8295ef92b6ee40ce88154d4449c4b29f19
Author: Peter Müller <peter.mueller(a)ipfire.org>
Date: Thu May 5 15:31:16 2022 +0000
Core Update 168: Ship freetype
Signed-off-by: Peter Müller <peter.mueller(a)ipfire.org>
commit c78f6e33f8415bdefb5be953032eba111d3585ff
Author: Adolf Belka <adolf.belka(a)ipfire.org>
Date: Wed May 4 21:51:00 2022 +0200
freetype: Update to version 2.12.1
- Update from version 2.11.1 to 2.12.1
- Update of rootfile
- Changelog
CHANGES BETWEEN 2.12.0 and 2.12.1
I. IMPORTANT BUG FIXES
- Loading CFF fonts sometimes made FreeType crash (bug introduced in
version 2.12.0)
- Loading a fully hinted TrueType glyph a second time (without
caching) sometimes yielded different rendering results if TrueType
hinting was active (bug introduced in version 2.12.0).
- The generation of the pkg-config file `freetype2.pc` was broken if
the build was done with cmake (bug introduced in version 2.12.0).
II. MISCELLANEOUS
- New option `--with-librsvg` for the `configure` script for better
FreeType demo support.
- The meson build no longer enforces both static and dynamic
versions of the library by default.
- The internal zlib library was updated to version 1.2.12. Note,
however, that FreeType is *not* affected by CVE-2018-25032 since
it only does decompression.
CHANGES BETWEEN 2.11.1 and 2.12.0
I. IMPORTANT CHANGES
- FreeType now handles OT-SVG fonts, to be controlled with
`FT_CONFIG_OPTION_SVG` configuration macro. By default, it can
only load the 'SVG ' table of an OpenType font. However, by using
the `svg-hooks` property of the new 'ot-svg' module it is possible
to register an external SVG rendering engine. The FreeType demo
programs have been set up to use 'librsvg' as the rendering
library.
This work was Moazin Khatti's GSoC 2019 project.
II. MISCELLANEOUS
- The handling of fonts with an 'sbix' table has been improved.
- Corrected bitmap offsets.
- A new tag `FT_PARAM_TAG_IGNORE_SBIX` for `FT_Open_Face` makes
FreeType ignore an 'sbix' table in a font, allowing applications
to access the font's outline glyphs.
- `FT_FACE_FLAG_SBIX` and `FT_FACE_FLAG_SBIX_OVERLAY` together
with their corresponding preprocessor macros `FT_HAS_SBIX` and
`FT_HAS_SBIX_OVERLAY` enable applications to treat 'sbix' tables
as described in the OpenType specification.
- The internal 'zlib' code has been updated to be in sync with the
current 'zlib' version (1.2.11).
- The previously internal load flag `FT_LOAD_SBITS_ONLY` is now
public.
- Some minor improvements of the building systems, in particular
handling of the 'zlib' library (internal vs. external).
- Support for non-desktop Universal Windows Platform.
- Various other minor bug and documentation fixes.
- The `ftdump` demo program shows more information for Type1 fonts
if option `-n` is given.
- `ftgrid` can now display embedded bitmap strikes.
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
Reviewed-by: Peter Müller <peter.mueller(a)ipfire.org>
commit 6f3da00c53ac58dcbb833740b7a6f069166ee98f
Author: Adolf Belka <adolf.belka(a)ipfire.org>
Date: Wed May 4 21:51:28 2022 +0200
sdl2: Update to version 2.0.22
- Update from version 2.0.20 to 2.0.22
- Update of rootfile
- Changelog
2.0.22:
General:
* Added SDL_RenderGetWindow() to get the window associated with a renderer
* Added floating point rectangle functions:
* SDL_PointInFRect()
* SDL_FRectEmpty()
* SDL_FRectEquals()
* SDL_FRectEqualsEpsilon()
* SDL_HasIntersectionF()
* SDL_IntersectFRect()
* SDL_UnionFRect()
* SDL_EncloseFPoints()
* SDL_IntersectFRectAndLine()
* Added SDL_IsTextInputShown() which returns whether the IME window is currently
shown
* Added SDL_ClearComposition() to dismiss the composition window without disabling
IME input
* Added SDL_TEXTEDITING_EXT event for handling long composition text, and a hint
SDL_HINT_IME_SUPPORT_EXTENDED_TEXT to enable it
* Added the hint SDL_HINT_MOUSE_RELATIVE_MODE_CENTER to control whether the mouse
should be constrained to the whole window or the center of the window when
relative mode is enabled
* The mouse is now automatically captured when mouse buttons are pressed, and the
hint SDL_HINT_MOUSE_AUTO_CAPTURE allows you to control this behavior
* Added the hint SDL_HINT_VIDEO_FOREIGN_WINDOW_OPENGL to let SDL know that a
foreign window will be used with OpenGL
* Added the hint SDL_HINT_VIDEO_FOREIGN_WINDOW_VULKAN to let SDL know that a
foreign window will be used with Vulkan
* Added the hint SDL_HINT_QUIT_ON_LAST_WINDOW_CLOSE to specify whether an
SDL_QUIT event will be delivered when the last application window is closed
* Added the hint SDL_HINT_JOYSTICK_ROG_CHAKRAM to control whether ROG Chakram
mice show up as joysticks
Windows:
* Added support for SDL_BLENDOPERATION_MINIMUM and SDL_BLENDOPERATION_MAXIMUM to
the D3D9 renderer
Linux:
* Compiling with Wayland support requires libwayland-client version 1.18.0 or later
* Added the hint SDL_HINT_X11_WINDOW_TYPE to specify the _NET_WM_WINDOW_TYPE of
SDL windows
* Added the hint SDL_HINT_VIDEO_WAYLAND_PREFER_LIBDECOR to allow using libdecor
with compositors that support xdg-decoration
Android:
* Added SDL_AndroidSendMessage() to send a custom command to the SDL java activity
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
Reviewed-by: Peter Müller <peter.mueller(a)ipfire.org>
commit 401a2f3db0303e404987d06890296f23966c8ae8
Author: Adolf Belka <adolf.belka(a)ipfire.org>
Date: Wed May 4 21:51:15 2022 +0200
hplip: Update to version 3.22.4
- Update from version 3.22.2 to 3.22.4
- Update of rootfile
- Changelog
HPLIP 3.22.4 - This release has the following changes:
Added support for following new Distro's:
Manjaro 21.2
Added support for the following new Printers:
HP LaserJet Pro 4001ne
HP LaserJet Pro 4001n
HP LaserJet Pro 4001dne
HP LaserJet Pro 4001dn
HP LaserJet Pro 4001dwe
HP LaserJet Pro 4001dw
HP LaserJet Pro 4001d
HP LaserJet Pro 4001de
HP LaserJet Pro 4002ne
HP LaserJet Pro 4002n
HP LaserJet Pro 4002dne
HP LaserJet Pro 4002dn
HP LaserJet Pro 4002dwe
HP LaserJet Pro 4002dw
HP LaserJet Pro 4002d
HP LaserJet Pro 4002de
HP LaserJet Pro 4003dn
HP LaserJet Pro 4003dw
HP LaserJet Pro 4003n
HP LaserJet Pro 4003d
HP LaserJet Pro 4004d
HP LaserJet Pro 4004dn
HP LaserJet Pro 4004dw
HP LaserJet Pro MFP 4101dwe
HP LaserJet Pro MFP 4101dw
HP LaserJet Pro MFP 4101fdn
HP LaserJet Pro MFP 4101fdne
HP LaserJet Pro MFP 4101fdw
HP LaserJet Pro MFP 4101fdwe
HP LaserJet Pro MFP 4102dwe
HP LaserJet Pro MFP 4102dw
HP LaserJet Pro MFP 4102fdn
HP LaserJet Pro MFP 4102fdw
HP LaserJet Pro MFP 4102fdwe
HP LaserJet Pro MFP 4102fdne
HP LaserJet Pro MFP 4102fnw
HP LaserJet Pro MFP 4102fnwe
HP LaserJet Pro MFP 4103dw
HP LaserJet Pro MFP 4103dn
HP LaserJet Pro MFP 4103fdn
HP LaserJet Pro MFP 4103fdw
HP LaserJet Pro MFP 4104dw
HP LaserJet Pro MFP 4104fdw
HP LaserJet Pro MFP 4104fdn
HP ScanJet Pro 3600 f1
HP ScanJet Pro N4600 fnw1
HP ScanJet Pro 2600 f1
HP ScanJet Enterprise Flow N6600 fnw1
HPLIP 3.22.2 - This release has the following changes:
Added support for following new Distro's:
Elementary OS 6.1
RHEL 8.5
Linux Mint 20.3
Added support for the following new Printers:
HP LaserJet Tank MFP 1602a
HP LaserJet Tank MFP 1602w
HP LaserJet Tank MFP 1604w
HP LaserJet Tank MFP 2602dn
HP LaserJet Tank MFP 2602sdn
HP LaserJet Tank MFP 2602sdw
HP LaserJet Tank MFP 2602dw
HP LaserJet Tank MFP 2604dw
HP LaserJet Tank MFP 2604sdw
HP LaserJet Tank MFP 2603dw
HP LaserJet Tank MFP 2603sdw
HP LaserJet Tank MFP 2605sdw
HP LaserJet Tank MFP 2606dn
HP LaserJet Tank MFP 2606sdn
HP LaserJet Tank MFP 2606sdw
HP LaserJet Tank MFP 2606dw
HP LaserJet Tank MFP 2606dc
HP LaserJet Tank MFP 1005
HP LaserJet Tank MFP 1005w
HP LaserJet Tank MFP 1005nw
HP LaserJet Tank 1502a
HP LaserJet Tank 1502w
HP LaserJet Tank 1504w
HP LaserJet Tank 2502dw
HP LaserJet Tank 2502dn
HP LaserJet Tank 2504dw
HP LaserJet Tank 2503dw
HP LaserJet Tank 2506dw
HP LaserJet Tank 2506d
HP LaserJet Tank 2506dn
HP LaserJet Tank 1020
HP LaserJet Tank 1020w
HP LaserJet Tank 1020nw
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
Reviewed-by: Peter Müller <peter.mueller(a)ipfire.org>
-----------------------------------------------------------------------
Summary of changes:
config/rootfiles/common/freetype | 3 +-
.../{oldcore/110 => core/168}/filelists/freetype | 0
config/rootfiles/packages/hplip | 82 ++++++++++++----------
config/rootfiles/packages/sdl2 | 2 +-
lfs/freetype | 4 +-
lfs/hplip | 6 +-
lfs/sdl2 | 6 +-
7 files changed, 56 insertions(+), 47 deletions(-)
copy config/rootfiles/{oldcore/110 => core/168}/filelists/freetype (100%)
Difference in files:
diff --git a/config/rootfiles/common/freetype b/config/rootfiles/common/freetype
index ceb06b4d6..e7d8e9ff9 100644
--- a/config/rootfiles/common/freetype
+++ b/config/rootfiles/common/freetype
@@ -51,6 +51,7 @@
#usr/include/freetype2/freetype/fttrigon.h
#usr/include/freetype2/freetype/fttypes.h
#usr/include/freetype2/freetype/ftwinfnt.h
+#usr/include/freetype2/freetype/otsvg.h
#usr/include/freetype2/freetype/t1tables.h
#usr/include/freetype2/freetype/ttnameid.h
#usr/include/freetype2/freetype/tttables.h
@@ -59,7 +60,7 @@
#usr/lib/libfreetype.la
#usr/lib/libfreetype.so
usr/lib/libfreetype.so.6
-usr/lib/libfreetype.so.6.18.1
+usr/lib/libfreetype.so.6.18.3
#usr/lib/pkgconfig/freetype2.pc
#usr/share/aclocal/freetype2.m4
#usr/share/man/man1/freetype-config.1
diff --git a/config/rootfiles/core/168/filelists/freetype b/config/rootfiles/core/168/filelists/freetype
new file mode 120000
index 000000000..79ec5c42e
--- /dev/null
+++ b/config/rootfiles/core/168/filelists/freetype
@@ -0,0 +1 @@
+../../../common/freetype
\ No newline at end of file
diff --git a/config/rootfiles/packages/hplip b/config/rootfiles/packages/hplip
index 4aa5803b9..86b7a4cfc 100644
--- a/config/rootfiles/packages/hplip
+++ b/config/rootfiles/packages/hplip
@@ -1,40 +1,40 @@
-#usr/share/doc/hplip-3.22.2
-#usr/share/doc/hplip-3.22.2/COPYING
-#usr/share/doc/hplip-3.22.2/README_LIBJPG
-#usr/share/doc/hplip-3.22.2/commandline.html
-#usr/share/doc/hplip-3.22.2/copying.html
-#usr/share/doc/hplip-3.22.2/copyright
-#usr/share/doc/hplip-3.22.2/devicemanager.html
-#usr/share/doc/hplip-3.22.2/faxtrouble.html
-#usr/share/doc/hplip-3.22.2/gettinghelp.html
-#usr/share/doc/hplip-3.22.2/hpscan.html
-#usr/share/doc/hplip-3.22.2/images
-#usr/share/doc/hplip-3.22.2/images/favicon.ico
-#usr/share/doc/hplip-3.22.2/images/print.png
-#usr/share/doc/hplip-3.22.2/images/toolbox_actions.png
-#usr/share/doc/hplip-3.22.2/images/toolbox_fax.png
-#usr/share/doc/hplip-3.22.2/images/toolbox_print_control.png
-#usr/share/doc/hplip-3.22.2/images/toolbox_print_settings.png
-#usr/share/doc/hplip-3.22.2/images/toolbox_status.png
-#usr/share/doc/hplip-3.22.2/images/toolbox_supplies.png
-#usr/share/doc/hplip-3.22.2/images/xsane.png
-#usr/share/doc/hplip-3.22.2/index.html
-#usr/share/doc/hplip-3.22.2/mainttask.html
-#usr/share/doc/hplip-3.22.2/plugins.html
-#usr/share/doc/hplip-3.22.2/print.html
-#usr/share/doc/hplip-3.22.2/printing.html
-#usr/share/doc/hplip-3.22.2/printoptions.html
-#usr/share/doc/hplip-3.22.2/printtroubleshooting.html
-#usr/share/doc/hplip-3.22.2/scanning.html
-#usr/share/doc/hplip-3.22.2/scantrouble.html
-#usr/share/doc/hplip-3.22.2/sendfax.html
-#usr/share/doc/hplip-3.22.2/setup.html
-#usr/share/doc/hplip-3.22.2/styles
-#usr/share/doc/hplip-3.22.2/styles/css.css
-#usr/share/doc/hplip-3.22.2/systray.html
-#usr/share/doc/hplip-3.22.2/troubleshooting.html
-#usr/share/doc/hplip-3.22.2/uninstalling.html
-#usr/share/doc/hplip-3.22.2/upgrading.html
+#usr/share/doc/hplip-3.22.4
+#usr/share/doc/hplip-3.22.4/COPYING
+#usr/share/doc/hplip-3.22.4/README_LIBJPG
+#usr/share/doc/hplip-3.22.4/commandline.html
+#usr/share/doc/hplip-3.22.4/copying.html
+#usr/share/doc/hplip-3.22.4/copyright
+#usr/share/doc/hplip-3.22.4/devicemanager.html
+#usr/share/doc/hplip-3.22.4/faxtrouble.html
+#usr/share/doc/hplip-3.22.4/gettinghelp.html
+#usr/share/doc/hplip-3.22.4/hpscan.html
+#usr/share/doc/hplip-3.22.4/images
+#usr/share/doc/hplip-3.22.4/images/favicon.ico
+#usr/share/doc/hplip-3.22.4/images/print.png
+#usr/share/doc/hplip-3.22.4/images/toolbox_actions.png
+#usr/share/doc/hplip-3.22.4/images/toolbox_fax.png
+#usr/share/doc/hplip-3.22.4/images/toolbox_print_control.png
+#usr/share/doc/hplip-3.22.4/images/toolbox_print_settings.png
+#usr/share/doc/hplip-3.22.4/images/toolbox_status.png
+#usr/share/doc/hplip-3.22.4/images/toolbox_supplies.png
+#usr/share/doc/hplip-3.22.4/images/xsane.png
+#usr/share/doc/hplip-3.22.4/index.html
+#usr/share/doc/hplip-3.22.4/mainttask.html
+#usr/share/doc/hplip-3.22.4/plugins.html
+#usr/share/doc/hplip-3.22.4/print.html
+#usr/share/doc/hplip-3.22.4/printing.html
+#usr/share/doc/hplip-3.22.4/printoptions.html
+#usr/share/doc/hplip-3.22.4/printtroubleshooting.html
+#usr/share/doc/hplip-3.22.4/scanning.html
+#usr/share/doc/hplip-3.22.4/scantrouble.html
+#usr/share/doc/hplip-3.22.4/sendfax.html
+#usr/share/doc/hplip-3.22.4/setup.html
+#usr/share/doc/hplip-3.22.4/styles
+#usr/share/doc/hplip-3.22.4/styles/css.css
+#usr/share/doc/hplip-3.22.4/systray.html
+#usr/share/doc/hplip-3.22.4/troubleshooting.html
+#usr/share/doc/hplip-3.22.4/uninstalling.html
+#usr/share/doc/hplip-3.22.4/upgrading.html
#usr/share/hplip
usr/share/hplip/dat2drv
usr/share/hplip/locatedriver
@@ -847,6 +847,10 @@ usr/share/ppd/HP
#usr/share/ppd/HP/hp-laserjet_p4515tn.ppd.gz
#usr/share/ppd/HP/hp-laserjet_p4515x.ppd.gz
#usr/share/ppd/HP/hp-laserjet_p4515xm.ppd.gz
+#usr/share/ppd/HP/hp-laserjet_pro_4001-ps.ppd.gz
+#usr/share/ppd/HP/hp-laserjet_pro_4002-ps.ppd.gz
+#usr/share/ppd/HP/hp-laserjet_pro_4003-ps.ppd.gz
+#usr/share/ppd/HP/hp-laserjet_pro_4004-ps.ppd.gz
#usr/share/ppd/HP/hp-laserjet_pro_m118-m119-ps.ppd.gz
#usr/share/ppd/HP/hp-laserjet_pro_m148-m149-ps.ppd.gz
#usr/share/ppd/HP/hp-laserjet_pro_m148f-m149f-ps.ppd.gz
@@ -862,6 +866,10 @@ usr/share/ppd/HP
#usr/share/ppd/HP/hp-laserjet_pro_m501n-ps.ppd.gz
#usr/share/ppd/HP/hp-laserjet_pro_m701-ps.ppd.gz
#usr/share/ppd/HP/hp-laserjet_pro_m706-ps.ppd.gz
+#usr/share/ppd/HP/hp-laserjet_pro_mfp_4101-ps.ppd.gz
+#usr/share/ppd/HP/hp-laserjet_pro_mfp_4102-ps.ppd.gz
+#usr/share/ppd/HP/hp-laserjet_pro_mfp_4103-ps.ppd.gz
+#usr/share/ppd/HP/hp-laserjet_pro_mfp_4104-ps.ppd.gz
#usr/share/ppd/HP/hp-laserjet_pro_mfp_m125a.ppd.gz
#usr/share/ppd/HP/hp-laserjet_pro_mfp_m125nr.ppd.gz
#usr/share/ppd/HP/hp-laserjet_pro_mfp_m125nw.ppd.gz
diff --git a/config/rootfiles/packages/sdl2 b/config/rootfiles/packages/sdl2
index ae18130fb..a95500017 100644
--- a/config/rootfiles/packages/sdl2
+++ b/config/rootfiles/packages/sdl2
@@ -81,7 +81,7 @@
#usr/lib/cmake/SDL2/sdl2-config-version.cmake
#usr/lib/cmake/SDL2/sdl2-config.cmake
usr/lib/libSDL2-2.0.so.0
-usr/lib/libSDL2-2.0.so.0.18.2
+usr/lib/libSDL2-2.0.so.0.22.0
#usr/lib/libSDL2.la
usr/lib/libSDL2.so
#usr/lib/libSDL2_test.a
diff --git a/lfs/freetype b/lfs/freetype
index 8a308d70d..5233f7bb8 100644
--- a/lfs/freetype
+++ b/lfs/freetype
@@ -24,7 +24,7 @@
include Config
-VER = 2.11.1
+VER = 2.12.1
THISAPP = freetype-$(VER)
DL_FILE = $(THISAPP).tar.xz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 15cc03e7b8ba93b2f240b0eee3f1cc07bca77d9ef67a1971d44d6c061a0dff2b13737fa417f7f2dc4e7e6df660223325931f69a107a6b2eaf14425fc71b7ca7b
+$(DL_FILE)_BLAKE2 = c4737dc0c6e44e0a911545d604fdb2e8e8b3f5185d3f5dfe4e4561ee2d75b3e5a31afcbb2089306fec4b31ba10324a6ec6499c3735b2b7591c71e96fee4ed278
install : $(TARGET)
diff --git a/lfs/hplip b/lfs/hplip
index 9c8e240ea..8c25f8f4d 100644
--- a/lfs/hplip
+++ b/lfs/hplip
@@ -26,7 +26,7 @@ include Config
SUMMARY = HP's Printing, Scanning, and Faxing Software
-VER = 3.22.2
+VER = 3.22.4
THISAPP = hplip-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = hplip
-PAK_VER = 7
+PAK_VER = 8
DEPS =
@@ -48,7 +48,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = d262307430b5a4ca05f2a58cdadc212e93b73141906c0852a2b9b2ced33b942dbec6d9f2fc1f79773d3d37a9d71f37b5fe457ba574d7bf826cd3afeb80d4f05d
+$(DL_FILE)_BLAKE2 = 6446cecad6a9dea4685874da4879b604ad5c68842783741e8ee87b5cf957a8cc69269ced0a4fa40077abcc35fd0cd8f0103f90e02f1a1244a28617dfd0cd4036
install : $(TARGET)
diff --git a/lfs/sdl2 b/lfs/sdl2
index fb9bee353..0e1d70950 100644
--- a/lfs/sdl2
+++ b/lfs/sdl2
@@ -24,7 +24,7 @@
include Config
-VER = 2.0.20
+VER = 2.0.22
SUMMARY = Simple DirectMedia Layer Library
THISAPP = SDL2-$(VER)
@@ -33,7 +33,7 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = sdl2
-PAK_VER = 6
+PAK_VER = 7
DEPS = alsa
@@ -47,7 +47,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 03c6d462674aeb90559003e9f4c74f66833e193d2de3f3975f1e1684c5bdccb5c1b3c64c22c822777a63ee218d87fd04ff047b012d8db30a1565dafa34161623
+$(DL_FILE)_BLAKE2 = 7f8b3efa709a0514f6a76df4ffc8b756d287d1e372ed107d0525a22cb5e6a168709136d375b6708b2073a76dd30d1bf06203d2c5c3eb2990e80519c7d1558df5
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-05-05 15:31 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-05 15:31 [git.ipfire.org] IPFire 2.x development tree branch, next, updated. e47f7c8295ef92b6ee40ce88154d4449c4b29f19 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