From unknown Mon Jun 23 07:46:40 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#42629 <42629@debbugs.gnu.org> To: bug#42629 <42629@debbugs.gnu.org> Subject: Status: [PATCH core-updates] gnu: libidn: Update to 1.36. Reply-To: bug#42629 <42629@debbugs.gnu.org> Date: Mon, 23 Jun 2025 14:46:40 +0000 retitle 42629 [PATCH core-updates] gnu: libidn: Update to 1.36. reassign 42629 guix-patches submitter 42629 Michael Rohleder severity 42629 normal tag 42629 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Jul 31 06:47:29 2020 Received: (at submit) by debbugs.gnu.org; 31 Jul 2020 10:47:29 +0000 Received: from localhost ([127.0.0.1]:37373 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k1SZV-0004DS-EO for submit@debbugs.gnu.org; Fri, 31 Jul 2020 06:47:29 -0400 Received: from lists.gnu.org ([209.51.188.17]:33620) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k1SZU-0004DL-8U for submit@debbugs.gnu.org; Fri, 31 Jul 2020 06:47:28 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:57680) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k1SZT-0001wm-W6 for guix-patches@gnu.org; Fri, 31 Jul 2020 06:47:28 -0400 Received: from wp224.webpack.hosteurope.de ([2a01:488:42:1000:50ed:84e7::]:46794) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k1SZS-0004Wm-3J for guix-patches@gnu.org; Fri, 31 Jul 2020 06:47:27 -0400 Received: from www.rohleder.de ([37.61.204.227]); authenticated by wp224.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) id 1k1SZN-0000U3-PD; Fri, 31 Jul 2020 12:47:21 +0200 Received: from [192.168.1.3] (helo=micha) by www.rohleder.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1k1SZM-0003q0-IC for guix-patches@gnu.org; Fri, 31 Jul 2020 12:47:21 +0200 From: Michael Rohleder To: guix-patches@gnu.org Subject: [PATCH core-updates] gnu: libidn: Update to 1.36. X-PGP-Fingerprint: 755E 2DE5 D0D5 85C5 2E78 2830 7C7A FFBE FEF2 CB25 X-PGP-Key: https://www.rohleder.de/~mike/pgpkey.asc Date: Fri, 31 Jul 2020 12:47:17 +0200 Message-ID: <877dukdkqy.fsf@rohleder.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-bounce-key: webpack.hosteurope.de;mike@rohleder.de;1596192446;6244ae2a; X-HE-SMSGID: 1k1SZN-0000U3-PD Received-SPF: permerror client-ip=2a01:488:42:1000:50ed:84e7::; envelope-from=mike@rohleder.de; helo=wp224.webpack.hosteurope.de X-detected-operating-system: by eggs.gnu.org: First seen = 2020/07/31 06:28:25 X-ACL-Warn: Detected OS = ??? X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, T_SPF_PERMERROR=0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) --==-=-= Content-Type: multipart/mixed; boundary="=-=-=" --=-=-= Content-Type: text/x-patch; charset=utf-8 Content-Disposition: inline; filename=0001-gnu-libidn-Update-to-1.36.patch Content-Transfer-Encoding: quoted-printable Content-Description: [PATCH] gnu: libidn: Update to 1.36. From=20c252bd5e37c9c83e4d815cce4838399217e2f588 Mon Sep 17 00:00:00 2001 From: Michael Rohleder Date: Fri, 31 Jul 2020 12:45:07 +0200 Subject: [PATCH] gnu: libidn: Update to 1.36. * gnu/packages/libidn.scm (libidn): Update to 1.36. =2D-- gnu/packages/libidn.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/libidn.scm b/gnu/packages/libidn.scm index 8731ed3f83..b46cdfc0a5 100644 =2D-- a/gnu/packages/libidn.scm +++ b/gnu/packages/libidn.scm @@ -5,6 +5,7 @@ ;;; Copyright =C2=A9 2017 Mark H Weaver ;;; Copyright =C2=A9 2017 Eric Bavier ;;; Copyright =C2=A9 2018 Tobias Geerinckx-Rice +;;; Copyright =C2=A9 2020 Michael Rohleder ;;; ;;; This file is part of GNU Guix. ;;; @@ -33,14 +34,14 @@ (define-public libidn (package (name "libidn") =2D (version "1.35") + (version "1.36") (source (origin (method url-fetch) (uri (string-append "mirror://gnu/libidn/libidn-" version ".tar.gz")) (sha256 (base32 =2D "07pyy0afqikfq51z5kbzbj9ldbd12mri0zvx0mfv3ds6bc0g26pi")))) + "0f20n634whpmdwr81c2r0vxxjwchgkvhsr1i8s2bm0ad6h473dhl")))) (build-system gnu-build-system) ;; FIXME: No Java and C# libraries are currently built. (arguments =2D-=20 2.28.0 --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable =2D-=20 Enter any 11-digit prime number to continue... --=-=-=-- --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEdV4t5dDVhcUueCgwfHr/vv7yyyUFAl8j9rUACgkQfHr/vv7y yyX5sQf+M904J3Tu5ssyffmC4PQ4sselGwoW/EjjCmPflp8k6lwUKnonxQGpa0LZ IyuwA1hTzIO0l30Hik8ara1I7QxFbrg+Opld4ni80tMQtNxv2F+CjgBLoa8IiUQp MWUin7W7GX+RAH4DCuvOLnGo9+9gzGJWYiuyjnZinPA5VKO/DNJXNq/a7sfZ6Y8N 3z+F1lFwIArs4qHV1tADorlZLYUHrBFzYUMWN4kXv34662Sq1sXG0QPLpkGPynU9 dJIYh1C5OZC34KuNrV656dPypnt/YaWpWRy/cMteyfhKM8nyNa2Vbr+5yPmAIP3S Ze62NM4Bq3gR30LfoRg0fGVDivm7Lw== =n+Im -----END PGP SIGNATURE----- --==-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Sun Aug 02 05:05:51 2020 Received: (at 42629-done) by debbugs.gnu.org; 2 Aug 2020 09:05:51 +0000 Received: from localhost ([127.0.0.1]:41684 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k29wF-000381-Ce for submit@debbugs.gnu.org; Sun, 02 Aug 2020 05:05:51 -0400 Received: from flashner.co.il ([178.62.234.194]:58670) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k29w2-00037d-5Y for 42629-done@debbugs.gnu.org; Sun, 02 Aug 2020 05:05:50 -0400 Received: from localhost (unknown [31.210.177.175]) by flashner.co.il (Postfix) with ESMTPSA id 523CB40422; Sun, 2 Aug 2020 09:05:32 +0000 (UTC) Date: Sun, 2 Aug 2020 12:04:54 +0300 From: Efraim Flashner To: Michael Rohleder Subject: Re: [bug#42629] [PATCH core-updates] gnu: libidn: Update to 1.36. Message-ID: <20200802090454.GC1134@E5400> References: <877dukdkqy.fsf@rohleder.de> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="V88s5gaDVPzZ0KCq" Content-Disposition: inline In-Reply-To: <877dukdkqy.fsf@rohleder.de> X-PGP-Key-ID: 0x41AAE7DCCA3D8351 X-PGP-Key: https://flashner.co.il/~efraim/efraim_flashner.asc X-PGP-Fingerprint: A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 42629-done Cc: 42629-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --V88s5gaDVPzZ0KCq Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Looks good. Patch pushed! --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --V88s5gaDVPzZ0KCq Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl8mgbYACgkQQarn3Mo9 g1EdcxAAlBkuvObtLcFbp3OO8UfXp9yEWEem9gO71owBYI9n08vkYf57qkBzMJKv rOLjxATpySKpb6dHEObKHsO4sDgEuAcQ2n4IgMhlUekjz4h5L1YlUaDQBKXcnWeo QNr6F5SkvlqgWbZxPZh+JU1xbNclIvI5J/Gt8kdSzetPTqRN5ch4ii2p73AYPpji xZgSrBzfpY6IMsQW4Y0uPeQLoz72qzGfcqXzgrvKegaFNgJRuHY84xWdpjat+XcQ lbgYzV+4YVJJ/jO/WBX32x/Ya0suBe8Ujz5JH3tQLneigiOicnv8htmQXuHszTVI efslIEncVdAmK9zNA07qsVpKq2j5vsKYo9dvBwnJ+uMDexNb1HZes5J+mU3iY0Ry qOQ970+u5q7eVg2YUqTMggscqfUw+NkrorGg/YqJXOHdAfxt4inwtCj0sU1f2Sky 7wiVRXC+e2nBXeLzS5csD5ppb1b7T7LxvUKIpWmRV4Onw/txPe64znxpXztlOHGQ bwYTOxddeCnHzF0ubSCmI4Bwi1DtPW/vULZ+XcBaJkmDsZ5guwO1vJIy/6xKImia 1T3goO/KXv9PpdeLul5pGO09ZBaLoEVgqtxQlInWeb3CAYOMOdbgVeBOMLMb/419 +GxgOKeuiE4Dji0XN42sJXbsIfLjkvpJ9glVcY3SgFRBGNuISOc= =1XvT -----END PGP SIGNATURE----- --V88s5gaDVPzZ0KCq-- From unknown Mon Jun 23 07:46:40 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 30 Aug 2020 11:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator