Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] libzip: update to 1.7.3.
@ 2020-09-26 14:51 mobinmob
  2020-09-26 15:26 ` ericonr
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: mobinmob @ 2020-09-26 14:51 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages libzip
https://github.com/void-linux/void-packages/pull/25111

libzip: update to 1.7.3.
Changed crypto lib dependency from libressl to mbedtls. libzip supports also gnutls and nettle.

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

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

From 78ec3461cb1102933c58d258adddc211a5a2f76b Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sat, 26 Sep 2020 17:48:35 +0300
Subject: [PATCH] libzip: update to 1.7.3.

---
 srcpkgs/libzip/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/libzip/template b/srcpkgs/libzip/template
index 9b986dc9939..9a3dece3bc7 100644
--- a/srcpkgs/libzip/template
+++ b/srcpkgs/libzip/template
@@ -1,16 +1,16 @@
 # Template file for 'libzip'
 pkgname=libzip
-version=1.7.1
-revision=2
+version=1.7.3
+revision=1
 build_style=cmake
-hostmakedepends="perl groff"
-makedepends="bzip2-devel libressl-devel zlib-devel liblzma-devel"
+hostmakedepends="perl groff pkg-config"
+makedepends="bzip2-devel mbedtls-devel zlib-devel liblzma-devel"
 short_desc="C library for reading, creating, and modifying zip archives"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-3-Clause"
 homepage="https://libzip.org/"
 distfiles="https://libzip.org/download/libzip-${version}.tar.gz"
-checksum=b5957bff7eadfa76ec79c70a7c619729491ea62c384e2c9f5de1b34119dd3bce
+checksum=0e2276c550c5a310d4ebf3a2c3dfc43fb3b4602a072ff625842ad4f3238cb9cc
 
 post_install() {
 	vlicense LICENSE

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

* Re: libzip: update to 1.7.3.
  2020-09-26 14:51 [PR PATCH] libzip: update to 1.7.3 mobinmob
@ 2020-09-26 15:26 ` ericonr
  2020-09-26 15:41 ` [PR PATCH] [Updated] " mobinmob
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ericonr @ 2020-09-26 15:26 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/25111#issuecomment-699509877

Comment:
Why the change? Is it guaranteed that the functionality doesn't change?

Either way, should probably include this info in the commit message as well.

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

* Re: [PR PATCH] [Updated] libzip: update to 1.7.3.
  2020-09-26 14:51 [PR PATCH] libzip: update to 1.7.3 mobinmob
  2020-09-26 15:26 ` ericonr
@ 2020-09-26 15:41 ` mobinmob
  2020-09-26 15:41 ` mobinmob
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: mobinmob @ 2020-09-26 15:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages libzip
https://github.com/void-linux/void-packages/pull/25111

libzip: update to 1.7.3.
Changed crypto lib dependency from libressl to mbedtls. libzip supports also gnutls and nettle.

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

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

From 4899a7329cfc649be6da1aef9c01f9f47c26dc2b Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sat, 26 Sep 2020 17:48:35 +0300
Subject: [PATCH] libzip: update to 1.7.3. - depend on mbedtls instead of
 libressl

---
 srcpkgs/libzip/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/libzip/template b/srcpkgs/libzip/template
index 9b986dc99391..9a3dece3bc75 100644
--- a/srcpkgs/libzip/template
+++ b/srcpkgs/libzip/template
@@ -1,16 +1,16 @@
 # Template file for 'libzip'
 pkgname=libzip
-version=1.7.1
-revision=2
+version=1.7.3
+revision=1
 build_style=cmake
-hostmakedepends="perl groff"
-makedepends="bzip2-devel libressl-devel zlib-devel liblzma-devel"
+hostmakedepends="perl groff pkg-config"
+makedepends="bzip2-devel mbedtls-devel zlib-devel liblzma-devel"
 short_desc="C library for reading, creating, and modifying zip archives"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-3-Clause"
 homepage="https://libzip.org/"
 distfiles="https://libzip.org/download/libzip-${version}.tar.gz"
-checksum=b5957bff7eadfa76ec79c70a7c619729491ea62c384e2c9f5de1b34119dd3bce
+checksum=0e2276c550c5a310d4ebf3a2c3dfc43fb3b4602a072ff625842ad4f3238cb9cc
 
 post_install() {
 	vlicense LICENSE

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

* Re: libzip: update to 1.7.3.
  2020-09-26 14:51 [PR PATCH] libzip: update to 1.7.3 mobinmob
  2020-09-26 15:26 ` ericonr
  2020-09-26 15:41 ` [PR PATCH] [Updated] " mobinmob
@ 2020-09-26 15:41 ` mobinmob
  2020-09-26 15:41 ` mobinmob
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: mobinmob @ 2020-09-26 15:41 UTC (permalink / raw)
  To: ml

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

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/25111#issuecomment-699511784

Comment:
> Why the change? Is it guaranteed that the functionality doesn't change?
> 
- Does not compile with libressl.
- AFAICT functionality is the same.

> Either way, should probably include this info in the commit message as well.
Done.


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

* Re: libzip: update to 1.7.3.
  2020-09-26 14:51 [PR PATCH] libzip: update to 1.7.3 mobinmob
                   ` (2 preceding siblings ...)
  2020-09-26 15:41 ` mobinmob
@ 2020-09-26 15:41 ` mobinmob
  2020-09-29 14:57 ` ahesford
  2020-09-29 14:57 ` [PR PATCH] [Closed]: " ahesford
  5 siblings, 0 replies; 7+ messages in thread
From: mobinmob @ 2020-09-26 15:41 UTC (permalink / raw)
  To: ml

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

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/25111#issuecomment-699511784

Comment:
> Why the change? Is it guaranteed that the functionality doesn't change?
> 
- Does not compile with libressl.
- AFAICT functionality is the same.

> Either way, should probably include this info in the commit message as well.

Done. Thanx!


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

* Re: libzip: update to 1.7.3.
  2020-09-26 14:51 [PR PATCH] libzip: update to 1.7.3 mobinmob
                   ` (3 preceding siblings ...)
  2020-09-26 15:41 ` mobinmob
@ 2020-09-29 14:57 ` ahesford
  2020-09-29 14:57 ` [PR PATCH] [Closed]: " ahesford
  5 siblings, 0 replies; 7+ messages in thread
From: ahesford @ 2020-09-29 14:57 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/25111#issuecomment-700763096

Comment:
Superseded by a1baf7489 which includes the `limits.h` system header to allow compilation against `libressl`.

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

* Re: [PR PATCH] [Closed]: libzip: update to 1.7.3.
  2020-09-26 14:51 [PR PATCH] libzip: update to 1.7.3 mobinmob
                   ` (4 preceding siblings ...)
  2020-09-29 14:57 ` ahesford
@ 2020-09-29 14:57 ` ahesford
  5 siblings, 0 replies; 7+ messages in thread
From: ahesford @ 2020-09-29 14:57 UTC (permalink / raw)
  To: ml

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

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

libzip: update to 1.7.3.
https://github.com/void-linux/void-packages/pull/25111

Description:
Changed crypto lib dependency from libressl to mbedtls. libzip supports also gnutls and nettle.

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

end of thread, other threads:[~2020-09-29 14:57 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-26 14:51 [PR PATCH] libzip: update to 1.7.3 mobinmob
2020-09-26 15:26 ` ericonr
2020-09-26 15:41 ` [PR PATCH] [Updated] " mobinmob
2020-09-26 15:41 ` mobinmob
2020-09-26 15:41 ` mobinmob
2020-09-29 14:57 ` ahesford
2020-09-29 14:57 ` [PR PATCH] [Closed]: " ahesford

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