Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] putty: update to 0.77.
@ 2022-08-17 16:50 abenson
  2022-08-17 18:14 ` [PR PATCH] [Updated] " abenson
  2022-08-17 19:00 ` [PR PATCH] [Merged]: " abenson
  0 siblings, 2 replies; 3+ messages in thread
From: abenson @ 2022-08-17 16:50 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 603 bytes --]

There is a new pull request by abenson against master on the void-packages repository

https://github.com/abenson/void-packages putty_0.77
https://github.com/void-linux/void-packages/pull/38740

putty: update to 0.77.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64 _cross_
  - armv6l-musl _cross_



A patch file from https://github.com/void-linux/void-packages/pull/38740.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-putty_0.77-38740.patch --]
[-- Type: text/x-diff, Size: 1839 bytes --]

From ee88112cd00b63e0477d29bb2074bff9cd1b9d36 Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Wed, 17 Aug 2022 11:50:49 -0500
Subject: [PATCH] putty: update to 0.77.

---
 srcpkgs/putty/patches/fix-include.patch | 10 ----------
 srcpkgs/putty/template                  | 12 ++++++------
 2 files changed, 6 insertions(+), 16 deletions(-)
 delete mode 100644 srcpkgs/putty/patches/fix-include.patch

diff --git a/srcpkgs/putty/patches/fix-include.patch b/srcpkgs/putty/patches/fix-include.patch
deleted file mode 100644
index 37ce7776dffa..000000000000
--- a/srcpkgs/putty/patches/fix-include.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/unix/uxcons.c
-+++ b/unix/uxcons.c
-@@ -8,6 +8,7 @@
- #include <stdarg.h>
- #include <assert.h>
- #include <errno.h>
-+#include <sys/select.h>
-
- #include <termios.h>
- #include <unistd.h>
diff --git a/srcpkgs/putty/template b/srcpkgs/putty/template
index cf385472c433..8335325ff696 100644
--- a/srcpkgs/putty/template
+++ b/srcpkgs/putty/template
@@ -1,19 +1,19 @@
 # Template file for 'putty'
 pkgname=putty
-version=0.76
+version=0.77
 revision=1
-build_style=gnu-configure
-hostmakedepends="pkg-config"
-makedepends="gtk+-devel"
+build_style=cmake
+hostmakedepends="pkg-config perl"
+makedepends="gtk+3-devel"
 short_desc="Free Telnet/SSH Client"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="http://www.chiark.greenend.org.uk/~sgtatham/putty/"
 changelog="https://www.chiark.greenend.org.uk/~sgtatham/putty/changes.html"
 distfiles="http://the.earth.li/~sgtatham/putty/latest/putty-${version}.tar.gz"
-checksum=547cd97a8daa87ef71037fab0773bceb54a8abccb2f825a49ef8eba5e045713f
+checksum=419a76f45238fd45f2c76b42438993056e74fa78374f136052aaa843085beae5
 
-CFLAGS="-Wno-error"
+CFLAGS="-Wno-error -UNDEBUG"
 
 post_install() {
 	vlicense LICENCE

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Updated] putty: update to 0.77.
  2022-08-17 16:50 [PR PATCH] putty: update to 0.77 abenson
@ 2022-08-17 18:14 ` abenson
  2022-08-17 19:00 ` [PR PATCH] [Merged]: " abenson
  1 sibling, 0 replies; 3+ messages in thread
From: abenson @ 2022-08-17 18:14 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 608 bytes --]

There is an updated pull request by abenson against master on the void-packages repository

https://github.com/abenson/void-packages putty_0.77
https://github.com/void-linux/void-packages/pull/38740

putty: update to 0.77.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64 _cross_
  - armv6l-musl _cross_



A patch file from https://github.com/void-linux/void-packages/pull/38740.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-putty_0.77-38740.patch --]
[-- Type: text/x-diff, Size: 1988 bytes --]

From e6dc7cd2e0fd1d38dab9da29e1c4e4868ba25fd7 Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Wed, 17 Aug 2022 11:50:49 -0500
Subject: [PATCH] putty: update to 0.77.

---
 srcpkgs/putty/patches/fix-include.patch | 10 ----------
 srcpkgs/putty/template                  | 16 ++++++++--------
 2 files changed, 8 insertions(+), 18 deletions(-)
 delete mode 100644 srcpkgs/putty/patches/fix-include.patch

diff --git a/srcpkgs/putty/patches/fix-include.patch b/srcpkgs/putty/patches/fix-include.patch
deleted file mode 100644
index 37ce7776dffa..000000000000
--- a/srcpkgs/putty/patches/fix-include.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/unix/uxcons.c
-+++ b/unix/uxcons.c
-@@ -8,6 +8,7 @@
- #include <stdarg.h>
- #include <assert.h>
- #include <errno.h>
-+#include <sys/select.h>
-
- #include <termios.h>
- #include <unistd.h>
diff --git a/srcpkgs/putty/template b/srcpkgs/putty/template
index cf385472c433..023abf4f18ae 100644
--- a/srcpkgs/putty/template
+++ b/srcpkgs/putty/template
@@ -1,19 +1,19 @@
 # Template file for 'putty'
 pkgname=putty
-version=0.76
+version=0.77
 revision=1
-build_style=gnu-configure
-hostmakedepends="pkg-config"
-makedepends="gtk+-devel"
+build_style=cmake
+hostmakedepends="pkg-config perl"
+makedepends="gtk+3-devel"
 short_desc="Free Telnet/SSH Client"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
-homepage="http://www.chiark.greenend.org.uk/~sgtatham/putty/"
+homepage="https://www.chiark.greenend.org.uk/~sgtatham/putty/"
 changelog="https://www.chiark.greenend.org.uk/~sgtatham/putty/changes.html"
-distfiles="http://the.earth.li/~sgtatham/putty/latest/putty-${version}.tar.gz"
-checksum=547cd97a8daa87ef71037fab0773bceb54a8abccb2f825a49ef8eba5e045713f
+distfiles="https://the.earth.li/~sgtatham/putty/latest/putty-${version}.tar.gz"
+checksum=419a76f45238fd45f2c76b42438993056e74fa78374f136052aaa843085beae5
 
-CFLAGS="-Wno-error"
+CFLAGS="-Wno-error -UNDEBUG"
 
 post_install() {
 	vlicense LICENCE

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Merged]: putty: update to 0.77.
  2022-08-17 16:50 [PR PATCH] putty: update to 0.77 abenson
  2022-08-17 18:14 ` [PR PATCH] [Updated] " abenson
@ 2022-08-17 19:00 ` abenson
  1 sibling, 0 replies; 3+ messages in thread
From: abenson @ 2022-08-17 19:00 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 449 bytes --]

There's a merged pull request on the void-packages repository

putty: update to 0.77.
https://github.com/void-linux/void-packages/pull/38740

Description:
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64 _cross_
  - armv6l-musl _cross_



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-08-17 19:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-17 16:50 [PR PATCH] putty: update to 0.77 abenson
2022-08-17 18:14 ` [PR PATCH] [Updated] " abenson
2022-08-17 19:00 ` [PR PATCH] [Merged]: " abenson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).