Files
wvstreams/wvstreams.changes

247 lines
7.9 KiB
Plaintext

-------------------------------------------------------------------
Mon Oct 14 12:32:08 UTC 2024 - Jan Baier <jbaier@suse.com>
- Use %autosetup instead of deprecated %patchN
-------------------------------------------------------------------
Fri Feb 25 15:36:13 UTC 2022 - Martin Hauke <mardnh@gmx.de>
- Update to version 4.6.1
- Upstream does not provide a changelog
- Add patches:
* 0001-Fix-narrowing-conversion-error.patch
* 0001-Use-explicit-cast-and-prevent-compiler-error.patch
* wvstreams-4.6.1-fix-stack-size.patch
* wvstreams-4.6.1-gcc10.patch
* wvstreams-4.6.1-gcc47.patch
* wvstreams-4.6.1-magic.patch
* wvstreams-4.6.1-make.patch
* wvstreams-4.6.1-multilib.patch
* wvstreams-4.6.1-openssl11.patch
* wvstreams-4.6.1-statinclude.patch
* wvstreams-4.6.1-use_DEFAULT_SOURCE.patch
- Delete patches:
* 73045.diff
* sentinel.diff
* set-empty.diff
* wvcrash.diff
* wvstreams-buildcompare.patch
* wvstreams-fixrace.patch
* wvstreams-gcc43.patch
* wvstreams-gcc47.patch
* wvstreams-headers.patch
* wvstreams-wvmodem-iotcl.patch
-------------------------------------------------------------------
Sun Aug 19 05:38:01 UTC 2018 - bwiedemann@suse.com
- Add wvstreams-fixrace.patch to make compilation reproducible (boo#1102408)
-------------------------------------------------------------------
Tue Feb 13 12:16:45 UTC 2018 - olaf@aepfle.de
- Use openssl-1_0_0 for building (bsc#1080646)
-------------------------------------------------------------------
Mon Mar 7 14:54:06 UTC 2016 - olaf@aepfle.de
- Remove dynamic buildhost name from binaries
wvstreams-buildcompare.patch
-------------------------------------------------------------------
Sun Feb 7 17:07:56 UTC 2016 - crrodriguez@opensuse.org
- wvstreams-openssl.patch: RAND_pseudo_bytes() is gone
in openSSL 1.1.x, use RAND_bytes instead and always do error
checking.
-------------------------------------------------------------------
Thu Jun 18 18:22:19 UTC 2015 - crrodriguez@opensuse.org
- Use -fgnu89-inline for C code, fixes GCC5 build
-------------------------------------------------------------------
Fri May 16 20:53:05 UTC 2014 - crrodriguez@opensuse.org
-At some point, this thing used libdb, now it does not, no
configure check for it, not included either, but our
LDFLAGS inject it as dependency anyway because AS_NEEDED is
disabled too. fix that.
-------------------------------------------------------------------
Tue Aug 27 22:28:33 UTC 2013 - crrodriguez@opensuse.org
- -devel package must require libstdc++-devel and openssl-devel
- use -fvisibility-inlines-hidden
- exclude static libraries but only those for which a shared
library is available.
- build with -DOPENSSL_LOAD_CONF so it uses the system 's openssl
configuration and load hardware specific engines automagically.
-------------------------------------------------------------------
Tue Nov 27 21:12:15 UTC 2012 - fa0sck@gmail.com
- Fix bnc#779386: Disabled optimizations which caused crash
-------------------------------------------------------------------
Sat Mar 17 13:48:53 UTC 2012 - dimstar@opensuse.org
- Add wvstreams-gcc47.patch: Fix build with gcc 4.7.
-------------------------------------------------------------------
Sat Jan 28 22:26:35 UTC 2012 - jengelh@medozas.de
- Remove redundant tags/sections per specfile guideline suggestions
- Parallel building using %_smp_mflags
-------------------------------------------------------------------
Mon Jun 6 09:06:58 UTC 2011 - aj@suse.de
- Fix build with new glibc.
-------------------------------------------------------------------
Mon Apr 19 18:50:04 UTC 2010 - coolo@novell.com
- fix build with openssl 1.0
-------------------------------------------------------------------
Mon Feb 8 11:47:13 UTC 2010 - jengelh@medozas.de
- as-needed is also required in %install to succeed compilation
-------------------------------------------------------------------
Fri Jun 19 10:35:46 CEST 2009 - coolo@novell.com
- disable as-needed for this package as it fails to build with it
-------------------------------------------------------------------
Tue Jun 16 11:24:10 CEST 2009 - coolo@novell.com
- remove unapplied patch
- fix build with glibc 2.10
- rediff to avoid fuzz
-------------------------------------------------------------------
Mon Jan 28 15:39:24 CET 2008 - schwab@suse.de
- Fix use of sigaction.
-------------------------------------------------------------------
Wed Jan 16 17:12:38 CET 2008 - hvogel@suse.de
- Update to version 4.4.1
* Merge the crypto_refactoring branch
into trunk, adding a ton of new X509 certificate management
features, better CRL support, and lots of other goodies
* make WvCRL handle blank (null) CRLs better
* tweak WvCRL's API for const correctness
* Remove a few more unused files/dirs
-------------------------------------------------------------------
Mon Nov 19 14:34:04 CET 2007 - ssommer@suse.de
- fix build for gcc43: the function for the problematic prototype
is never compiled anyway
- do not clean buildroot in the install section
-------------------------------------------------------------------
Thu Aug 9 19:15:10 CEST 2007 - olh@suse.de
- remove inclusion of linux/compiler.h
-------------------------------------------------------------------
Thu Mar 29 15:58:59 CEST 2007 - rguenther@suse.de
- add zlib-devel BuildRequires
-------------------------------------------------------------------
Wed Oct 25 02:27:52 CEST 2006 - ro@suse.de
- update to 4.2.2
- clean up tarball
- some bugfixes
- fix build with current gcc
-------------------------------------------------------------------
Wed Jun 14 23:41:46 CEST 2006 - dmueller@suse.de
- build parallel
-------------------------------------------------------------------
Wed May 3 13:24:43 CEST 2006 - kukuk@suse.de
- Fix compiling on some architectures
-------------------------------------------------------------------
Wed Jan 25 21:42:53 CET 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
-------------------------------------------------------------------
Wed Nov 30 14:10:49 CET 2005 - hvogel@suse.de
- update to version 4.2.1
-------------------------------------------------------------------
Thu Nov 3 11:40:03 CET 2005 - hvogel@suse.de
- Fix setup_modem not fail on TIOCSSERIAL for non root users
-------------------------------------------------------------------
Tue Oct 18 16:41:11 CEST 2005 - hvogel@suse.de
- removed some extra qualifications. Added
* wvstreams-gcc41.patch
-------------------------------------------------------------------
Mon Oct 17 18:14:58 CEST 2005 - ro@suse.de
- make it build with current openssl
-------------------------------------------------------------------
Thu Jun 23 17:24:49 CEST 2005 - hvogel@suse.de
- run ldconfig in post/postun
- mark config file as noreplace
-------------------------------------------------------------------
Fri Mar 18 10:55:36 CET 2005 - arvin@suse.de
- fixed seg. fault on AMD64 (bug #73045)
-------------------------------------------------------------------
Wed Jan 19 15:35:06 CET 2005 - arvin@suse.de
- added sentinel
-------------------------------------------------------------------
Thu Nov 18 10:19:47 CET 2004 - arvin@suse.de
- updated to version 4.0.1 (minor bug fixes)
-------------------------------------------------------------------
Tue Oct 26 11:48:42 CEST 2004 - arvin@suse.de
- updated to version 4.0 (includes stabilized UniConf)
-------------------------------------------------------------------
Mon Apr 19 12:31:48 CEST 2004 - arvin@suse.de
- updated to version 3.75 (minor bug fixes)
-------------------------------------------------------------------
Fri Jan 16 11:56:23 CET 2004 - kukuk@suse.de
- Add pam-devel to neededforbuild
-------------------------------------------------------------------
Wed Dec 17 12:17:39 CET 2003 - arvin@suse.de
- fixed building on ppc
-------------------------------------------------------------------
Fri Dec 12 13:04:09 CET 2003 - arvin@suse.de
- initial package with wvstream libraries version 3.74