From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. ae49226866aef4b8ec700be2e739871c694d55c8 Date: Mon, 19 Sep 2022 12:38:12 +0000 Message-ID: <4MWPNN4jwxz2xpV@people01.haj.ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7166141652755861293==" List-Id: --===============7166141652755861293== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable 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 ae49226866aef4b8ec700be2e739871c694d55c8 (commit) via c799e441a447863ff94cd27eb418616bc1200855 (commit) via e80e1fda2d8de851db1a489a89ab828061c671c2 (commit) from ee1cfd760cc2851930ee8528b4d38b405d535d3c (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 ae49226866aef4b8ec700be2e739871c694d55c8 Author: Peter M=C3=BCller Date: Mon Sep 19 12:37:45 2022 +0000 Core Update 171: Ship backupiso =20 Signed-off-by: Peter M=C3=BCller commit c799e441a447863ff94cd27eb418616bc1200855 Author: Adolf Belka Date: Sun Sep 18 13:45:17 2022 +0200 backupiso: Update to ISO file naming - bug#12932 =20 - commit https://git.ipfire.org/?p=3Dipfire-2.x.git;a=3Dcommit;h=3Dfbd060= 8c2cb5372fff7857065ec7e605b1bf9cf7 aligned the ISO file name to the image file name. This change also nee= ded to be added to backupiso as the filename is used to download the iso from the IPFi= re server when creating an ISO backup. =20 Fixes: Bug#12932 Suggested-by: Matthias Fischer Tested-by: Adolf Belka Signed-off-by: Adolf Belka Reviewed-by: Bernhard Bitsch commit e80e1fda2d8de851db1a489a89ab828061c671c2 Author: Peter M=C3=BCller Date: Sun Sep 18 20:55:51 2022 +0000 Guardian: Bump package version for Perl changes =20 Signed-off-by: Peter M=C3=BCller ----------------------------------------------------------------------- Summary of changes: config/rootfiles/core/171/filelists/files | 1 + lfs/guardian | 4 ++-- src/scripts/backupiso | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) Difference in files: diff --git a/config/rootfiles/core/171/filelists/files b/config/rootfiles/cor= e/171/filelists/files index d5654ef6f..6ce89137f 100644 --- a/config/rootfiles/core/171/filelists/files +++ b/config/rootfiles/core/171/filelists/files @@ -131,3 +131,4 @@ lib/firmware/wfx/brd8022a.pds lib/firmware/wfx/brd8023a.pds srv/web/ipfire/cgi-bin/index.cgi srv/web/ipfire/cgi-bin/logs.cgi/urlfilter.dat +usr/local/bin/backupiso diff --git a/lfs/guardian b/lfs/guardian index 91d02a8bc..6eaa50aac 100644 --- a/lfs/guardian +++ b/lfs/guardian @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2019 IPFire Team = # +# Copyright (C) 2007-2022 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 = # @@ -35,7 +35,7 @@ DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) =20 PROG =3D guardian -PAK_VER =3D 26 +PAK_VER =3D 27 =20 DEPS =3D perl-inotify2 perl-Net-IP =20 diff --git a/src/scripts/backupiso b/src/scripts/backupiso index ef017e3be..2a016e067 100644 --- a/src/scripts/backupiso +++ b/src/scripts/backupiso @@ -35,7 +35,7 @@ case "${arch}" in esac =20 URL=3D"https://downloads.ipfire.org/releases/ipfire-2.x/$IPFVER-core$COREVER= /" -ISO=3D"ipfire-$IPFVER.$arch-full-core$COREVER.iso" +ISO=3D"ipfire-$IPFVER-core$COREVER-$arch.iso" =20 makeiso() { local dir=3D"${1}" hooks/post-receive -- IPFire 2.x development tree --===============7166141652755861293==--