Commit Graph

66 Commits

Author SHA256 Message Date
9b8b0832f7 Accepting request 1175607 from home:AndreasStieger:branches:devel:libraries:c_c++
neon 0.33.0, breaks davfs2, see SR#1175564

OBS-URL: https://build.opensuse.org/request/show/1175607
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/neon?expand=0&rev=71
2024-05-22 07:46:34 +00:00
b8f217ee6f Accepting request 1149481 from home:dimstar:rpm4.20:n
Prepare for RPM 4.20

OBS-URL: https://build.opensuse.org/request/show/1149481
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/neon?expand=0&rev=69
2024-02-22 14:16:58 +00:00
fa0b0175ec - update to 0.32.5:
* NOTE: Since 0.32.0 the "$KRB5_CONFIG" environment variable is ignored
    when running configure. Use KRB5_CONF_TOOL instead to specify an
    alternative to /usr/bin/krb5-config.
  * Fail for configure --with-gssapi if GSSAPI can't be enabled
  * Add Georgian translation
  * Fixes for Windows MSYS2/MinGW build, including cross-build

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/neon?expand=0&rev=67
2023-01-28 20:53:22 +00:00
8b9c872fc0 - update to 0.32.4:
* Fix Digest regression in allowing implicit algorithm= (issue #88)
  * Fix Digest to safely allow spaces in usernames (without userhash)
  * ne_ssl_trust_default_ca() now uses the system's trusted CAs
    with GnuTLS where supported (matching behaviour of OpenSSL)
  * Improvements and fixes to Windows build (Chun-wei Fan)
  * Fix finding pkg-config when cross-compiling (Hugh McMaster)
  * Fix Digest cnonce entropy sources in non-SSL builds
  * Fix cases where Digest usernames were rejected as non-ASCII
  * Fix build failures with OpenSSL 1.1 on some platforms

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/neon?expand=0&rev=65
2022-09-13 09:49:03 +00:00
2e76468419 Accepting request 948200 from home:AndreasStieger:branches:devel:libraries:c_c++
neon 0.32.2

OBS-URL: https://build.opensuse.org/request/show/948200
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/neon?expand=0&rev=64
2022-01-25 10:05:34 +00:00
6a62ac332f Accepting request 939875 from home:AndreasStieger:branches:devel:libraries:c_c++
neon 0.32.1

OBS-URL: https://build.opensuse.org/request/show/939875
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/neon?expand=0&rev=63
2021-12-11 20:12:55 +00:00
Vítězslav Čížek
bf7aa0a124 Accepting request 840322 from home:pmonrealgonzalez:branches:devel:libraries:c_c++
- Disable tests fail_ca_* that fail since OpenSSL update to 1.1.1h.
  * Upstream report: https://github.com/notroj/neon/issues/38
- Add neon-0.31.2-CA-tests.patch

- Disable fail_nul_* tests broken with OpenSSL configured to reject
  certificates created with a SHA1.
- Add neon-0.31.2-sha1-tests.patch

OBS-URL: https://build.opensuse.org/request/show/840322
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/neon?expand=0&rev=61
2020-10-13 12:28:34 +00:00
54565d3660 Accepting request 828581 from home:dirkmueller:branches:devel:libraries:c_c++
- update to 0.31.2:
  * Fix ne_md5_read_ctx() with OpenSSL on big-endian architectures.
  * Fix GCC 10 warning in PKCS#11 build.
  * Fix OpenSSL build w/o deprecated APIs (Rosen Penev).
  * Fix unnecessary MD5 test for non-Digest auth (Sebastian Reschke).
  * Fix hang on SSL connection close with IIS (issue #11).
  * Fix ar, ranlib detection when cross-compiling (Sergei Trofimovich).

OBS-URL: https://build.opensuse.org/request/show/828581
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/neon?expand=0&rev=59
2020-09-11 11:35:33 +00:00
0b9cb0750b Accepting request 810606 from home:vitezslav_cizek:branches:devel:libraries:c_c++
- Update to 0.31.1
  ADMIN: The neon website has moved to https://notroj.github.io/neon/
  Restore ne_md5_read_ctx() in OpenSSL build.
  Fix gcc warnings on Ubuntu (Jan-Marek Glogowski).
  Fix various spelling mistakes in docs and headers (thanks to FOSSIES).
  Fix ne_asctime_parse() (Eugenij-W).
  Fix build with LibreSSL (Juan RP).
  Interface changes:
      none, API and ABI backwards-compatible with 0.27.x and later
  New interfaces and features:
      add more gcc “nonnull” attributes to ne_request_* functions.
      for OpenSSL builds, ne_md5 code uses the OpenSSL implementation
      add NE_SESSFLAG_SHAREPOINT session flag which enables workarounds
      for RFC non-compliance issues in Sharepoint
      ne_uri.h: add ne_path_escapef() in support of above
      ne_207.h: add ne_207_set_flags() likewise in support of above
  API clarification:
      ne_version_match() behaviour now matches actual 0.27+ ABI history
  Bug fixes:
      fixes for OpenSSL 1.1.1 and TLSv1.3 support
      fix crash with GnuTLS in client cert support (Henrik Holst)
      fix possible crash in ne_set_request_flag()
      fix build with libxml2 2.9.10 and later
      fix handling lock timeouts >LONG_MAX (Giuseppe Castagno)
- Upstream has moved to https://notroj.github.io/neon/
  * tarball checksums are no longer provided
- Drop upstreamed patches:
  * neon-0.30.2-nulcert.patch
  * neon-0.30.2_ssl-fix_timeout_retvals.patch

OBS-URL: https://build.opensuse.org/request/show/810606
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/neon?expand=0&rev=57
2020-06-06 06:52:17 +00:00
d0073a222e Accepting request 730659 from home:vitezslav_cizek:branches:devel:libraries:c_c++
- Drop unnecessary requirement for OpenSSL 1.1.1
- Apply neon-0.30.2_ssl-fix_timeout_retvals.patch only when building
  with OpenSSL 1.1.1 (bsc#1149792)

OBS-URL: https://build.opensuse.org/request/show/730659
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/neon?expand=0&rev=55
2019-09-13 15:38:52 +00:00
dd2d3dc4fb Accepting request 724487 from home:lnussel:branches:devel:libraries:c_c++
- fix testsuite fail due to expired nulcerts (neon-0.30.2-nulcert.patch)

OBS-URL: https://build.opensuse.org/request/show/724487
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/neon?expand=0&rev=53
2019-08-19 08:10:29 +00:00
Ismail Dönmez
b501f41388 Accepting request 643207 from home:jengelh:branches:devel:libraries:c_c++
- Remove pointless --with-pic (because of --disable-static)

OBS-URL: https://build.opensuse.org/request/show/643207
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/neon?expand=0&rev=52
2018-10-19 18:44:26 +00:00
Ismail Dönmez
867122251f - BuildRequires libopenssl-1_1-devel >= 1.1.1 becase build fails with
1.1.0

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/neon?expand=0&rev=51
2018-10-19 13:34:41 +00:00
Ismail Dönmez
b57e36c25c -
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/neon?expand=0&rev=50
2018-10-18 14:54:54 +00:00
Ismail Dönmez
80f2c24254 Accepting request 642952 from home:jsikes:branches:devel:libraries:c_c++
Disabled some tests so it will build in Staging:C. This will fail in current factory. Enjoy!

OBS-URL: https://build.opensuse.org/request/show/642952
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/neon?expand=0&rev=49
2018-10-18 14:49:47 +00:00
Ismail Dönmez
211ad62724 Accepting request 639436 from home:jsikes:branches:devel:libraries:c_c++
Replaced libopenssl-dev requirement with libopenssl-1_1-devel. Super simple. Enjoy!

OBS-URL: https://build.opensuse.org/request/show/639436
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/neon?expand=0&rev=47
2018-10-02 08:12:00 +00:00
db9f2682da OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/neon?expand=0&rev=45 2018-03-20 09:28:50 +00:00
4a91879046 Still flaky. Try more.
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/neon?expand=0&rev=44
2018-03-20 09:28:07 +00:00
989cd53bd5 - Install license
- replace_manpage_with_links.sh: replace named links with symlinks
  and stop using fdupes as it just linked linked manpages

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/neon?expand=0&rev=43
2018-03-20 09:27:04 +00:00
17d1f79171 Accepting request 588667 from home:mstrigl:branches:devel:libraries:c_c++
- fixed flaky timeout tests for ppc64le (bsc#1085850)
    * fix_timeout_tests_for_ppc64le.patch

OBS-URL: https://build.opensuse.org/request/show/588667
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/neon?expand=0&rev=42
2018-03-20 08:31:20 +00:00
Ismail Dönmez
100223c779 -
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/neon?expand=0&rev=40
2017-08-24 09:32:14 +00:00
Ismail Dönmez
258ea4a08d Accepting request 518405 from home:vitezslav_cizek:branches:devel:libraries:c_c++
- Update to 0.30.2
  Add support for OpenSSL 1.1.x (Kurt Roeckx).
  Fix PKCS#11 support under GnuTLS 3.x.
      PKCS#11 API no longer supported with GnuTLS 2.x
- cleaned the .spec

OBS-URL: https://build.opensuse.org/request/show/518405
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/neon?expand=0&rev=39
2017-08-24 09:08:46 +00:00
539bcf78b0 Accepting request 288865 from home:pluskalm:branches:devel:libraries:c_c++
- Cleanup spec file with spec-cleaner
- Add gpg signature
- Enable tests
- Use fdupes to remove duplicates
- Update to 0.30.1
  * small changes, for details see included ChangeLog

OBS-URL: https://build.opensuse.org/request/show/288865
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/neon?expand=0&rev=37
2015-03-04 18:32:43 +00:00
Michal Vyskocil
aa37ad4090 Accepting request 195764 from home:elvigia:branches:devel:libraries:c_c++
- version 0.30.0 
* drop neon-openssl-version.patch
*  API and ABI backwards-compatible with 0.27.x and later
*  ne_path_escape: fix excessive memory allocation
*  added  ne_ssl_clicert_import, ne_ssl_context_get_flag, 
  ne_set_addrlist2, added ne_addr_canonical..
* support chunked bodies with negative length passed to 
  ne_set_request_body_provider

- permanently drop neon-aes-ni.patch which is not applied
  and obsolete, bug in openSSL already fixed and the ENGINE
  loading issue addressed in a different fashion.

OBS-URL: https://build.opensuse.org/request/show/195764
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/neon?expand=0&rev=35
2013-08-21 07:31:25 +00:00
99645ec25b Accepting request 124331 from home:AndreasStieger:branches:devel:libraries:c_c++
Tag patch for [bnc#764906]

OBS-URL: https://build.opensuse.org/request/show/124331
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/neon?expand=0&rev=33
2012-06-10 11:11:22 +00:00
Stephan Kulow
c6f30351d4 Accepting request 123834 from home:msmeissn:branches:devel:libraries:c_c++
- disable explicit openssl version check. openssl 1.0 is stable
  api wise.

OBS-URL: https://build.opensuse.org/request/show/123834
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/neon?expand=0&rev=32
2012-06-06 16:13:18 +00:00
Ismail Dönmez
136676bdf4 Accepting request 116426 from home:lnussel:branches:devel:libraries:c_c++
- don't  use ca-bundle.pem. neon correctly uses openssl's default
  instead (ie the /etc/ssl/certs directory)

OBS-URL: https://build.opensuse.org/request/show/116426
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/neon?expand=0&rev=30
2012-05-04 11:42:15 +00:00
Ismail Dönmez
d939be508e Fix license
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/neon?expand=0&rev=27
2012-01-31 10:21:42 +00:00
Ismail Dönmez
1321a3e1de Accepting request 102061 from home:dmacvicar:branches:devel:libraries:c_c++
- build with libproxy
- make expat explicit in configure
- pass ca-bundle.pem to configure

OBS-URL: https://build.opensuse.org/request/show/102061
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/neon?expand=0&rev=26
2012-01-30 12:59:23 +00:00
Ismail Dönmez
357bef0e71 Accepting request 102026 from home:dmacvicar:branches:devel:libraries:c_c++
- build with NE_FEATURE_TS_SSL (thread-safe SSL)

OBS-URL: https://build.opensuse.org/request/show/102026
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/neon?expand=0&rev=25
2012-01-30 12:11:53 +00:00
c6f4a0a3ba Remove redundant/unwanted tags/section (cf. specfile guidelines)
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/neon?expand=0&rev=24
2011-11-21 15:55:12 +00:00
Ismail Dönmez
83d6cf558a Accepting request 92620 from home:coolo:removelibtool
- add libtool as buildrequire to avoid implicit dependency

OBS-URL: https://build.opensuse.org/request/show/92620
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/neon?expand=0&rev=22
2011-11-20 08:45:17 +00:00
f2f040f0e4 - remove neon-aes-ni.patch temporarily (bnc#720601)
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/neon?expand=0&rev=19
2011-10-18 14:38:35 +00:00
OBS User buildservice-autocommit
2351e4fbbc Updating link to change in openSUSE:Factory/neon revision 34.0
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/neon?expand=0&rev=45fb3d6b6cc7420d963b8fd6a67dbd95
2011-09-06 13:44:29 +00:00
56c2df221e Accepting request 81042 from home:elvigia:branches:devel:libraries:c_c++
- test suite hangs or fails in the OBS, but works locally 
  disable it.

- Load openssl engines as well, needed to support 
  AES-NI, fast/hardware provided hash functions and Ivy bridge's
  RDRAND instruction.

OBS-URL: https://build.opensuse.org/request/show/81042
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/neon?expand=0&rev=17
2011-09-06 06:46:28 +00:00
OBS User buildservice-autocommit
35c7e0dc5a Updating link to change in openSUSE:Factory/neon revision 32.0
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/neon?expand=0&rev=2b098b5b60ffb66d0ef33409b9ae90ab
2011-07-21 13:59:04 +00:00
51e1052dfb - update to 0.29.6:
* Don't abort SSL handshake with GnuTLS if a client cert is
  requested but none is configured/available
  * Fix GnuTLS build with Nettle
  * Fix the method string passed to create_request hooks to
  have the same lifetime as the request object
  * Docs updates.
  * Fix GnuTLS handshakes failures with 'TLS warning alert'
  * Fix SNI support
  * Fix possible Solaris linker errors if building static library
  * Fix error handling when pulling a request body from an file
  * Fix ne_request_dispatch() return value for SOCKS proxy failure cases
  * Tighten SSL cert ID checks to deny a wildcard match against an IP address

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/neon?expand=0&rev=15
2011-07-21 12:25:14 +00:00
OBS User buildservice-autocommit
1d3879371e Updating link to change in openSUSE:Factory/neon revision 30.0
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/neon?expand=0&rev=197474c39c6ef7e22a8ecfcbbfbbed1d
2011-05-16 08:24:06 +00:00
Cristian Rodríguez
6d162f2d07 Accepting request 70103 from home:lnussel:branches:devel:libraries:c_c++
- Obsoletes: neon must be in the lib package. Otherwise
  libneon-devel gets installed as replacement for neon on distro
  upgrade, drawing in lots of other devel stuff.

OBS-URL: https://build.opensuse.org/request/show/70103
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/neon?expand=0&rev=13
2011-05-12 19:30:30 +00:00
OBS User autobuild
d05313fc0a Accepting request 46160 from devel:libraries:c_c++
checked in (request 46160)

OBS-URL: https://build.opensuse.org/request/show/46160
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/neon?expand=0&rev=12
2010-08-27 12:06:59 +00:00
e56d1b56bf Accepting request 45958 from home:dimstar:branches:devel:libraries:c_c++
Copy from home:dimstar:branches:devel:libraries:c_c++/neon via accept of submit request 45958 revision 6.
Request was accepted with message:

OBS-URL: https://build.opensuse.org/request/show/45958
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/neon?expand=0&rev=11
2010-08-25 06:49:14 +00:00
OBS User autobuild
e8a64c2467 Accepting request 38163 from devel:libraries:c_c++
checked in (request 38163)

OBS-URL: https://build.opensuse.org/request/show/38163
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/neon?expand=0&rev=10
2010-04-18 22:20:01 +00:00
Stephan Kulow
5e57b7e8fd Accepting request 38154 from home:coolo:branches:openSUSE:Factory
Copy from home:coolo:branches:openSUSE:Factory/neon via accept of submit request 38154 revision 2.
Request was accepted with message:
Reviewed ok

OBS-URL: https://build.opensuse.org/request/show/38154
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/neon?expand=0&rev=9
2010-04-18 19:47:21 +00:00
OBS User buildservice-autocommit
a951c55c9c Updating link to change in openSUSE:Factory/neon revision 23.0
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/neon?expand=0&rev=9bd5e49950b0223a230bb15d0fefb688
2010-03-18 15:11:08 +00:00
OBS User autobuild
9dd63e3540 checked in (request 32744)
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/neon?expand=0&rev=7
2010-02-18 15:43:24 +00:00
438930abde Accepting request 30961 from home:jengelh:baselibs
Copy from home:jengelh:baselibs/neon via accept of submit request 30961 revision 2.
Request was accepted with message:

OBS-URL: https://build.opensuse.org/request/show/30961
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/neon?expand=0&rev=6
2010-02-01 18:17:56 +00:00
OBS User autobuild
95ae26b495 Accepting request 20321 from devel:libraries:c_c++
Copy from devel:libraries:c_c++/neon based on submit request 20321 from user prusnak

OBS-URL: https://build.opensuse.org/request/show/20321
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/neon?expand=0&rev=20
2009-09-10 23:48:55 +00:00
OBS User unknown
8589d1e212 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/neon?expand=0&rev=19 2009-05-15 20:57:39 +00:00
OBS User unknown
1489488e52 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/neon?expand=0&rev=18 2009-01-09 00:37:31 +00:00
OBS User unknown
89eb6ca0e9 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/neon?expand=0&rev=17 2008-08-21 23:09:07 +00:00