Merge pull request #1770 from Rmys/master

libidn ver. bump
This commit is contained in:
Rmys
2024-01-14 20:52:51 +03:00
committed by GitHub
2 changed files with 9 additions and 2 deletions
+1 -1
View File
@@ -33,4 +33,4 @@ def check():
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "ChangeLog", "FAQ", "NEWS", "README", "THANKS", "TODO")
pisitools.dodoc("AUTHORS", "ChangeLog", "FAQ", "NEWS", "README", "THANKS")
+8 -1
View File
@@ -14,7 +14,7 @@
<IsA>library</IsA>
<Summary>Internationalized Domain Names (IDN) implementation</Summary>
<Description>GNU Libidn is an implementation of the Stringprep, Punycode and IDNA specifications defined by the IETF Internationalized Domain Names (IDN) working group, used for internationalized domain names. The C library is available under the GNU Lesser General Public License.</Description>
<Archive sha1sum="a543823486a1077608f78de187e528a5ea833d5b" type="targz">http://ftp.gnu.org/gnu/libidn/libidn-1.36.tar.gz</Archive>
<Archive sha1sum="32234b883584c190e73a8b479903ad5f4f5bd39b" type="targz">http://ftp.gnu.org/gnu/libidn/libidn-1.42.tar.gz</Archive>
</Source>
<Package>
@@ -63,6 +63,13 @@
</Package>
<History>
<Update release="7">
<Date>2024-01-14</Date>
<Version>1.42</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="6">
<Date>2020-12-12</Date>
<Version>1.36</Version>