Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: wget2-1.99.2
@ 2020-12-17  0:40 CRKatri
  2020-12-17  1:00 ` ericonr
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: CRKatri @ 2020-12-17  0:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/CRKatri/void-packages wget2
https://github.com/void-linux/void-packages/pull/27210

New package: wget2-1.99.2


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

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

From 0e3ba8dc25d36eb6ea7eff3a4cc236c3ac7efc94 Mon Sep 17 00:00:00 2001
From: Cameron Katri <me@cameronkatri.com>
Date: Wed, 16 Dec 2020 19:38:41 -0500
Subject: [PATCH] New package: wget2-1.99.2

---
 common/shlibs          |  1 +
 srcpkgs/libwget2       |  1 +
 srcpkgs/libwget2-devel |  1 +
 srcpkgs/wget2/template | 35 +++++++++++++++++++++++++++++++++++
 4 files changed, 38 insertions(+)
 create mode 120000 srcpkgs/libwget2
 create mode 120000 srcpkgs/libwget2-devel
 create mode 100644 srcpkgs/wget2/template

diff --git a/common/shlibs b/common/shlibs
index 01cc7e86e1f..2a8556de87f 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3999,3 +3999,4 @@ libevemu.so.3 evemu-2.7.0_1
 libantilib.so.1 libantimicrox-3.1.2_1
 libinih.so.0 inih-52_1
 libpcaudio.so.0 pcaudiolib-1.1_1
+libwget.so.0 libwget2-1.99.2_1
diff --git a/srcpkgs/libwget2 b/srcpkgs/libwget2
new file mode 120000
index 00000000000..96cec08f36c
--- /dev/null
+++ b/srcpkgs/libwget2
@@ -0,0 +1 @@
+wget2
\ No newline at end of file
diff --git a/srcpkgs/libwget2-devel b/srcpkgs/libwget2-devel
new file mode 120000
index 00000000000..96cec08f36c
--- /dev/null
+++ b/srcpkgs/libwget2-devel
@@ -0,0 +1 @@
+wget2
\ No newline at end of file
diff --git a/srcpkgs/wget2/template b/srcpkgs/wget2/template
new file mode 100644
index 00000000000..dcd84bf331b
--- /dev/null
+++ b/srcpkgs/wget2/template
@@ -0,0 +1,35 @@
+# Template file for 'wget'
+pkgname=wget2
+version=1.99.2
+revision=1
+build_style=gnu-configure
+configure_args="--with-ssl=gnutls"
+hostmakedepends="pkg-config doxygen pandoc texinfo"
+makedepends="libidn-devel libuuid-devel pcre2-devel
+ nghttp2-devel gnutls-devel liblzma-devel libpsl-devel
+ brotli-devel libzstd-devel gpgme-devel libmicrohttpd-devel"
+depends="ca-certificates"
+short_desc="GNU wget2 download utility"
+maintainer="Cameron Katri <me@cameronkatri.org>"
+license="GPL-3.0-or-later"
+homepage="http://www.gnu.org/software/wget/wget.html"
+distfiles="${GNU_SITE}/wget/wget2-${version}.tar.gz"
+checksum=cbc48f55fa22ed2acbccf032c208c133cc59c7432cda8518a4992eb5882b6563
+
+libwget2_package() {
+	short_desc="GNU wget2 download library"
+	pkg_install() {
+		vmove "usr/lib/*.so.*"
+	}
+}
+
+libwget2-devel_package() {
+	short_desc="GNU wget2 download library - development files"
+	pkg_install() {
+		vmove "usr/lib/*.so"
+		vmove "usr/lib/*.a"
+		vmove usr/lib/pkgconfig
+		vmove usr/include
+		vmove usr/share/man/man3
+	}
+}

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

* Re: New package: wget2-1.99.2
  2020-12-17  0:40 [PR PATCH] New package: wget2-1.99.2 CRKatri
@ 2020-12-17  1:00 ` ericonr
  2020-12-17  1:10 ` CRKatri
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: ericonr @ 2020-12-17  1:00 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/27210#issuecomment-747135811

Comment:
This is beta, from what I can see? https://lists.gnu.org/archive/html/bug-wget/2019-08/msg00029.html

Also, is there anything that'd make it impossible to update directly from our wget package? I think that's preferrable.

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

* Re: New package: wget2-1.99.2
  2020-12-17  0:40 [PR PATCH] New package: wget2-1.99.2 CRKatri
  2020-12-17  1:00 ` ericonr
@ 2020-12-17  1:10 ` CRKatri
  2020-12-17  1:10 ` CRKatri
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: CRKatri @ 2020-12-17  1:10 UTC (permalink / raw)
  To: ml

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

New comment by CRKatri on void-packages repository

https://github.com/void-linux/void-packages/pull/27210#issuecomment-747139247

Comment:
> Also, is there anything that'd make it impossible to update directly from our wget package?
wget2 is a successor of wget not a continuation, it uses the binary `wget2` not `wget`, so there is no way to update wget to wget2

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

* Re: New package: wget2-1.99.2
  2020-12-17  0:40 [PR PATCH] New package: wget2-1.99.2 CRKatri
  2020-12-17  1:00 ` ericonr
  2020-12-17  1:10 ` CRKatri
@ 2020-12-17  1:10 ` CRKatri
  2021-07-20 20:38 ` [PR REVIEW] " ericonr
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: CRKatri @ 2020-12-17  1:10 UTC (permalink / raw)
  To: ml

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

New comment by CRKatri on void-packages repository

https://github.com/void-linux/void-packages/pull/27210#issuecomment-747139247

Comment:
> Also, is there anything that'd make it impossible to update directly from our wget package?

wget2 is a successor of wget not a continuation, it uses the binary `wget2` not `wget`, so there is no way to update wget to wget2

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

* Re: [PR REVIEW] New package: wget2-1.99.2
  2020-12-17  0:40 [PR PATCH] New package: wget2-1.99.2 CRKatri
                   ` (2 preceding siblings ...)
  2020-12-17  1:10 ` CRKatri
@ 2021-07-20 20:38 ` ericonr
  2021-10-22  0:44 ` Logarithmus
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: ericonr @ 2021-07-20 20:38 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/27210#discussion_r673475079

Comment:
I wonder if it shouldn't be the library to depend on `ca-certificates`.

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

* Re: New package: wget2-1.99.2
  2020-12-17  0:40 [PR PATCH] New package: wget2-1.99.2 CRKatri
                   ` (3 preceding siblings ...)
  2021-07-20 20:38 ` [PR REVIEW] " ericonr
@ 2021-10-22  0:44 ` Logarithmus
  2021-10-22  0:44 ` Logarithmus
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Logarithmus @ 2021-10-22  0:44 UTC (permalink / raw)
  To: ml

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

New comment by Logarithmus on void-packages repository

https://github.com/void-linux/void-packages/pull/27210#issuecomment-949120314

Comment:
@CRKatri @ericonr Recently `wget2 2.0.0` has been released: https://github.com/rockdaboot/wget2/releases/tag/v2.0.0

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

* Re: New package: wget2-1.99.2
  2020-12-17  0:40 [PR PATCH] New package: wget2-1.99.2 CRKatri
                   ` (4 preceding siblings ...)
  2021-10-22  0:44 ` Logarithmus
@ 2021-10-22  0:44 ` Logarithmus
  2022-05-01  2:14 ` github-actions
  2022-05-16  2:07 ` [PR PATCH] [Closed]: " github-actions
  7 siblings, 0 replies; 9+ messages in thread
From: Logarithmus @ 2021-10-22  0:44 UTC (permalink / raw)
  To: ml

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

New comment by Logarithmus on void-packages repository

https://github.com/void-linux/void-packages/pull/27210#issuecomment-949120314

Comment:
@CRKatri @ericonr Recently stable `wget2 2.0.0` has been released: https://github.com/rockdaboot/wget2/releases/tag/v2.0.0

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

* Re: New package: wget2-1.99.2
  2020-12-17  0:40 [PR PATCH] New package: wget2-1.99.2 CRKatri
                   ` (5 preceding siblings ...)
  2021-10-22  0:44 ` Logarithmus
@ 2022-05-01  2:14 ` github-actions
  2022-05-16  2:07 ` [PR PATCH] [Closed]: " github-actions
  7 siblings, 0 replies; 9+ messages in thread
From: github-actions @ 2022-05-01  2:14 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/27210#issuecomment-1114104658

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] 9+ messages in thread

* Re: [PR PATCH] [Closed]: New package: wget2-1.99.2
  2020-12-17  0:40 [PR PATCH] New package: wget2-1.99.2 CRKatri
                   ` (6 preceding siblings ...)
  2022-05-01  2:14 ` github-actions
@ 2022-05-16  2:07 ` github-actions
  7 siblings, 0 replies; 9+ messages in thread
From: github-actions @ 2022-05-16  2:07 UTC (permalink / raw)
  To: ml

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

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

New package: wget2-1.99.2
https://github.com/void-linux/void-packages/pull/27210

Description:
Closes #14254

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

end of thread, other threads:[~2022-05-16  2:07 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-17  0:40 [PR PATCH] New package: wget2-1.99.2 CRKatri
2020-12-17  1:00 ` ericonr
2020-12-17  1:10 ` CRKatri
2020-12-17  1:10 ` CRKatri
2021-07-20 20:38 ` [PR REVIEW] " ericonr
2021-10-22  0:44 ` Logarithmus
2021-10-22  0:44 ` Logarithmus
2022-05-01  2:14 ` github-actions
2022-05-16  2:07 ` [PR PATCH] [Closed]: " github-actions

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