This commit is contained in:
parent
0a0702260a
commit
092b52c2e5
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:189eae9f36c68dcd9c82bee18021d7a2425859a65d0c92b5a6c8035255d37d75
|
||||
size 596998
|
3
neon-0.28.0.tar.bz2
Normal file
3
neon-0.28.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:84c489cf1ac605a413463b177b222c8c3c0e948f42bfe9b8f6362ad49f3fe639
|
||||
size 585906
|
26
neon.changes
26
neon.changes
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 15 01:47:53 CET 2008 - crrodriguez@suse.de
|
||||
|
||||
- version 0.28.0
|
||||
- Interface changes:
|
||||
* none, API and ABI backwards-compatible with 0.27.x
|
||||
- New interfaces:
|
||||
* ne_pkcs11.h: added basic PKCS#11 support (requires GnuTLS and pakchois)
|
||||
* ne_auth.h: added NE_AUTH_ALL and NE_AUTH_DEFAULT constants
|
||||
* ne_socket.h: added ne_sock_peer(), ne_sock_prebind(), ne_sock_cipher()
|
||||
* ne_session.h: NE_SESSFLAG_TLSSNI flag added; TLS SNI support is enabled by default, where supported; ne_set_localaddr() added
|
||||
* ne_request.h: added close_conn hooks (Robert J. van der Boon)
|
||||
* ne_basic.h: added ne_options2()
|
||||
- Other changes:
|
||||
* add Polish (pl) translation (Arfrever Frehtes Taifersar Arahesis)
|
||||
* add support for the 'domain' parameter in Digest authentication
|
||||
* fix fd leak in ne_sock_connect() error path (Andrew Teirney)
|
||||
* the FD_CLOEXEC flag is set on socket fds
|
||||
* fix timezone handling in ne_dates for more platforms (Alessandro Vesely)
|
||||
* fix ne_simple_propfind() to print XML namespaces in flat property values
|
||||
* fix ne_get_range() for unspecified end-range case (Henrik Holst)
|
||||
* fix ne_strclean() to be locale-independent and avoid possible Win32 crash
|
||||
* fix ne_get_error() to not "clean" localized error strings
|
||||
* fix ne_ssl_clicert_read() to fail for client certs missing cert or key
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 26 15:52:13 CET 2007 - crrodriguez@suse.de
|
||||
|
||||
|
93
neon.spec
93
neon.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package neon (Version 0.27.2)
|
||||
# spec file for package neon (Version 0.28.0)
|
||||
#
|
||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
# package are under the same license as the package itself.
|
||||
#
|
||||
@ -10,10 +10,11 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: neon
|
||||
BuildRequires: libexpat-devel libopenssl-devel zlib-devel
|
||||
Summary: An HTTP and WebDAV Client Library
|
||||
Version: 0.27.2
|
||||
Version: 0.28.0
|
||||
Release: 1
|
||||
License: GPL v2 or later
|
||||
Group: Development/Libraries/Other
|
||||
@ -178,14 +179,36 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/pkgconfig/neon.pc
|
||||
|
||||
%changelog
|
||||
* Mon Nov 26 2007 - crrodriguez@suse.de
|
||||
* Fri Feb 15 2008 crrodriguez@suse.de
|
||||
- version 0.28.0
|
||||
- Interface changes:
|
||||
* none, API and ABI backwards-compatible with 0.27.x
|
||||
- New interfaces:
|
||||
* ne_pkcs11.h: added basic PKCS#11 support (requires GnuTLS and pakchois)
|
||||
* ne_auth.h: added NE_AUTH_ALL and NE_AUTH_DEFAULT constants
|
||||
* ne_socket.h: added ne_sock_peer(), ne_sock_prebind(), ne_sock_cipher()
|
||||
* ne_session.h: NE_SESSFLAG_TLSSNI flag added; TLS SNI support is enabled by default, where supported; ne_set_localaddr() added
|
||||
* ne_request.h: added close_conn hooks (Robert J. van der Boon)
|
||||
* ne_basic.h: added ne_options2()
|
||||
- Other changes:
|
||||
* add Polish (pl) translation (Arfrever Frehtes Taifersar Arahesis)
|
||||
* add support for the 'domain' parameter in Digest authentication
|
||||
* fix fd leak in ne_sock_connect() error path (Andrew Teirney)
|
||||
* the FD_CLOEXEC flag is set on socket fds
|
||||
* fix timezone handling in ne_dates for more platforms (Alessandro Vesely)
|
||||
* fix ne_simple_propfind() to print XML namespaces in flat property values
|
||||
* fix ne_get_range() for unspecified end-range case (Henrik Holst)
|
||||
* fix ne_strclean() to be locale-independent and avoid possible Win32 crash
|
||||
* fix ne_get_error() to not "clean" localized error strings
|
||||
* fix ne_ssl_clicert_read() to fail for client certs missing cert or key
|
||||
* Mon Nov 26 2007 crrodriguez@suse.de
|
||||
- version 0.27.2
|
||||
* Fix crash in GSSAPI Negotiate response header verification.
|
||||
- Cleanup excessive dependencies on -devel package.
|
||||
* Fri Oct 12 2007 - ro@suse.de
|
||||
* Fri Oct 12 2007 ro@suse.de
|
||||
- add provides/obsoletes for neon-devel in libneon-devel
|
||||
after package rename
|
||||
* Tue Sep 25 2007 - prusnak@suse.cz
|
||||
* Tue Sep 25 2007 prusnak@suse.cz
|
||||
- update do 0.27.1
|
||||
* New interfaces:
|
||||
- ne_session.h: ne_fill_proxy_uri() retrieves configured proxy,
|
||||
@ -216,7 +239,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
* Fix regression in response progress counter for notifier/progress callbacks
|
||||
* Fix interface description for ne_set_notifier() callback; sr.total
|
||||
is set to -1 not 0 for an indeterminate response length
|
||||
* Tue Jul 17 2007 - prusnak@suse.cz
|
||||
* Tue Jul 17 2007 prusnak@suse.cz
|
||||
- update to 0.26.4
|
||||
* Fix Negotiate Authentication-Info response header verification with GSSAPI
|
||||
* Fix multiple handlers with ne_add_{server,proxy}_auth (Werner Baumann)
|
||||
@ -229,13 +252,13 @@ rm -rf $RPM_BUILD_ROOT
|
||||
* Fix test suite failures on QNX by working around send() length limit
|
||||
* Fix handling of POSIX strerror_r failure case in ne_strerror
|
||||
* Fix alignment issues in test suite MD5 code
|
||||
* Fri Apr 27 2007 - dmueller@suse.de
|
||||
* Sat Apr 28 2007 dmueller@suse.de
|
||||
- fix buildrequires
|
||||
* Tue Apr 17 2007 - prusnak@suse.cz
|
||||
* Tue Apr 17 2007 prusnak@suse.cz
|
||||
- updated spec file to reflect expat package split
|
||||
* Sat Mar 31 2007 - rguenther@suse.de
|
||||
* Sat Mar 31 2007 rguenther@suse.de
|
||||
- add zlib-devel BuildRequires
|
||||
* Wed Jan 24 2007 - prusnak@suse.cz
|
||||
* Wed Jan 24 2007 prusnak@suse.cz
|
||||
- update to 0.26.3
|
||||
* build fix for platforms without libintl.h
|
||||
* use Libs.private in neon.pc for newer versions of pkg-config
|
||||
@ -243,40 +266,40 @@ rm -rf $RPM_BUILD_ROOT
|
||||
* security fix CVE-2007-0157: fix buffer under-read in URI parser
|
||||
* fix handling of "nextnonce" parameter in Digest authentication
|
||||
- drop obsoleted patch from Jan 15 (included in update)
|
||||
* Mon Jan 15 2007 - olh@suse.de
|
||||
* Mon Jan 15 2007 olh@suse.de
|
||||
- do not cast char pointers into int pointers (CVE-2007-0157 / #235083)
|
||||
* Thu Jul 20 2006 - olh@suse.de
|
||||
* Thu Jul 20 2006 olh@suse.de
|
||||
- update to 0.26.1
|
||||
new API
|
||||
- neon-devel requires openssl-devel zlib-devel expat
|
||||
* Wed Jan 25 2006 - mls@suse.de
|
||||
* Wed Jan 25 2006 mls@suse.de
|
||||
- converted neededforbuild to BuildRequires
|
||||
* Wed Jun 29 2005 - olh@suse.de
|
||||
* Wed Jun 29 2005 olh@suse.de
|
||||
- build with expat instead of libxml2, should speed up svn checkout
|
||||
of large files (#94606)
|
||||
* Wed Feb 02 2005 - meissner@suse.de
|
||||
* Wed Feb 02 2005 meissner@suse.de
|
||||
- fix build with gcc4, added 2 sentinel mark ups.
|
||||
* Sun Oct 17 2004 - olh@suse.de
|
||||
* Sun Oct 17 2004 olh@suse.de
|
||||
- remove .so link from main package, its already in -devel
|
||||
* Sat Sep 25 2004 - olh@suse.de
|
||||
* Sat Sep 25 2004 olh@suse.de
|
||||
- update for gcc4, -Wimplicit-prototypes and inline
|
||||
* Tue Jul 06 2004 - olh@suse.de
|
||||
* Tue Jul 06 2004 olh@suse.de
|
||||
- update to 0.24.7
|
||||
* Sun May 09 2004 - olh@suse.de
|
||||
* Sun May 09 2004 olh@suse.de
|
||||
- add neon-CAN-2004-0398.patch (#39774)
|
||||
* Thu Apr 01 2004 - olh@suse.de
|
||||
* Thu Apr 01 2004 olh@suse.de
|
||||
- add CAN-2004-0179.diff (#37716)
|
||||
* Thu Jan 22 2004 - olh@suse.de
|
||||
* Thu Jan 22 2004 olh@suse.de
|
||||
- update for gcc3.4, -Wimplicit-prototypes and inline
|
||||
* Sat Jan 10 2004 - adrian@suse.de
|
||||
* Sat Jan 10 2004 adrian@suse.de
|
||||
- add %%defattr and %%run_ldconfig
|
||||
* Fri Nov 28 2003 - mcihar@suse.cz
|
||||
* Fri Nov 28 2003 mcihar@suse.cz
|
||||
- updated to 0.24.4, some highlights:
|
||||
* Major changes to XML interface
|
||||
* Major changes to SSL interface
|
||||
* Add a pkg-config file
|
||||
* Tons of fixes
|
||||
* Wed Apr 23 2003 - olh@suse.de
|
||||
* Thu Apr 24 2003 olh@suse.de
|
||||
- update to 0.23.9
|
||||
Changes in release 0.23.9:
|
||||
* neon-config exports includes needed for OpenSSL given by
|
||||
@ -288,33 +311,33 @@ rm -rf $RPM_BUILD_ROOT
|
||||
is not loaded in kernel (thanks to Daniel Stenberg for this
|
||||
technique).
|
||||
* Update to autoconf 2.57 and libtool 1.4.3.
|
||||
* Sat Mar 01 2003 - olh@suse.de
|
||||
* Sat Mar 01 2003 olh@suse.de
|
||||
- apply security fix from 0.23.8
|
||||
* SECURITY: Prevent control characters from being included in the
|
||||
reason_phrase field filled in by ne_parse_statusline(), and in
|
||||
the session error string.
|
||||
* Fix digest auth response verification for >9 responses in session
|
||||
(bug manifests as "Server was not authenticated correctly" error).
|
||||
* Tue Jan 28 2003 - olh@suse.de
|
||||
* Tue Jan 28 2003 olh@suse.de
|
||||
- update to 0.23.7
|
||||
Changes in release 0.23.7:
|
||||
* Fix for handling EINTR during write() call (Sergey N Ushakov).
|
||||
* When available, use pkg-config to determine compiler flags
|
||||
needed to use OpenSSL headers and libraries.
|
||||
* Tue Jan 21 2003 - olh@suse.de
|
||||
* Tue Jan 21 2003 olh@suse.de
|
||||
- update to 0.23.6
|
||||
* Sat Oct 12 2002 - olh@suse.de
|
||||
* Sat Oct 12 2002 olh@suse.de
|
||||
- update to 0.23.5
|
||||
move interface documentation to -devel
|
||||
* Thu Sep 19 2002 - olh@suse.de
|
||||
* Thu Sep 19 2002 olh@suse.de
|
||||
- update to 0.23.4, enable build with -g
|
||||
* Sat Aug 31 2002 - poeml@suse.de
|
||||
* Sat Aug 31 2002 poeml@suse.de
|
||||
- update to 0.22.0, needed by subversion
|
||||
* Fri Aug 09 2002 - olh@suse.de
|
||||
* Fri Aug 09 2002 olh@suse.de
|
||||
- devel requires base package
|
||||
* Fri Jul 26 2002 - adrian@suse.de
|
||||
* Sat Jul 27 2002 adrian@suse.de
|
||||
- fix neededforbuild
|
||||
* Sun Jun 23 2002 - olh@suse.de
|
||||
* Sun Jun 23 2002 olh@suse.de
|
||||
- update to 0.21.3
|
||||
* Sat May 04 2002 - olh@suse.de
|
||||
* Sat May 04 2002 olh@suse.de
|
||||
- initial SuSE package, version 0.20.0
|
||||
|
Loading…
Reference in New Issue
Block a user