Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] libidn: update to 1.38.
@ 2021-07-24  8:24 skmpz
  2021-07-24  8:25 ` skmpz
  2021-07-28  4:25 ` [PR PATCH] [Merged]: " ericonr
  0 siblings, 2 replies; 3+ messages in thread
From: skmpz @ 2021-07-24  8:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/skmpz/void-packages libidn-1.38
https://github.com/void-linux/void-packages/pull/32164

libidn: update to 1.38.
<!-- 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?
- [x] 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/32164.patch is attached

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

From 2ff6b3cbb9eb66c7153f8948d7a9176e79b8acf9 Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Sat, 24 Jul 2021 12:24:23 +0400
Subject: [PATCH] libidn: update to 1.38.

---
 srcpkgs/libidn/template | 12 +++---------
 1 file changed, 3 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/libidn/template b/srcpkgs/libidn/template
index de73822035b0..c0ab79799129 100644
--- a/srcpkgs/libidn/template
+++ b/srcpkgs/libidn/template
@@ -1,21 +1,15 @@
 # Template file for 'libidn'
 pkgname=libidn
-version=1.36
+version=1.38
 revision=1
 build_style=gnu-configure
-configure_args="--disable-csharp --disable-java --disable-static
- --enable-threads=posix"
-hostmakedepends="autoconf-archive automake gettext-devel libtool perl pkg-config"
+configure_args="--disable-csharp --disable-java --disable-static"
 short_desc="Internationalized string handling library"
 maintainer="skmpz <dem.procopiou@gmail.com>"
 license="GPL-3.0-or-later, LGPL-2.1-or-later"
 homepage="https://www.gnu.org/software/libidn/"
 distfiles="${GNU_SITE}/libidn/libidn-${version}.tar.gz"
-checksum=14b67108344d81ba844631640df77c9071d9fb0659b080326ff5424e86b14038
-
-pre_configure() {
-	autoreconf -fi
-}
+checksum=de00b840f757cd3bb14dd9a20d5936473235ddcba06d4bc2da804654b8bbf0f6
 
 libidn-devel_package() {
 	depends="libidn>=${version}_${revision}"

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

* Re: libidn: update to 1.38.
  2021-07-24  8:24 [PR PATCH] libidn: update to 1.38 skmpz
@ 2021-07-24  8:25 ` skmpz
  2021-07-28  4:25 ` [PR PATCH] [Merged]: " ericonr
  1 sibling, 0 replies; 3+ messages in thread
From: skmpz @ 2021-07-24  8:25 UTC (permalink / raw)
  To: ml

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

New comment by skmpz on void-packages repository

https://github.com/void-linux/void-packages/pull/32164#issuecomment-886019951

Comment:
Supersedes #31183

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

* Re: [PR PATCH] [Merged]: libidn: update to 1.38.
  2021-07-24  8:24 [PR PATCH] libidn: update to 1.38 skmpz
  2021-07-24  8:25 ` skmpz
@ 2021-07-28  4:25 ` ericonr
  1 sibling, 0 replies; 3+ messages in thread
From: ericonr @ 2021-07-28  4:25 UTC (permalink / raw)
  To: ml

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

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

libidn: update to 1.38.
https://github.com/void-linux/void-packages/pull/32164

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?
- [x] 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] 3+ messages in thread

end of thread, other threads:[~2021-07-28  4:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-24  8:24 [PR PATCH] libidn: update to 1.38 skmpz
2021-07-24  8:25 ` skmpz
2021-07-28  4:25 ` [PR PATCH] [Merged]: " 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).