Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] libtls: update to 3.8.1.
@ 2023-09-09 22:05 Johnnynator
  2023-09-10 11:42 ` [PR PATCH] [Closed]: " Johnnynator
  0 siblings, 1 reply; 2+ messages in thread
From: Johnnynator @ 2023-09-09 22:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Johnnynator/void-packages libtls
https://github.com/void-linux/void-packages/pull/46001

libtls: update to 3.8.1.
- libtls: update to 3.8.1..
- catgirl: rebuild against libtls.so.28
- litterbox: rebuild against libtls.so.28
- openntpd: rebuild against libtls.so.28
- pounce: rebuild against libtls.so.28
- sacc: rebuild against libtls.so.28


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

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

From 59e9fbf5e40425d71eb4a3375a0190f52cec3763 Mon Sep 17 00:00:00 2001
From: John <me@johnnynator.dev>
Date: Sat, 9 Sep 2023 20:49:59 +0200
Subject: [PATCH 1/6] libtls: update to 3.8.1..

---
 common/shlibs           | 2 +-
 srcpkgs/libtls/template | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 531b3345e230f..370c50d27261e 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3529,7 +3529,7 @@ libmanette-0.2.so.0 libmanette-0.2.1_1
 libfmt.so.9 fmt-9.0.0_1
 libelementary-calendar.so.0 libio.elementary.calendar-4.2.3_1
 libolm.so.3 olm-3.0.0_1
-libtls.so.26 libtls-3.6.1_1
+libtls.so.28 libtls-3.8.1_1
 libxmlb.so.2 libxmlb-0.2.1_1
 libvoikko.so.1 libvoikko-4.2_1
 libfstrcmp.so.0 libfstrcmp-0.7.D001_1
diff --git a/srcpkgs/libtls/template b/srcpkgs/libtls/template
index 1ea7763b03522..6263afc6de342 100644
--- a/srcpkgs/libtls/template
+++ b/srcpkgs/libtls/template
@@ -1,6 +1,6 @@
 # Template file for 'libtls'
 pkgname=libtls
-version=3.7.3
+version=3.8.1
 revision=1
 create_wrksrc=yes
 build_wrksrc="libressl-${version}"
@@ -14,7 +14,7 @@ license="OpenSSL, ISC"
 homepage="http://www.libressl.org/"
 changelog="https://raw.githubusercontent.com/libressl/portable/master/ChangeLog"
 distfiles="http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-${version}.tar.gz"
-checksum=7948c856a90c825bd7268b6f85674a8dcd254bae42e221781b24e3f8dc335db3
+checksum=c29bd6d9522746773cb9e4126d5a9a2c35ea5505f6fd49b679173f2b46e57372
 _lssl_asm_ver="1.2.0"
 replaces="libtls20>0"
 patch_args="-Np1 --directory=${build_wrksrc}"
@@ -75,7 +75,7 @@ libressl-netcat_package() {
 	 nc:nc:/usr/bin/libressl-nc
 	 nc:nc.1:/usr/share/man/man1/libressl-nc.1"
 	pkg_install() {
-		vbin apps/nc/.libs/nc libressl-nc
+		vbin apps/nc/nc libressl-nc
 		vman apps/nc/nc.1 libressl-nc.1
 	}
 }

From 6df5279de0ba627b676b81cda542bbc47c2282fe Mon Sep 17 00:00:00 2001
From: John <me@johnnynator.dev>
Date: Sat, 9 Sep 2023 20:53:37 +0200
Subject: [PATCH 2/6] catgirl: rebuild against libtls.so.28

---
 srcpkgs/catgirl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/catgirl/template b/srcpkgs/catgirl/template
index 7e2f8dc763469..aa95e7d89d147 100644
--- a/srcpkgs/catgirl/template
+++ b/srcpkgs/catgirl/template
@@ -1,7 +1,7 @@
 # Template file for 'catgirl'
 pkgname=catgirl
 version=2.2
-revision=1
+revision=2
 build_style=gnu-configure
 make_build_target="all"
 hostmakedepends="pkg-config"

From 7f8140eb5f754c32c313632c87578faa386c461f Mon Sep 17 00:00:00 2001
From: John <me@johnnynator.dev>
Date: Sat, 9 Sep 2023 20:53:37 +0200
Subject: [PATCH 3/6] litterbox: rebuild against libtls.so.28

---
 srcpkgs/litterbox/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/litterbox/template b/srcpkgs/litterbox/template
index 5031c4fbc4ee2..d2cada7a5c22b 100644
--- a/srcpkgs/litterbox/template
+++ b/srcpkgs/litterbox/template
@@ -1,7 +1,7 @@
 # Template file for 'litterbox'
 pkgname=litterbox
 version=1.9
-revision=1
+revision=2
 build_style=gnu-configure
 make_build_target="all"
 hostmakedepends="pkg-config"

From 9feef1fdbf830d61663e667d96c8ee1851efc66a Mon Sep 17 00:00:00 2001
From: John <me@johnnynator.dev>
Date: Sat, 9 Sep 2023 20:53:37 +0200
Subject: [PATCH 4/6] openntpd: rebuild against libtls.so.28

---
 srcpkgs/openntpd/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/openntpd/template b/srcpkgs/openntpd/template
index 72c43ac0a9188..ae65aa07fc2b9 100644
--- a/srcpkgs/openntpd/template
+++ b/srcpkgs/openntpd/template
@@ -1,7 +1,7 @@
 # Template file for 'openntpd'
 pkgname=openntpd
 version=6.8p1
-revision=5
+revision=6
 build_style=gnu-configure
 configure_args="--with-privsep-user=openntpd --with-cacert=/etc/ssl/certs.pem"
 hostmakedepends="automake libtool"

From 184dcace530cb7cb64f5e37416044ae04dd5b277 Mon Sep 17 00:00:00 2001
From: John <me@johnnynator.dev>
Date: Sat, 9 Sep 2023 20:53:37 +0200
Subject: [PATCH 5/6] pounce: rebuild against libtls.so.28

---
 srcpkgs/pounce/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pounce/template b/srcpkgs/pounce/template
index 1e14ef5b8431a..91321550ec95a 100644
--- a/srcpkgs/pounce/template
+++ b/srcpkgs/pounce/template
@@ -1,7 +1,7 @@
 # Template file for 'pounce'
 pkgname=pounce
 version=3.1
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--enable-notify --enable-palaver"
 make_build_target="all"

From c340a4e47e1411f021f31e8150efd474314bf1f8 Mon Sep 17 00:00:00 2001
From: John <me@johnnynator.dev>
Date: Sat, 9 Sep 2023 20:53:37 +0200
Subject: [PATCH 6/6] sacc: rebuild against libtls.so.28

---
 srcpkgs/sacc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sacc/template b/srcpkgs/sacc/template
index 2ed784c44262d..c9a068918484a 100644
--- a/srcpkgs/sacc/template
+++ b/srcpkgs/sacc/template
@@ -1,7 +1,7 @@
 # Template file for 'sacc'
 pkgname=sacc
 version=1.05
-revision=3
+revision=4
 build_style="gnu-makefile"
 makedepends="ncurses-devel libtls-devel"
 short_desc="Terminal gopher client"

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

* Re: [PR PATCH] [Closed]: libtls: update to 3.8.1.
  2023-09-09 22:05 [PR PATCH] libtls: update to 3.8.1 Johnnynator
@ 2023-09-10 11:42 ` Johnnynator
  0 siblings, 0 replies; 2+ messages in thread
From: Johnnynator @ 2023-09-10 11:42 UTC (permalink / raw)
  To: ml

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

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

libtls: update to 3.8.1.
https://github.com/void-linux/void-packages/pull/46001

Description:
- libtls: update to 3.8.1..
- catgirl: rebuild against libtls.so.28
- litterbox: rebuild against libtls.so.28
- openntpd: rebuild against libtls.so.28
- pounce: rebuild against libtls.so.28
- sacc: rebuild against libtls.so.28


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

end of thread, other threads:[~2023-09-10 11:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-09 22:05 [PR PATCH] libtls: update to 3.8.1 Johnnynator
2023-09-10 11:42 ` [PR PATCH] [Closed]: " Johnnynator

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).