Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (7bf4fc59e413dcb355a0b3e01c1e05bb77eb66eb)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (7bf4fc59e413dcb355a0b3e01c1e05bb77eb66eb)
  • Date: Sun, 20 Aug 2023 16:48:01 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

archive/gzip/DETAILS | 4 ++--
archive/gzip/HISTORY | 4 ++++
archive/gzip/UP_TRIGGERS | 2 +-
3 files changed, 7 insertions(+), 3 deletions(-)

New commits:
commit 7bf4fc59e413dcb355a0b3e01c1e05bb77eb66eb
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

archive/gzip: version 1.13

diff --git a/archive/gzip/DETAILS b/archive/gzip/DETAILS
index 9fff12a..ed7efc7 100755
--- a/archive/gzip/DETAILS
+++ b/archive/gzip/DETAILS
@@ -1,6 +1,6 @@
-# Watch: https://ftp.gnu.org/gnu/gzip
+# Watch: https://ftp.gnu.org/gnu/gzip/
SPELL=gzip
- VERSION=1.12
+ VERSION=1.13
SECURITY_PATCH=2
SOURCE=$SPELL-${VERSION}.tar.xz
SOURCE2=$SOURCE.sig
diff --git a/archive/gzip/HISTORY b/archive/gzip/HISTORY
index 452802e..d93bcd8 100644
--- a/archive/gzip/HISTORY
+++ b/archive/gzip/HISTORY
@@ -1,3 +1,7 @@
+2023-08-20 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 1.13, updated Watch line
+ * UP_TRIGGERS: track_rootified and silenced grep's stderr
+
2022-04-07 Florian Franzmann <bwlf AT bandrate.org>
* DETAILS: version 1.12, SECURITY_PATCH++, see
https://lists.gnu.org/r/bug-gzip/2022-04/msg00011.html
diff --git a/archive/gzip/UP_TRIGGERS b/archive/gzip/UP_TRIGGERS
index 8c8eeca..14abe3d 100755
--- a/archive/gzip/UP_TRIGGERS
+++ b/archive/gzip/UP_TRIGGERS
@@ -1,3 +1,3 @@
-if grep -q usr/bin/gunzip /etc/man.conf; then
+if grep -q usr/bin/gunzip "${TRACK_ROOT}/etc/man.conf" 2>/dev/null; then
up_trigger man cast_self
fi



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (7bf4fc59e413dcb355a0b3e01c1e05bb77eb66eb), Pavel Vinogradov, 08/20/2023

Archive powered by MHonArc 2.6.24.

Top of Page