@setcontentsaftertitlepage command anymore - disable info page install macros, it's done by triggers now OBS-URL: https://build.opensuse.org/package/show/home:frispete:telephony:asterisk/iksemel?expand=0&rev=4
111 lines
4.2 KiB
Plaintext
111 lines
4.2 KiB
Plaintext
-------------------------------------------------------------------
|
|
Fri Jan 13 11:59:17 UTC 2023 - Hans-Peter Jansen <hpj@urpla.net>
|
|
|
|
- fix build with newer texinfo, that doesn't know about the
|
|
@setcontentsaftertitlepage command anymore
|
|
- disable info page install macros, it's done by triggers now
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Oct 19 14:39:33 UTC 2020 - Hans-Peter Jansen <hpj@urpla.net>
|
|
|
|
- build condition disabling the python2 libs for TW
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Dec 30 23:54:09 UTC 2018 - Lars Vogdt <lars@linux-schulserver.de>
|
|
|
|
- update to 1.5:
|
|
* python/: Python bindings and test scripts
|
|
* iks.c: iks_string() returns nul terminated strings for cdata nodes
|
|
* sax.c: Fix handling of ending ]] sequences in CDATA sections
|
|
bug report and patch by oscarvdbosch
|
|
* md5.c: Fix padding for multiples of 64 bytes
|
|
* tls-gnutls.c: support timeout value in tls_recv
|
|
* iksemel.h: new ikstls structure and definitions
|
|
* tls-gnutls.c: new file, GNUTLS implemantation moved here
|
|
* stream.c: TLS code is abstracted with new TLS interface
|
|
* io-posix.c: send/recv now handles EAGAIN/EINTR.
|
|
* iksroster.c: Plain text auth option patch from issue tracker.
|
|
* tst-sax.c: Fix a va_arg bug with 64bit platforms.
|
|
* sax.c: Fix attribute array out-of-bounds condition.
|
|
* iksperf.c: Fix a warning, and use size_t instead of int.
|
|
* md5.c: use iks_malloc/free like everywhere else.
|
|
(reported by Vinay Deshpande)
|
|
* sax.c: utf8 validation bug is fixed. Some valid utf8
|
|
sequences were not allowed before. Security check is moved
|
|
after sequence end point, so position of IKS_BADXML errors
|
|
are changed.
|
|
* Patch by Timothy Lee:
|
|
sax.c: Whitespace between "attr, =, value" is valid now.
|
|
tst-sax.c: I also added a simple test for that.
|
|
- adjusted secure_gnutls_options.patch
|
|
- use autoreconf (BuildRequires: autoconf, automake, libtool)
|
|
- build python lib
|
|
- added BuildRequires: makeinfo
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jan 26 14:19:03 UTC 2016 - boris@steki.net
|
|
|
|
- added patch secure_gnutls_options.patch from Debian, fixing bad
|
|
default ciphers [bdo#803204]
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Feb 18 14:40:02 UTC 2015 - dimstar@opensuse.org
|
|
|
|
- Fix references to the info files in rpm scriptlets: the file
|
|
installed is called iksemel.gz, NOT iksemel.info.gz (info still
|
|
finds this file).
|
|
- Move install_info_delete from postun to preun: the file should
|
|
be present during removal, so it can be parsed.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon May 21 12:30:07 UTC 2012 - jengelh@inai.de
|
|
|
|
- Use BuildRequires: pkgconfig(gnutls) instead of gnutls-devel for
|
|
Factory in keeping with gnutls package naming changes.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Dec 12 16:41:04 UTC 2011 - coolo@suse.com
|
|
|
|
- fix license to be in spdx.org format
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Oct 5 00:52:53 UTC 2011 - jengelh@medozas.de
|
|
|
|
- Remove .la files from standard library directories
|
|
- Remove redundant/unwanted tags/sections (cf. specfile guidelines)
|
|
- Avoid rx as default file mode
|
|
- Add pkgconfig autoprovides
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Feb 7 17:12:31 UTC 2010 - chris@computersalat.de
|
|
|
|
- fixed deps as adviced by msmeissn
|
|
o iksemel requires libiksemel3, not the other way round
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 20 21:32:25 UTC 2010 - chris@computersalat.de
|
|
|
|
- update to version 1.4
|
|
- specmods
|
|
o added header
|
|
o sort TAGS
|
|
o shared lib to subpkg libiksemel3
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Dec 29 07:28:05 CET 2007 - crrodriguez@suse.de
|
|
|
|
- remove bogus Packager and Vendor tags from specfiles. (#337404)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Nov 30 01:30:42 CET 2007 - crrodriguez@suse.de
|
|
|
|
- spec file fixes
|
|
- remove static libraries
|
|
- install info files the right way
|
|
|
|
-------------------------------------------------------------------
|
|
Di Sep 26 00:00:00 UTC 2006 - Peter Nixon
|
|
|
|
- Initial package
|
|
|