Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] zlib: fix license
@ 2021-03-28 11:15 UsernameRandomlyGenerated
  2021-03-28 11:19 ` sgn
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: UsernameRandomlyGenerated @ 2021-03-28 11:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/UsernameRandomlyGenerated/void-packages zliblicense
https://github.com/void-linux/void-packages/pull/29805

zlib: fix license
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From bf639dd63aafd63dff69ed32e8ded5890b511fcd Mon Sep 17 00:00:00 2001
From: UsernameRandomlyGenerated <coredavid@tutanota.com>
Date: Sun, 28 Mar 2021 13:12:35 +0200
Subject: [PATCH] zlib: fix license

---
 srcpkgs/zlib/template | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/zlib/template b/srcpkgs/zlib/template
index ec437ea6df4a..72d0d6677e7f 100644
--- a/srcpkgs/zlib/template
+++ b/srcpkgs/zlib/template
@@ -1,12 +1,12 @@
-# Template build file for 'zlib'
+# Template file for 'zlib'
 pkgname=zlib
 version=1.2.11
 revision=3
 bootstrap=yes
 build_style=configure
-short_desc="A compression/decompression Library"
+short_desc="Compression/decompression Library"
 maintainer="Orphaned <orphan@voidlinux.org>"
-license="zlib"
+license="custom:zlib"
 homepage="http://www.zlib.net"
 distfiles="$homepage/$pkgname-$version.tar.gz"
 checksum=c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1
@@ -15,6 +15,11 @@ do_configure() {
 	LDFLAGS= LDSHAREDLIBC= ./configure --prefix=/usr --shared
 }
 
+post_install() {
+	sed -n '4,23p' zlib.h > LICENSE
+	vlicense LICENSE
+}
+
 zlib-devel_package() {
 	depends="zlib>=${version}_${revision}"
 	short_desc+=" - development files"

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

* Re: zlib: fix license
  2021-03-28 11:15 [PR PATCH] zlib: fix license UsernameRandomlyGenerated
@ 2021-03-28 11:19 ` sgn
  2021-03-28 11:19 ` sgn
                   ` (13 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: sgn @ 2021-03-28 11:19 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/29805#issuecomment-808882475

Comment:
Wrong. The license for `zlib` is `Zlib`. It's perfectly valid SPDX license. https://spdx.org/licenses/Zlib.html

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

* Re: zlib: fix license
  2021-03-28 11:15 [PR PATCH] zlib: fix license UsernameRandomlyGenerated
  2021-03-28 11:19 ` sgn
@ 2021-03-28 11:19 ` sgn
  2021-03-28 11:19 ` sgn
                   ` (12 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: sgn @ 2021-03-28 11:19 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/29805#issuecomment-808882475

Comment:
Wrong change. The license for `zlib` is `Zlib`. It's perfectly valid SPDX license. https://spdx.org/licenses/Zlib.html

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

* Re: zlib: fix license
  2021-03-28 11:15 [PR PATCH] zlib: fix license UsernameRandomlyGenerated
  2021-03-28 11:19 ` sgn
  2021-03-28 11:19 ` sgn
@ 2021-03-28 11:19 ` sgn
  2021-03-28 11:20 ` sgn
                   ` (11 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: sgn @ 2021-03-28 11:19 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/29805#issuecomment-808882475

Comment:
Incorrect change. The license for `zlib` is `Zlib`. It's perfectly valid SPDX license. https://spdx.org/licenses/Zlib.html

You may want to uppercase `z` in `zlib` instead.

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

* Re: zlib: fix license
  2021-03-28 11:15 [PR PATCH] zlib: fix license UsernameRandomlyGenerated
                   ` (2 preceding siblings ...)
  2021-03-28 11:19 ` sgn
@ 2021-03-28 11:20 ` sgn
  2021-03-28 11:26 ` [PR PATCH] [Updated] " UsernameRandomlyGenerated
                   ` (10 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: sgn @ 2021-03-28 11:20 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/29805#issuecomment-808882475

Comment:
`Zlib` is a perfectly valid SPDX license. https://spdx.org/licenses/Zlib.html

You may want to uppercase `z` in `zlib` instead.

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

* Re: [PR PATCH] [Updated] zlib: fix license
  2021-03-28 11:15 [PR PATCH] zlib: fix license UsernameRandomlyGenerated
                   ` (3 preceding siblings ...)
  2021-03-28 11:20 ` sgn
@ 2021-03-28 11:26 ` UsernameRandomlyGenerated
  2021-03-28 11:40 ` UsernameRandomlyGenerated
                   ` (9 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: UsernameRandomlyGenerated @ 2021-03-28 11:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/UsernameRandomlyGenerated/void-packages zliblicense
https://github.com/void-linux/void-packages/pull/29805

zlib: fix license
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From ad3f723975bce7bcde38836d0a026651ff590337 Mon Sep 17 00:00:00 2001
From: UsernameRandomlyGenerated <coredavid@tutanota.com>
Date: Sun, 28 Mar 2021 13:12:35 +0200
Subject: [PATCH] zlib: fix license

---
 srcpkgs/zlib/template | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/zlib/template b/srcpkgs/zlib/template
index ec437ea6df4a..672b9e1354be 100644
--- a/srcpkgs/zlib/template
+++ b/srcpkgs/zlib/template
@@ -1,12 +1,12 @@
-# Template build file for 'zlib'
+# Template file for 'zlib'
 pkgname=zlib
 version=1.2.11
 revision=3
 bootstrap=yes
 build_style=configure
-short_desc="A compression/decompression Library"
+short_desc="Compression/decompression Library"
 maintainer="Orphaned <orphan@voidlinux.org>"
-license="zlib"
+license="Zlib"
 homepage="http://www.zlib.net"
 distfiles="$homepage/$pkgname-$version.tar.gz"
 checksum=c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1
@@ -15,6 +15,11 @@ do_configure() {
 	LDFLAGS= LDSHAREDLIBC= ./configure --prefix=/usr --shared
 }
 
+post_install() {
+	sed -n '4,23p' zlib.h > LICENSE
+	vlicense LICENSE
+}
+
 zlib-devel_package() {
 	depends="zlib>=${version}_${revision}"
 	short_desc+=" - development files"

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

* Re: zlib: fix license
  2021-03-28 11:15 [PR PATCH] zlib: fix license UsernameRandomlyGenerated
                   ` (4 preceding siblings ...)
  2021-03-28 11:26 ` [PR PATCH] [Updated] " UsernameRandomlyGenerated
@ 2021-03-28 11:40 ` UsernameRandomlyGenerated
  2021-03-28 11:49 ` UsernameRandomlyGenerated
                   ` (8 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: UsernameRandomlyGenerated @ 2021-03-28 11:40 UTC (permalink / raw)
  To: ml

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

New comment by UsernameRandomlyGenerated on void-packages repository

https://github.com/void-linux/void-packages/pull/29805#issuecomment-808885000

Comment:
I just noticed that license gets installed only with zlib-devel, not sure why.

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

* Re: zlib: fix license
  2021-03-28 11:15 [PR PATCH] zlib: fix license UsernameRandomlyGenerated
                   ` (5 preceding siblings ...)
  2021-03-28 11:40 ` UsernameRandomlyGenerated
@ 2021-03-28 11:49 ` UsernameRandomlyGenerated
  2021-03-28 11:49 ` UsernameRandomlyGenerated
                   ` (7 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: UsernameRandomlyGenerated @ 2021-03-28 11:49 UTC (permalink / raw)
  To: ml

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

New comment by UsernameRandomlyGenerated on void-packages repository

https://github.com/void-linux/void-packages/pull/29805#issuecomment-808885000

Comment:
I just noticed that license gets installed only with zlib-devel, shouldn't the `vmove /usr/share` line be deleted?

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

* Re: zlib: fix license
  2021-03-28 11:15 [PR PATCH] zlib: fix license UsernameRandomlyGenerated
                   ` (6 preceding siblings ...)
  2021-03-28 11:49 ` UsernameRandomlyGenerated
@ 2021-03-28 11:49 ` UsernameRandomlyGenerated
  2021-03-28 11:52 ` UsernameRandomlyGenerated
                   ` (6 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: UsernameRandomlyGenerated @ 2021-03-28 11:49 UTC (permalink / raw)
  To: ml

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

New comment by UsernameRandomlyGenerated on void-packages repository

https://github.com/void-linux/void-packages/pull/29805#issuecomment-808885000

Comment:
I just noticed that license gets installed only with zlib-devel, shouldn't the `vmove usr/share` line be deleted?

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

* Re: zlib: fix license
  2021-03-28 11:15 [PR PATCH] zlib: fix license UsernameRandomlyGenerated
                   ` (7 preceding siblings ...)
  2021-03-28 11:49 ` UsernameRandomlyGenerated
@ 2021-03-28 11:52 ` UsernameRandomlyGenerated
  2021-03-28 11:54 ` [PR PATCH] [Updated] " UsernameRandomlyGenerated
                   ` (5 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: UsernameRandomlyGenerated @ 2021-03-28 11:52 UTC (permalink / raw)
  To: ml

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

New comment by UsernameRandomlyGenerated on void-packages repository

https://github.com/void-linux/void-packages/pull/29805#issuecomment-808885000

Comment:
I just noticed that license gets installed only with zlib-devel, shouldn't the `vmove usr/share` line be deleted?

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

* Re: [PR PATCH] [Updated] zlib: fix license
  2021-03-28 11:15 [PR PATCH] zlib: fix license UsernameRandomlyGenerated
                   ` (8 preceding siblings ...)
  2021-03-28 11:52 ` UsernameRandomlyGenerated
@ 2021-03-28 11:54 ` UsernameRandomlyGenerated
  2021-03-28 11:54 ` UsernameRandomlyGenerated
                   ` (4 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: UsernameRandomlyGenerated @ 2021-03-28 11:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/UsernameRandomlyGenerated/void-packages zliblicense
https://github.com/void-linux/void-packages/pull/29805

zlib: fix license
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From 129e6f90aa1917f6112c5b559428fd5ef7e55dbd Mon Sep 17 00:00:00 2001
From: UsernameRandomlyGenerated <coredavid@tutanota.com>
Date: Sun, 28 Mar 2021 13:12:35 +0200
Subject: [PATCH] zlib: fix license

---
 srcpkgs/zlib/template | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/zlib/template b/srcpkgs/zlib/template
index ec437ea6df4a..64b8b101407d 100644
--- a/srcpkgs/zlib/template
+++ b/srcpkgs/zlib/template
@@ -1,12 +1,12 @@
-# Template build file for 'zlib'
+# Template file for 'zlib'
 pkgname=zlib
 version=1.2.11
 revision=3
 bootstrap=yes
 build_style=configure
-short_desc="A compression/decompression Library"
+short_desc="Compression/decompression Library"
 maintainer="Orphaned <orphan@voidlinux.org>"
-license="zlib"
+license="Zlib"
 homepage="http://www.zlib.net"
 distfiles="$homepage/$pkgname-$version.tar.gz"
 checksum=c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1
@@ -15,6 +15,11 @@ do_configure() {
 	LDFLAGS= LDSHAREDLIBC= ./configure --prefix=/usr --shared
 }
 
+post_install() {
+	sed -n '4,23p' $DESTDIR/usr/include/zlib.h >LICENSE
+	vlicense LICENSE
+}
+
 zlib-devel_package() {
 	depends="zlib>=${version}_${revision}"
 	short_desc+=" - development files"
@@ -23,6 +28,7 @@ zlib-devel_package() {
 		vmove usr/lib/pkgconfig
 		vmove "usr/lib/*.a"
 		vmove "usr/lib/*.so"
-		vmove usr/share
+		vmove usr/share/man
 	}
 }
+

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

* Re: [PR PATCH] [Updated] zlib: fix license
  2021-03-28 11:15 [PR PATCH] zlib: fix license UsernameRandomlyGenerated
                   ` (9 preceding siblings ...)
  2021-03-28 11:54 ` [PR PATCH] [Updated] " UsernameRandomlyGenerated
@ 2021-03-28 11:54 ` UsernameRandomlyGenerated
  2021-03-28 13:50 ` sgn
                   ` (3 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: UsernameRandomlyGenerated @ 2021-03-28 11:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/UsernameRandomlyGenerated/void-packages zliblicense
https://github.com/void-linux/void-packages/pull/29805

zlib: fix license
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From 78968d46f6781ec3f222fd60a1759f6c5af95590 Mon Sep 17 00:00:00 2001
From: UsernameRandomlyGenerated <coredavid@tutanota.com>
Date: Sun, 28 Mar 2021 13:12:35 +0200
Subject: [PATCH] zlib: fix license

---
 srcpkgs/zlib/template | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/zlib/template b/srcpkgs/zlib/template
index ec437ea6df4a..1faa56d5ec8b 100644
--- a/srcpkgs/zlib/template
+++ b/srcpkgs/zlib/template
@@ -1,12 +1,12 @@
-# Template build file for 'zlib'
+# Template file for 'zlib'
 pkgname=zlib
 version=1.2.11
 revision=3
 bootstrap=yes
 build_style=configure
-short_desc="A compression/decompression Library"
+short_desc="Compression/decompression Library"
 maintainer="Orphaned <orphan@voidlinux.org>"
-license="zlib"
+license="Zlib"
 homepage="http://www.zlib.net"
 distfiles="$homepage/$pkgname-$version.tar.gz"
 checksum=c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1
@@ -15,6 +15,11 @@ do_configure() {
 	LDFLAGS= LDSHAREDLIBC= ./configure --prefix=/usr --shared
 }
 
+post_install() {
+	sed -n '4,23p' $DESTDIR/usr/include/zlib.h >LICENSE
+	vlicense LICENSE
+}
+
 zlib-devel_package() {
 	depends="zlib>=${version}_${revision}"
 	short_desc+=" - development files"
@@ -23,6 +28,6 @@ zlib-devel_package() {
 		vmove usr/lib/pkgconfig
 		vmove "usr/lib/*.a"
 		vmove "usr/lib/*.so"
-		vmove usr/share
+		vmove usr/share/man
 	}
 }

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

* Re: zlib: fix license
  2021-03-28 11:15 [PR PATCH] zlib: fix license UsernameRandomlyGenerated
                   ` (10 preceding siblings ...)
  2021-03-28 11:54 ` UsernameRandomlyGenerated
@ 2021-03-28 13:50 ` sgn
  2021-03-28 13:50 ` sgn
                   ` (2 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: sgn @ 2021-03-28 13:50 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/29805#issuecomment-808899813

Comment:
`Zlib` doesn't require attribution on _binary_ redistribution.

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

* Re: zlib: fix license
  2021-03-28 11:15 [PR PATCH] zlib: fix license UsernameRandomlyGenerated
                   ` (11 preceding siblings ...)
  2021-03-28 13:50 ` sgn
@ 2021-03-28 13:50 ` sgn
  2021-03-28 14:38 ` [PR PATCH] [Updated] " UsernameRandomlyGenerated
  2021-04-04 23:18 ` [PR PATCH] [Closed]: " ericonr
  14 siblings, 0 replies; 16+ messages in thread
From: sgn @ 2021-03-28 13:50 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/29805#issuecomment-808899813

Comment:
`Zlib` doesn't require attribution on _binary_ redistribution. IOW, no `vlicense` required.

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

* Re: [PR PATCH] [Updated] zlib: fix license
  2021-03-28 11:15 [PR PATCH] zlib: fix license UsernameRandomlyGenerated
                   ` (12 preceding siblings ...)
  2021-03-28 13:50 ` sgn
@ 2021-03-28 14:38 ` UsernameRandomlyGenerated
  2021-04-04 23:18 ` [PR PATCH] [Closed]: " ericonr
  14 siblings, 0 replies; 16+ messages in thread
From: UsernameRandomlyGenerated @ 2021-03-28 14:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/UsernameRandomlyGenerated/void-packages zliblicense
https://github.com/void-linux/void-packages/pull/29805

zlib: fix license
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From 78968d46f6781ec3f222fd60a1759f6c5af95590 Mon Sep 17 00:00:00 2001
From: UsernameRandomlyGenerated <coredavid@tutanota.com>
Date: Sun, 28 Mar 2021 13:12:35 +0200
Subject: [PATCH] zlib: fix license

---
 srcpkgs/zlib/template | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/zlib/template b/srcpkgs/zlib/template
index ec437ea6df4a..1faa56d5ec8b 100644
--- a/srcpkgs/zlib/template
+++ b/srcpkgs/zlib/template
@@ -1,12 +1,12 @@
-# Template build file for 'zlib'
+# Template file for 'zlib'
 pkgname=zlib
 version=1.2.11
 revision=3
 bootstrap=yes
 build_style=configure
-short_desc="A compression/decompression Library"
+short_desc="Compression/decompression Library"
 maintainer="Orphaned <orphan@voidlinux.org>"
-license="zlib"
+license="Zlib"
 homepage="http://www.zlib.net"
 distfiles="$homepage/$pkgname-$version.tar.gz"
 checksum=c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1
@@ -15,6 +15,11 @@ do_configure() {
 	LDFLAGS= LDSHAREDLIBC= ./configure --prefix=/usr --shared
 }
 
+post_install() {
+	sed -n '4,23p' $DESTDIR/usr/include/zlib.h >LICENSE
+	vlicense LICENSE
+}
+
 zlib-devel_package() {
 	depends="zlib>=${version}_${revision}"
 	short_desc+=" - development files"
@@ -23,6 +28,6 @@ zlib-devel_package() {
 		vmove usr/lib/pkgconfig
 		vmove "usr/lib/*.a"
 		vmove "usr/lib/*.so"
-		vmove usr/share
+		vmove usr/share/man
 	}
 }

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

* Re: [PR PATCH] [Closed]: zlib: fix license
  2021-03-28 11:15 [PR PATCH] zlib: fix license UsernameRandomlyGenerated
                   ` (13 preceding siblings ...)
  2021-03-28 14:38 ` [PR PATCH] [Updated] " UsernameRandomlyGenerated
@ 2021-04-04 23:18 ` ericonr
  14 siblings, 0 replies; 16+ messages in thread
From: ericonr @ 2021-04-04 23:18 UTC (permalink / raw)
  To: ml

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

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

zlib: fix license
https://github.com/void-linux/void-packages/pull/29805

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

end of thread, other threads:[~2021-04-04 23:18 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-28 11:15 [PR PATCH] zlib: fix license UsernameRandomlyGenerated
2021-03-28 11:19 ` sgn
2021-03-28 11:19 ` sgn
2021-03-28 11:19 ` sgn
2021-03-28 11:20 ` sgn
2021-03-28 11:26 ` [PR PATCH] [Updated] " UsernameRandomlyGenerated
2021-03-28 11:40 ` UsernameRandomlyGenerated
2021-03-28 11:49 ` UsernameRandomlyGenerated
2021-03-28 11:49 ` UsernameRandomlyGenerated
2021-03-28 11:52 ` UsernameRandomlyGenerated
2021-03-28 11:54 ` [PR PATCH] [Updated] " UsernameRandomlyGenerated
2021-03-28 11:54 ` UsernameRandomlyGenerated
2021-03-28 13:50 ` sgn
2021-03-28 13:50 ` sgn
2021-03-28 14:38 ` [PR PATCH] [Updated] " UsernameRandomlyGenerated
2021-04-04 23:18 ` [PR PATCH] [Closed]: " ericonr

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