Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (43806d17ff150a92525e4563779f652597876367)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (43806d17ff150a92525e4563779f652597876367)
  • Date: Sat, 22 Jun 2024 12:51:33 +0000

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

crypto/putty/BUILD | 4 ----
crypto/putty/CONFIGURE | 1 +
crypto/putty/DEPENDS | 3 ++-
crypto/putty/DETAILS | 7 ++++---
crypto/putty/HISTORY | 9 +++++++++
crypto/putty/putty.gpg |binary
dev/null |binary
7 files changed, 16 insertions(+), 8 deletions(-)

New commits:
commit 43806d17ff150a92525e4563779f652597876367
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

putty => 0.81 SECURITY FIX

diff --git a/crypto/putty/BUILD b/crypto/putty/BUILD
deleted file mode 100755
index ab8b27d..0000000
--- a/crypto/putty/BUILD
+++ /dev/null
@@ -1,4 +0,0 @@
-CFLAGS+=" -Wno-error" &&
-cd unix &&
-
-default_build
diff --git a/crypto/putty/CONFIGURE b/crypto/putty/CONFIGURE
new file mode 100644
index 0000000..b2f02c3
--- /dev/null
+++ b/crypto/putty/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/CMAKE_CONFIGURE
diff --git a/crypto/putty/DEPENDS b/crypto/putty/DEPENDS
index f5045ac..986caa5 100755
--- a/crypto/putty/DEPENDS
+++ b/crypto/putty/DEPENDS
@@ -1 +1,2 @@
-optional_depends gtk+3 '' '--without-gtk' 'build gui tools'
+source $GRIMOIRE/CMAKE_DEPENDS &&
+optional_depends gtk+3 '' '' 'build gui tools'
diff --git a/crypto/putty/DETAILS b/crypto/putty/DETAILS
index d004cc2..809ecf3 100755
--- a/crypto/putty/DETAILS
+++ b/crypto/putty/DETAILS
@@ -1,12 +1,13 @@
+source $GRIMOIRE/CMAKE_FUNCTIONS
SPELL=putty
- VERSION=0.74
- SECURITY_PATCH=5
+ VERSION=0.81
+ SECURITY_PATCH=6
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=https://the.earth.li/~sgtatham/putty/latest/$SOURCE
SOURCE2=$SOURCE.sig
SOURCE2_URL[0]=${SOURCE_URL[0]}.gpg
- SOURCE_GPG=sgtatum.gpg:$SOURCE.sig:UPSTREAM_KEY
+ SOURCE_GPG=putty.gpg:$SOURCE.sig:UPSTREAM_KEY
SOURCE2_IGNORE=signature
WEB_SITE=https://www.chiark.greenend.org.uk/~sgtatham/putty/
ENTERED=20040721
diff --git a/crypto/putty/HISTORY b/crypto/putty/HISTORY
index 374dfa5..037d8ab 100644
--- a/crypto/putty/HISTORY
+++ b/crypto/putty/HISTORY
@@ -1,3 +1,12 @@
+2024-06-22 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.81
+ SECURITY_PATCH++ fixes CVE-2024-31497
+ * sgtatum.gpg: deleted
+ * putty.gpg: added, using "PuTTY Releases
<putty AT projects.tartarus.org>"
+ * *: use cmake build
+ * BUILD: deleted
+ * CONFIGURE: added
+
2020-09-02 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.74
SECURITY_PATCH++ fixes CVE-2020-14002
diff --git a/crypto/putty/putty.gpg b/crypto/putty/putty.gpg
new file mode 100644
index 0000000..cb8dafd
Binary files /dev/null and b/crypto/putty/putty.gpg differ
diff --git a/crypto/putty/sgtatum.gpg b/crypto/putty/sgtatum.gpg
deleted file mode 100644
index c3585b6..0000000
Binary files a/crypto/putty/sgtatum.gpg and /dev/null differ


  • [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (43806d17ff150a92525e4563779f652597876367), Treeve Jelbert, 06/22/2024

Archive powered by MHonArc 2.6.24.

Top of Page