Changelog for
libnl1-1.1.4-155.1.x86_64.rpm :
Tue Aug 26 14:00:00 2014 fcrozatAATTsuse.com
- Add obsoletes/provides to baselibs.conf.
Wed Jun 5 14:00:00 2013 jengelhAATTinai.de
- Update to new upstream release 1.1.4
* fix wrong calcultation in nla_reserve()
* nl: Increase receive buffer size to 4 pages
* Fix leak of cb if nl_socket_alloc_cb() failed to allocate socket
* Perform no operation on nl_object_free(NULL)
- Move libraries back to /usr/lib
- Remove libnl-1.1.diff (merged upstream)
- Follow shlib package naming guide and move library files from
libnl-1_1 to libnl1 package
Wed Dec 19 13:00:00 2012 jengelhAATTinai.de
- Have package build successfully with non-SUSE
Sat Dec 31 13:00:00 2011 jengelhAATTmedozas.de
- License clarification
Wed Oct 5 14:00:00 2011 uliAATTsuse.com
- cross-build fix: use %configure macro
Thu Sep 15 14:00:00 2011 jengelhAATTmedozas.de
- Second attempt at getting baselibs.conf more right
Wed Sep 14 14:00:00 2011 jengelhAATTmedozas.de
- Remove Conflicts tag, this will be automatically detected
Mon Sep 12 14:00:00 2011 jengelhAATTmedozas.de
- Fix up baselibs.conf to name the right packages
- Restore BuildRequires for non-SUSE
Wed Sep 7 14:00:00 2011 jengelhAATTmedozas.de
- Disarm %-in-a-comment (rpmlint warning)
- Use %_smp_mflags
- Remove redundant %clean section
- Run spec-beautifier
Mon Sep 5 14:00:00 2011 jengelhAATTmedozas.de
- Rename libnl -> libnl-1_1 to allow for concurrent installations
of (newer versions of) libnl libraries
Sat Apr 24 14:00:00 2010 cooloAATTnovell.com
- buildrequire pkg-config to fix provides
Wed Dec 16 13:00:00 2009 jengelhAATTmedozas.de
- Add baselibs.conf as a source
- Add baselib definitions for SPARC
- Enable parallel building
Fri Jun 12 14:00:00 2009 cooloAATTnovell.com
- fix build with glibc 2.10
Thu Feb 5 13:00:00 2009 bphilipsAATTsuse.de
- baselibs.conf: create -32bit packages. Required to compile Intel
WiMax tools.
Wed Jan 7 13:00:00 2009 olhAATTsuse.de
- obsolete old -XXbit packages (bnc#437293)
Tue Nov 11 13:00:00 2008 jprAATTnovell.com
- Add baselibs.conf (bnc#443023)
Thu Oct 2 14:00:00 2008 mawAATTsuse.de
- Install libraries in %_lib, not %{_libdir} (bnc#428433).
Fri Feb 1 13:00:00 2008 cooloAATTsuse.de
- update to 1.1:
o patches went upstream
o Generic netlink support
o Route Addition/Deletion
o Fixed reference counting while objects stay in caches.
... tons of other fixes
Fri Jan 25 13:00:00 2008 adrianAATTsuse.de
- fix changelog entries order
Wed Oct 3 14:00:00 2007 mawAATTsuse.de
- Apply libnl.route.metric-overflow.patch with -p1.
Sat Aug 25 14:00:00 2007 olhAATTsuse.de
- remove incomplete copies of kernel headers
linux/types.h were needed
Fri Aug 24 14:00:00 2007 olhAATTsuse.de
- include linux/types.h
do not redefine typedefs
use stddef.h offsetof
fix out of bounds access in route metric functions
fix incorrect char usage in nl_str2af
remove compiler warnings by checking vasprintf return value
Wed Aug 22 14:00:00 2007 dmuellerAATTsuse.de
- fix accesses of free\'d memory which crash NetworkManager-kde
Wed Aug 22 14:00:00 2007 dmuellerAATTsuse.de
- update to 1.0-pre6:
* fixes write after delete crashes
* fixes realloc() handling
* fixes format string warnings
* fixes invalid free in nl_addr_parse for AF_UNSPEC addresses
* fixes double nlmsg_free() in nl_recvmsgs() while receiving
a multipart message and the read was interrupted.