Sync from SUSE:ALP:Source:Standard:1.0 libidn2 revision b18e1ebaaf64be3234f24f4cb9a281d3
This commit is contained in:
commit
6d6c4b5168
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
## Default LFS
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
1
baselibs.conf
Normal file
1
baselibs.conf
Normal file
@ -0,0 +1 @@
|
||||
libidn2-0
|
BIN
libidn2-2.3.4.tar.gz
(Stored with Git LFS)
Normal file
BIN
libidn2-2.3.4.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
7
libidn2-2.3.4.tar.gz.sig
Normal file
7
libidn2-2.3.4.tar.gz.sig
Normal file
@ -0,0 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYIAB0WIQSjzJyHC50xCrrUzy9RcisI/kdFogUCY1VGlQAKCRBRcisI/kdF
|
||||
opifAP0Vs7nw6/HJzJHTDqYJwOpOhRVeaIQAZlKu7nPefCkuwgD9GwecTfz/jZ+s
|
||||
pqYypkLitbMxyhaNp8Ugo4ZWV8AcSAY=
|
||||
=6H8O
|
||||
-----END PGP SIGNATURE-----
|
1
libidn2-rpmlintrc
Normal file
1
libidn2-rpmlintrc
Normal file
@ -0,0 +1 @@
|
||||
addFilter("libidn2-tools.*shlib-policy-missing-lib")
|
617
libidn2.changes
Normal file
617
libidn2.changes
Normal file
@ -0,0 +1,617 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 25 13:55:07 UTC 2022 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
- update to 2.3.4:
|
||||
* Support for Unicode 15.0.0
|
||||
* Uses IDNA2008 from tables from unicode.org rather than IANA
|
||||
for consistency with other implementation and support for
|
||||
Unicode versions 12 through 15. This breaks backwards-
|
||||
compatibility regarding U+19DA and recent releases
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 12 19:28:19 UTC 2022 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
- update to 2.3.3:
|
||||
* Upgrade IDNA Tables from Unicode 11 to 12
|
||||
* Upgrade TR46 Tables from Unicode 13 to 14
|
||||
* Updated gnulib files and various build fixes
|
||||
* Add self-check for the idn2 command line tool
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 24 14:11:38 UTC 2022 - Stephan Kulow <coolo@suse.com>
|
||||
|
||||
- Refresh libidn2.keyring
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 21 15:56:57 UTC 2021 - Danilo Spinella <danilo.spinella@suse.com>
|
||||
|
||||
- Update to 2.3.2:
|
||||
* Upgrade TR46 tables from Unicode 11 to Unicode 13.
|
||||
- Refresh libidn2.keyring
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 12 22:07:39 UTC 2021 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
- libidn2 2.3.1:
|
||||
* Implement full roundtrip for lookup functionality
|
||||
* Fix domain too long error
|
||||
* Updated gnulib files and various build fixes
|
||||
* verify source signature again
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 26 06:14:55 UTC 2020 - Stephan Kulow <coolo@suse.com>
|
||||
|
||||
- Fix license entry of the library - it's different than the rest
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 22 19:14:28 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- No longer recommend -lang: supplements are in use.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 19 20:11:59 UTC 2019 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
- update to 2.3.0:
|
||||
* Update the data tables from Unicode 6.3.0 to Unicode 11.0
|
||||
* Turn _idn2_punycode_encode, _idn2_punycode_decode into compat
|
||||
symbols
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 28 11:55:30 UTC 2019 - Martin Pluskal <mpluskal@suse.com>
|
||||
|
||||
- Update to version 2.2.0 CVE-2019-12290 bsc#1154884:
|
||||
* Perform A-Label roundtrip for lookup functions by default
|
||||
* Stricter check of input to punycode decoder
|
||||
* Fix punycode decoding with no ASCII chars but given delimiter
|
||||
* Fix 'idn2 --no-tr64' (was a no-op)
|
||||
* Allow _ as a basic code point in domain labels
|
||||
* Fail building documentation if 'ronn' isn't installed
|
||||
* git tag changed to reflect https://semver.org/
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 21:50:06 UTC 2019 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
- update to 2.1.1 CVE-2019-18224 bsc#1154887:
|
||||
* Revert SONAME bump from release 2.1.0
|
||||
* Fix NULL dereference in idn2_register_u8() and
|
||||
idn2_register_ul()
|
||||
* Fix free of random value in idn2_to_ascii_4i()
|
||||
* Improved fuzzer (which found the above issues)
|
||||
* Check for valid unicode input in punycode encoder
|
||||
* Avoid excessive CPU usage in punycode encoding with
|
||||
large inputs
|
||||
* Deprecate idn2_to_ascii_4i() in favor of idn2_to_ascii_4i2()
|
||||
* Restrict output length of idn2_to_ascii_4i() to 63 bytes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 5 17:12:00 UTC 2019 - astieger@suse.com
|
||||
|
||||
- update to 2.1.0:
|
||||
* Two internal functions are no longer exposed, soname bump
|
||||
* Fix label length check for idn2_register_u8()
|
||||
* Add missing error messages to idn2_strerror_name()
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 28 14:28:16 UTC 2018 - astieger@suse.com
|
||||
|
||||
- update to 2.0.5:
|
||||
* Switch the default library behavior to IDNA2008 as amended by
|
||||
TR#46 (non-transitional). That default behavior is enabled when
|
||||
no flags are specified to function calls. Applications can
|
||||
utilize the %IDN2_NO_TR46 flag to switch to the unamended
|
||||
IDNA2008. This is done in the interest of interoperability
|
||||
based on the fact that this is what application writers care
|
||||
about rather than strict compliance with a particular protocol
|
||||
* Fixed memory leak in idn2_to_unicode_8zlz()
|
||||
* Return error (IDN2_ICONV_FAIL) on charset conversion errors
|
||||
* Fixed issue with STD3 rules applying in non-transitional TR46
|
||||
mode
|
||||
* idn2: added option --usestd3asciirules
|
||||
- put translations into libidn2-lang
|
||||
- correct location of install_info_prereq macro to be on tools
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 30 19:27:14 UTC 2017 - astieger@suse.com
|
||||
|
||||
- update to 2.0.4:
|
||||
* Fix integer overflow in bidi.c/_isBidi() bsc#1056451
|
||||
* Fix integer overflow in puny_decode.c/decode_digit()
|
||||
bsc#1056450
|
||||
* Fix idna_free() to idn_free()
|
||||
- enable documentation again
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 24 18:26:03 UTC 2017 - astieger@suse.com
|
||||
|
||||
- update to 2.0.3:
|
||||
* %IDN2_USE_STD3_ASCII_RULES disabled by default.
|
||||
Previously libidn2 was eliminating non-STD3 characters from
|
||||
domain strings such as _443._tcp.example.com, or IPs such as
|
||||
1.2.3.4/24 provided to libidn2 functions. That was an
|
||||
unexpected regression for applications switching from libidn
|
||||
and thus it is no longer applied by default.
|
||||
Use %IDN2_USE_STD3_ASCII_RULES to enable that behavior again.
|
||||
- disable documentation, does not build correctly
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat May 20 08:13:44 UTC 2017 - astieger@suse.com
|
||||
|
||||
- update to 2.0.2:
|
||||
* Fix TR46 transitional mode
|
||||
* Fix several documentation issues
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 25 09:18:59 UTC 2017 - pmonrealgonzalez@suse.com
|
||||
|
||||
- Sources updated from http://alpha.gnu.org to https://ftp.gnu.org
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 24 15:18:16 UTC 2017 - pmonrealgonzalez@suse.com
|
||||
|
||||
- Update to version 2.0.1
|
||||
- Version 2.0.1 (released 2017-04-22)
|
||||
* idn2 utility now using IDNA2008 + TR46 by default
|
||||
- Version 2.0.0 (released 2017-03-29) [alpha]
|
||||
* Version numbering scheme changed
|
||||
* Added to ASCII conversion functions corresponding to libidn1
|
||||
functions:
|
||||
- idn2_to_ascii_4i - idn2_to_ascii_4z
|
||||
- idn2_to_ascii_8z - idn2_to_ascii_lz
|
||||
* Added to unicode conversion functions corresponding to libidn1
|
||||
functions:
|
||||
- idn2_to_unicode_8z4z - idn2_to_unicode_4z4z
|
||||
- idn2_to_unicode_44i - idn2_to_unicode_8z8z
|
||||
- idn2_to_unicode_8zlz - idn2_to_unicode_lzlz
|
||||
* Including idn2.h will provide libidn1 compatibility functions
|
||||
unless IDN2_SKIP_LIBIDN_COMPAT is defined. That allows converting
|
||||
applications from libidn1 (which offers IDNA2003) to libidn2 (which
|
||||
offers IDNA2008) by replacing idna.h to idn2.h in the applications'
|
||||
source.
|
||||
- Dropped patch not needed after revision
|
||||
* libidn2-no-examples-build.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 19 14:25:32 UTC 2017 - shshyukriev@suse.com
|
||||
|
||||
- Update to version 0.16
|
||||
* build: Fix idn2_cmd.h build rule.
|
||||
* API and ABI is backwards compatible with the previous version.
|
||||
|
||||
- Update to version 0.15 (released 2017-01-14)
|
||||
* Fix out-of-bounds read.
|
||||
* Fix NFC input conversion (regression).
|
||||
* Shrink TR46 static mapping data.
|
||||
* API and ABI is backwards compatible with the previous version.
|
||||
|
||||
- Update to version 0.14 (released 2016-12-30)
|
||||
* build: Fix gentr46map build.
|
||||
* API and ABI is backwards compatible with the previous version.
|
||||
|
||||
- Update to version 0.13:
|
||||
* build: Doesn't download external files during build.
|
||||
* doc: Clarify license.
|
||||
* build: Generate ChangeLog file properly.
|
||||
* doc: API documentation related to TR46 flags.
|
||||
* API and ABI is backwards compatible with the previous version.
|
||||
|
||||
- Update to version 0.12:
|
||||
* Builds/links with libunistring.
|
||||
* Fix two possible crashes with unchecked NULL pointers.
|
||||
* Memleak fix.
|
||||
* Binary search for codepoints in tables.
|
||||
* Do not taint output variable on error in idn2_register_u8().
|
||||
* Do not taint output variable on error in idn2_lookup_u8().
|
||||
* Update to Unicode 6.3.0 IDNA tables.
|
||||
* Add TR46 / UTS#46 support to API and idn2 utility.
|
||||
* Add NFC quick check.
|
||||
* Add make target 'check-coverage' for test coverage report.
|
||||
* Add tests to increase test code coverage.
|
||||
* API and ABI is backwards compatible with the previous version.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 8 09:52:02 UTC 2016 - astieger@suse.com
|
||||
|
||||
- update to 0.11:
|
||||
* Fix stack underflow in 'idn2' command line tool. [boo#1014473]
|
||||
* Fix gdoc script to fix texinfo syntax error.
|
||||
* API and ABI is backwards compatible with the previous version.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 21 09:40:22 UTC 2016 - tchvatal@suse.com
|
||||
|
||||
- Convert to libidn2 package started to being used, namely by curl
|
||||
- Alternative implementation based on new specification from 2008
|
||||
+ completely different codebase with no ties to libidn
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 20 21:01:13 UTC 2016 - astieger@suse.com
|
||||
|
||||
- libidn 1.33:
|
||||
* bnc#990189 CVE-2015-8948 CVE-2016-6262
|
||||
* bnc#990190 CVE-2016-6261
|
||||
* bnc#990191 CVE-2016-6263
|
||||
* libidn: Fix out-of-bounds stack read in idna_to_ascii_4i.
|
||||
* idn: Solve out-of-bounds-read when reading one zero byte as input.
|
||||
* libidn: stringprep_utf8_nfkc_normalize reject invalid UTF-8.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 13 19:10:23 UTC 2015 - mpluskal@suse.com
|
||||
|
||||
- Update to 1.32
|
||||
* libidn: Fix crash in idna_to_unicode_8z8z and
|
||||
idna_to_unicode_8zlz. This problem was introduced in 1.31.
|
||||
* API and ABI is backwards compatible with the previous version.
|
||||
- Update gpg keyring
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 9 08:22:18 UTC 2015 - tchvatal@suse.com
|
||||
|
||||
- Add Apache-2.0 license to the license line. Under this is the
|
||||
java code, but we don't build it -> just the sources license
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 9 07:54:25 UTC 2015 - tchvatal@suse.com
|
||||
|
||||
- Version bump to 1.31:
|
||||
* Fixes bnc#923241 CVE-2015-2059 out-of-bounds read with stringprep on
|
||||
invalid UTF-8
|
||||
* Few other triv changes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 13 13:49:20 UTC 2015 - tchvatal@suse.com
|
||||
|
||||
- Version bump to 1.30:
|
||||
* punycode.{c,h} files were reimported
|
||||
- Cleanup with spec-cleaner
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 20 13:10:56 UTC 2014 - i@marguerite.su
|
||||
|
||||
- update version 1.29:
|
||||
* libidn: Mark internal variable "g_utf8_skip" as static.
|
||||
* idn: Flush stdout to simplify for tools that buffer too heavily.
|
||||
* i18n: Added Brazilian Portuguese translation.
|
||||
* Update gnulib files.
|
||||
* API and ABI is backwards compatible with the previous version.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 19 12:22:05 UTC 2013 - coolo@suse.com
|
||||
|
||||
- disable gpg-offline again to avoid build cycles
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 18 09:50:29 UTC 2013 - mvyskocil@suse.com
|
||||
|
||||
- Verify source tarball via gpg-offline
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 14 16:57:39 UTC 2013 - uweigand@de.ibm.com
|
||||
|
||||
- Fix gnulib test failure due to SUSE_ASNEEDED.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 23 14:35:40 UTC 2013 - tchvatal@suse.com
|
||||
|
||||
- Version bump to 1.28:
|
||||
* java buildfixes
|
||||
* translation updates
|
||||
* improved unit-tests
|
||||
* for more read NEWS file
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 21 16:21:41 UTC 2012 - jengelh@inai.de
|
||||
|
||||
- Employ shared library package naming
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 5 08:41:26 UTC 2012 - vdziewiecki@suse.com
|
||||
|
||||
-Update to 1.25:
|
||||
* MSVC: Build fixes related to _GL_ATTRIBUTE_CONST and
|
||||
_GL_ATTRIBUTE_PURE.
|
||||
Reported by Bartosz Brachaczek <b.brachaczek@gmail.com>.
|
||||
* examples: Fix compiler warning about ignoring return value from
|
||||
fgets.
|
||||
* tests: Ship with a valgrind suppressions file for the strlen
|
||||
issue.
|
||||
* Update gnulib files and translations.
|
||||
* API and ABI is backwards compatible with the previous version.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 13 11:40:34 UTC 2012 - Nico.Laus.2001@gmx.de
|
||||
|
||||
- Upgrade to version 1.24
|
||||
* Libraries are re-licensed from LGPLv2+ to dual-GPLv2+|LGPLv3+.
|
||||
* build: Fix parallel Windows builds.
|
||||
Reported by René Berber
|
||||
* libidn: Fix potential infloop in pr29 code.
|
||||
Reported by Jon Nelson <address@hidden> in
|
||||
http://lists.gnu.org/archive/html/help-libidn/2012-01/msg00008.html
|
||||
* libidn: Add 'const' keyword to 'stringprep_ucs4_nfkc_normalize' function.
|
||||
* Sync glib NFKC code and improve copyright/license statements.
|
||||
* Update gnulib files and translations.
|
||||
* API and ABI is backwards compatible with the previous version.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 26 16:02:38 UTC 2011 - jengelh@medozas.de
|
||||
|
||||
- Remove redundant tags/sections
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 26 14:01:29 UTC 2011 - crrodriguez@opensuse.org
|
||||
|
||||
- fix URL
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 26 05:47:14 UTC 2011 - crrodriguez@opensuse.org
|
||||
|
||||
- Update to version 1.23
|
||||
- Run spec cleaner
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 1 01:39:54 UTC 2011 - crrodriguez@opensuse.org
|
||||
|
||||
- Do not build gtk-docs
|
||||
- make check hangs in qemu-arm, workaround the bugs.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 10 09:20:15 UTC 2011 - andrea.turrini@gmail.com
|
||||
|
||||
- Fixed typo in description of libidn.spec
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat May 7 00:16:43 UTC 2011 - crrodriguez@opensuse.org
|
||||
|
||||
- Upgrade to version 1.22
|
||||
* Fix memory leak when idna_to_ascii_4i fails
|
||||
* Fix ToUnicode case-insensitivity bug
|
||||
* Avoid some warnings to make it build with modern gcc on amd64.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 15 19:58:00 CET 2009 - jengelh@medozas.de
|
||||
|
||||
- add baselibs.conf as a source
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 6 16:28:16 UTC 2009 - crrodriguez@opensuse.org
|
||||
|
||||
- update to version 1.15
|
||||
* support GCC visibility features
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 7 12:34:56 CET 2009 - olh@suse.de
|
||||
|
||||
- obsolete old -XXbit packages (bnc#437293)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 14 21:16:52 CEST 2008 - crrodriguez@suse.de
|
||||
|
||||
- disable static libraries
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 7 10:17:16 CEST 2008 - stbinner@suse.de
|
||||
|
||||
- update to 1.10:
|
||||
* idn: accept -n as short form for --nfkc.
|
||||
* Fix compiler warnings, updated gnulib files and translations
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 21 15:09:40 CEST 2008 - stbinner@suse.de
|
||||
|
||||
- update to 1.9:
|
||||
* idn: fix error message when NFKC fails, and other translations
|
||||
* Remove more non-free text from doc/specifications/rfc3454.txt.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 24 10:18:31 CEST 2008 - stbinner@suse.de
|
||||
|
||||
- update to 1.8: no functional changes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 14 08:28:55 CEST 2008 - stbinner@suse.de
|
||||
|
||||
- update to 1.7:
|
||||
* new parameter --nfkc to process string with Unicode v3.2 NFKC
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
|
||||
|
||||
- added baselibs.conf file to build xxbit packages
|
||||
for multilib support
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 14:07:54 CET 2008 - stbinner@suse.de
|
||||
|
||||
- update to 1.6:
|
||||
* Remove non-free portions of doc/specifications/rfc3454.txt.
|
||||
* Doc fixes in IDNA to clarify that some functions operate on
|
||||
just one domain labels and some operate on domain name (which
|
||||
can contain several domain labels).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 19 00:33:40 CET 2008 - crrodriguez@suse.de
|
||||
|
||||
- remove "la" file with empty dependency_libs
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 27 10:17:50 CET 2008 - stbinner@suse.de
|
||||
|
||||
- update to 1.5:
|
||||
* Don't include wchar.h in idn-int.h.
|
||||
* Added appendix 'On Label Separators' to the manual.
|
||||
* Improved rendering of non-ASCII in the info manual.
|
||||
* Fix non-portable use of brace expansion in makefiles.
|
||||
* Update translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 27 08:04:52 CET 2008 - stbinner@suse.de
|
||||
|
||||
- update to 1.4: updated translations and fix of --version/--help
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 3 17:38:55 CEST 2007 - stbinner@suse.de
|
||||
|
||||
- update to 1.0:
|
||||
* Command-line tools, examples, etc are now licensed under GPLv3
|
||||
* The library is still licensed under LGPL v2.1 for compatibility
|
||||
reasons (it is included in glibc).
|
||||
* Updated gnulib files and translations
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 17 14:33:42 CEST 2007 - stbinner@suse.de
|
||||
|
||||
- update to 0.6.14:
|
||||
* Documentation fixes
|
||||
* Install images for the manual in $infodir
|
||||
* Updated gnulib files
|
||||
* Use AM_JAVACFLAGS instead of JAVACFLAGS in java/misc/Makefile.am
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 29 11:44:17 CEST 2007 - rguenther@suse.de
|
||||
|
||||
- add emacs site-lisp directories.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 14 13:48:51 CET 2007 - stbinner@suse.de
|
||||
|
||||
- update to 0.6.11:
|
||||
* The C# Libidn port was updated.
|
||||
* The Java code has been fixed to properly translate any
|
||||
non-ASCII dot into ".".
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 19 11:15:30 CEST 2006 - stbinner@suse.de
|
||||
|
||||
- update to 0.6.8:
|
||||
* The gnulib directory is separated into two directories.
|
||||
* Update gnulib files.
|
||||
* Some minor cleanups, like assuming locale.h and setlocale().
|
||||
* API and ABI is backwards compatible with the previous version.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 14 10:21:07 CEST 2006 - stbinner@suse.de
|
||||
|
||||
- update to 0.6.7:
|
||||
* Fix build failure of idn-int.h on C99 platforms.
|
||||
* The manual includes GPL license, for the command-line tools.
|
||||
* The function, variable and concept index is moved to the end
|
||||
of the manual.
|
||||
* Update of gnulib files and translations
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 23 16:51:22 CEST 2006 - stbinner@suse.de
|
||||
|
||||
- update to 0.6.6
|
||||
* Instead of AX_CREATE_STDINT_H, use the stdint gnulib module,
|
||||
for idn-int.h.
|
||||
* Update gnulib files.
|
||||
* Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 17 09:26:17 CEST 2006 - aj@suse.de
|
||||
|
||||
- Remove unneccasary BuildRequires.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 10 12:09:36 CEST 2006 - stbinner@suse.de
|
||||
|
||||
- update to 0.6.5
|
||||
* links the library with an external libintl for gettext
|
||||
* updates the doxygen configuration file to version 1.4.7
|
||||
* translation of error messages was fixed
|
||||
* warnings on 64-bit platforms were fixed
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 22 09:36:36 CEST 2006 - stbinner@suse.de
|
||||
|
||||
- update to 0.6.3
|
||||
* Fix objdir != srcdir builds for the Java documentation.
|
||||
* Update of gnulib files.
|
||||
* Make it possible to cross-compile to mingw32.
|
||||
* Minor changes in how the C# code is built.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 26 15:51:26 CET 2006 - sbrabec@suse.cz
|
||||
|
||||
- Added %install_info_prereq.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 25 21:37:30 CET 2006 - mls@suse.de
|
||||
|
||||
- converted neededforbuild to BuildRequires
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 3 22:58:27 CET 2005 - coolo@suse.de
|
||||
|
||||
- update to 0.6.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 3 15:18:20 CEST 2005 - coolo@suse.de
|
||||
|
||||
- move .la file to -devel package
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 21 10:13:49 CET 2005 - coolo@suse.de
|
||||
|
||||
- update to 0.5.9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 14 10:17:09 CEST 2004 - coolo@suse.de
|
||||
|
||||
- update to 0.5.8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 6 09:27:07 CEST 2004 - coolo@suse.de
|
||||
|
||||
- update to 0.5.3 (integrating schwab's patch)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 5 09:37:14 CEST 2004 - coolo@suse.de
|
||||
|
||||
- update to 0.5.2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 3 14:07:34 CEST 2004 - schwab@suse.de
|
||||
|
||||
- Fix invalid free.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 1 09:52:39 CEST 2004 - coolo@suse.de
|
||||
|
||||
- update to 0.4.8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 4 14:46:23 CET 2004 - coolo@suse.de
|
||||
|
||||
- fixing file list and requires
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 4 13:02:32 CET 2004 - coolo@suse.de
|
||||
|
||||
- update to 0.3.7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 16 17:25:01 CEST 2003 - coolo@suse.de
|
||||
|
||||
- build as user
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 26 08:55:43 CEST 2003 - coolo@suse.de
|
||||
|
||||
- update to 0.3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 20 18:43:56 CEST 2003 - coolo@suse.de
|
||||
|
||||
- update to 0.2.2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 23 16:23:00 CEST 2003 - coolo@suse.de
|
||||
|
||||
- update to 0.2.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 3 09:16:20 CEST 2003 - coolo@suse.de
|
||||
|
||||
- Initial package
|
||||
|
91
libidn2.keyring
Normal file
91
libidn2.keyring
Normal file
@ -0,0 +1,91 @@
|
||||
pub ed25519 2019-03-20 [SC] [expires: 2022-10-23]
|
||||
B1D2 BD13 75BE CB78 4CF4 F8C4 D73C F638 C53C 06BE
|
||||
uid [ultimate] Simon Josefsson <simon@josefsson.org>
|
||||
sub ed25519 2019-03-20 [A] [expires: 2022-10-23]
|
||||
sub ed25519 2019-03-20 [S] [expires: 2022-10-23]
|
||||
sub cv25519 2019-03-20 [E] [expires: 2022-10-23]
|
||||
|
||||
-----BEGIN PGP PUBLIC KEY BLOCK-----
|
||||
|
||||
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
|
||||
=aN+6
|
||||
-----END PGP PUBLIC KEY BLOCK-----
|
107
libidn2.spec
Normal file
107
libidn2.spec
Normal file
@ -0,0 +1,107 @@
|
||||
#
|
||||
# spec file for package libidn2
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%define lname libidn2-0
|
||||
%{!?make_build: %define make_build make %{?_smp_mflags}}
|
||||
Name: libidn2
|
||||
Version: 2.3.4
|
||||
Release: 0
|
||||
Summary: Support for Internationalized Domain Names (IDN) based on IDNA2008
|
||||
License: (GPL-2.0-or-later OR LGPL-3.0-or-later) AND GPL-3.0-or-later
|
||||
URL: https://www.gnu.org/software/libidn/#libidn2
|
||||
Source0: https://ftp.gnu.org/gnu/libidn/%{name}-%{version}.tar.gz
|
||||
Source1: https://ftp.gnu.org/gnu/libidn/%{name}-%{version}.tar.gz.sig
|
||||
Source2: https://josefsson.org/key-20190320.txt#/%{name}.keyring
|
||||
Source3: baselibs.conf
|
||||
Source4: %{name}-rpmlintrc
|
||||
BuildRequires: libunistring-devel
|
||||
BuildRequires: pkgconfig
|
||||
|
||||
%description
|
||||
An implementation of the IDNA2008 specifications (RFCs 5890, 5891, 5892, 5893)
|
||||
|
||||
%package tools
|
||||
Summary: Command line utility to convert Int. Domain Names
|
||||
License: GPL-3.0-or-later
|
||||
|
||||
%description tools
|
||||
An implementation of the IDNA2008 specifications (RFCs 5890, 5891, 5892, 5893)
|
||||
|
||||
%package -n %{lname}
|
||||
Summary: Support for Internationalized Domain Names (IDN)
|
||||
# for lang package
|
||||
License: GPL-2.0-or-later OR LGPL-3.0-or-later
|
||||
Provides: %{name} = %{version}
|
||||
|
||||
%description -n %{lname}
|
||||
An implementation of the IDNA2008 specifications (RFCs 5890, 5891, 5892, 5893)
|
||||
|
||||
%package devel
|
||||
Summary: Include Files and Libraries mandatory for Development
|
||||
License: (GPL-2.0-or-later OR LGPL-3.0-or-later) AND GPL-3.0-or-later
|
||||
Requires: %{lname} = %{version}
|
||||
|
||||
%description devel
|
||||
An implementation of the IDNA2008 specifications (RFCs 5890, 5891, 5892, 5893)
|
||||
|
||||
%lang_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure \
|
||||
--disable-rpath \
|
||||
--disable-silent-rules \
|
||||
--disable-static \
|
||||
--disable-gtk-doc
|
||||
|
||||
%make_build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
find %{buildroot} -type f -name "*.la" -delete -print
|
||||
# Do not bother with partial gtkdoc
|
||||
rm -rf %{buildroot}/%{_datadir}/gtk-doc/
|
||||
%find_lang %{name}
|
||||
|
||||
%check
|
||||
%make_build check
|
||||
|
||||
%post -n %{lname} -p /sbin/ldconfig
|
||||
%postun -n %{lname} -p /sbin/ldconfig
|
||||
|
||||
%files tools
|
||||
%license COPYING*
|
||||
%doc AUTHORS ChangeLog NEWS README.md
|
||||
%{_infodir}/libidn*
|
||||
%{_bindir}/idn2
|
||||
%{_mandir}/man1/idn2.1%{?ext_man}
|
||||
|
||||
%files -n %{lname}
|
||||
%{_libdir}/libidn2.so.*
|
||||
|
||||
%files devel
|
||||
%{_libdir}/libidn2.so
|
||||
%{_libdir}/pkgconfig/libidn2.pc
|
||||
%{_includedir}/*.h
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%files lang -f %{name}.lang
|
||||
|
||||
%changelog
|
Loading…
Reference in New Issue
Block a user