Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] gnunet: update to 0.19.3
@ 2023-03-25 19:32 lun-4
  2023-06-24  2:05 ` github-actions
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: lun-4 @ 2023-03-25 19:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/lun-4/void-packages update-gnunet
https://github.com/void-linux/void-packages/pull/43019

gnunet: update to 0.19.3
0.12.2 is not even available on the ftp server anymore, so I took the liberty to update it.

#### Testing the changes
- I tested the changes in this PR: **briefly** (I don't know much about GNUnet, but it builds and from a high-level look it runs, but I failed to test GNS functionality)

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc

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

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

From f634c609508631e036fc0dc5d329c078f923e3cb Mon Sep 17 00:00:00 2001
From: Luna <git@l4.pm>
Date: Sat, 25 Mar 2023 16:05:25 -0300
Subject: [PATCH] gnunet: update to 0.19.3

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

diff --git a/common/shlibs b/common/shlibs
index b8d161c2d932..57247603d6eb 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -2333,7 +2333,7 @@ libgnunettestbedlogger.so.0 gnunet-0.12.2_1
 libgnunettestbed.so.0 gnunet-0.12.2_1
 libgnunetatstesting.so.0 gnunet-0.12.2_1
 libgnunetnse.so.0 gnunet-0.12.2_1
-libgnunetdht.so.3 gnunet-0.12.2_1
+libgnunetdht.so.4 gnunet-0.19.3_1
 libgnunetfriends.so.0 gnunet-0.12.2_1
 libgnunetregexblock.so.1 gnunet-0.12.2_1
 libgnunetregex.so.3 gnunet-0.12.2_1
@@ -2353,7 +2353,7 @@ libgnunetsecretsharing.so.0 gnunet-0.12.2_1
 libnss_gns.so.2 gnunet-0.12.2_1
 libnss_gns4.so.2 gnunet-0.12.2_1
 libnss_gns6.so.2 gnunet-0.12.2_1
-libgnunetutil.so.13 gnunet-0.12.2_1
+libgnunetutil.so.15 gnunet-0.19.3_1
 libgnunetnt.so.0 gnunet-0.12.2_1
 libgnunetgnsrecord.so.0 gnunet-0.12.2_1
 libgnunethello.so.0 gnunet-0.12.2_1
diff --git a/srcpkgs/gnunet/template b/srcpkgs/gnunet/template
index a8a6dabe66ba..5da4a412060f 100644
--- a/srcpkgs/gnunet/template
+++ b/srcpkgs/gnunet/template
@@ -1,13 +1,14 @@
 # Template file for 'gnunet'
 pkgname=gnunet
-version=0.12.2
-revision=4
+version=0.19.3
+revision=1
 build_style=gnu-configure
 conf_files="/etc/gnunet/gnunet.conf"
 hostmakedepends="automake gettext gettext-devel libtool pkg-config tar texinfo"
 # XXX: curl-gnutls-devel
 makedepends="libidn-devel libltdl-devel libunistring-devel
  libmariadbclient-devel postgresql-libs-devel sqlite-devel zlib-devel
+ libsodium-devel
  $(vopt_if bluetooth libbluetooth-devel)
  $(vopt_if extractor libextractor-devel)
  $(vopt_if ifconfig inetutils-ifconfig)
@@ -25,7 +26,7 @@ maintainer="Anachron <gith@cron.world>"
 license="GPL-3.0-or-later"
 homepage="https://gnunet.org"
 distfiles="http://ftpmirror.gnu.org/gnunet/${pkgname}-${version}.tar.gz"
-checksum=ac288b047d1156fc5e739062b11242bad0487993631e79781aede620ddf18cd7
+checksum=82b7d5fe12d481387c37d2fbf032bb605c2e4d5976079a1947943243e5ba7a25
 
 build_options="bluetooth extractor iptables ifconfig jansson microhttpd opus gstreamer pulseaudio zbar"
 build_options_default="bluetooth extractor iptables ifconfig jansson microhttpd opus gstreamer pulseaudio zbar"

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

* Re: gnunet: update to 0.19.3
  2023-03-25 19:32 [PR PATCH] gnunet: update to 0.19.3 lun-4
@ 2023-06-24  2:05 ` github-actions
  2023-06-24 11:48 ` Duncaen
  2023-06-24 11:48 ` [PR PATCH] [Closed]: " Duncaen
  2 siblings, 0 replies; 4+ messages in thread
From: github-actions @ 2023-06-24  2:05 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/43019#issuecomment-1605233460

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: gnunet: update to 0.19.3
  2023-03-25 19:32 [PR PATCH] gnunet: update to 0.19.3 lun-4
  2023-06-24  2:05 ` github-actions
@ 2023-06-24 11:48 ` Duncaen
  2023-06-24 11:48 ` [PR PATCH] [Closed]: " Duncaen
  2 siblings, 0 replies; 4+ messages in thread
From: Duncaen @ 2023-06-24 11:48 UTC (permalink / raw)
  To: ml

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

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/43019#issuecomment-1605423683

Comment:
Outdated and broke from the start.

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

* Re: [PR PATCH] [Closed]: gnunet: update to 0.19.3
  2023-03-25 19:32 [PR PATCH] gnunet: update to 0.19.3 lun-4
  2023-06-24  2:05 ` github-actions
  2023-06-24 11:48 ` Duncaen
@ 2023-06-24 11:48 ` Duncaen
  2 siblings, 0 replies; 4+ messages in thread
From: Duncaen @ 2023-06-24 11:48 UTC (permalink / raw)
  To: ml

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

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

gnunet: update to 0.19.3
https://github.com/void-linux/void-packages/pull/43019

Description:
0.12.2 is not even available on the ftp server anymore, so I took the liberty to update it.

#### Testing the changes
- I tested the changes in this PR: **briefly** (I don't know much about GNUnet, but it builds and from a high-level look it runs, but I failed to test GNS functionality)

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc

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

end of thread, other threads:[~2023-06-24 11:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-25 19:32 [PR PATCH] gnunet: update to 0.19.3 lun-4
2023-06-24  2:05 ` github-actions
2023-06-24 11:48 ` Duncaen
2023-06-24 11:48 ` [PR PATCH] [Closed]: " Duncaen

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