diff options
| author | Matthias Andree <mandree@FreeBSD.org> | 2026-08-16 17:39:16 +0000 |
|---|---|---|
| committer | Yusuf Yaman <nxjoseph@FreeBSD.org> | 2026-08-16 18:02:12 +0000 |
| commit | 896537c5a3209554bdb2abf35d5f23794d417164 (patch) | |
| tree | dfe32a3244e96b33da4a08d8b633f4adbaf5bc15 | |
| parent | 7522c221898c5f7cf842009c8e42de0b5bd8ce41 (diff) | |
security/putty*: Security update 0.84 => 0.85
While here, add USE_XORG+=xrender since pterm seems to be linked to it.
Changelog: https://www.chiark.greenend.org.uk/~sgtatham/putty/changes.html
PR: 297593
Reported by: mandree (maintainer)
Approved by: osa, vvd (Mentors, implicit)
MFH: 2026Q3
(cherry picked from commit 877004e21c74fcf4f4c2a90f8370c7e13646eeea)
| -rw-r--r-- | security/putty/Makefile | 4 | ||||
| -rw-r--r-- | security/putty/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/security/putty/Makefile b/security/putty/Makefile index 5a8bd1173805..b0dd41a17570 100644 --- a/security/putty/Makefile +++ b/security/putty/Makefile @@ -1,6 +1,6 @@ PORTNAME= putty # https://tartarus.org/~simon/putty-prerel-snapshots/putty-0.83~pre20250105.1e45199.tar.gz -DISTVERSION= 0.84 +DISTVERSION= 0.85 PORTREVISION= 0 #DISTVERSIONSUFFIX= .ec158a2 CATEGORIES= security @@ -51,7 +51,7 @@ LDFLAGS+= -Wl,--as-needed # - Putty 0.77 cannot have X11 without the gdk/gdkx.h header i. e. GTK. .if ${PORT_OPTIONS:MGTK3} && !defined(WITHOUT_X11) USES+= xorg -USE_XORG= x11 +USE_XORG= x11 xrender USES+= gnome USE_GNOME= cairo gdkpixbuf gtk30 CMAKE_ARGS+= -DPUTTY_GTK_VERSION:STRING=3 diff --git a/security/putty/distinfo b/security/putty/distinfo index 64657abdc0d4..9cf8475c1bf4 100644 --- a/security/putty/distinfo +++ b/security/putty/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1779420053 -SHA256 (putty-0.84.tar.gz) = 06057862ae198f1dbd219d0c7493080d59f606194bb5056c549e342aa01b69fe -SIZE (putty-0.84.tar.gz) = 3005843 +TIMESTAMP = 1786901549 +SHA256 (putty-0.85.tar.gz) = 13fd4db2936d03b73812a7bcc2a658e4dd29cc776a56c3670a7fc6f1a0ee8af8 +SIZE (putty-0.85.tar.gz) = 3023114 |
