public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Joe Orton <jorton@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/neon] epel10: update to 0.37.0
Date: Wed, 26 Aug 2026 14:40:12 GMT	[thread overview]
Message-ID: <178775521219.1.6954851763316645382.rpms-neon-cd6292978b10@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/neon
            Branch : epel10
            Commit : cd6292978b1099ee32a9496dd8b1090df9533868
            Author : Joe Orton <jorton@redhat.com>
            Date   : 2026-03-04T09:23:49+00:00
            Stats  : +6/-51 in 4 file(s)
            URL    : https://src.fedoraproject.org/rpms/neon/c/cd6292978b1099ee32a9496dd8b1090df9533868?branch=epel10

            Log:
            update to 0.37.0
add libntlm-devel BR to retain NTLM auth support

---
diff --git a/.gitignore b/.gitignore
index 1567b17..42b1f35 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,3 +18,4 @@ neon-0.29.2.tar.gz
 /neon-0.34.2.tar.gz
 /neon-0.35.0.tar.gz
 /neon-0.36.0.tar.gz
+/neon-0.37.0.tar.gz

diff --git a/neon-0.36.0-test-warnings.patch b/neon-0.36.0-test-warnings.patch
deleted file mode 100644
index 94ee4c1..0000000
--- a/neon-0.36.0-test-warnings.patch
+++ /dev/null
@@ -1,45 +0,0 @@
-commit 3acb99864754e45150cdaa362c84665785da8e48
-Author: Joe Orton <jorton@redhat.com>
-Date:   Tue Nov 25 08:45:16 2025 +0000
-
-    * test/xmlreq.c (parse_for_ctype): Remove unused variable.
-    
-    * test/basic.c (getbuf_retry): Fix compiler warning.
-
-diff --git a/test/basic.c b/test/basic.c
-index 5c21a31..45775f9 100644
---- a/test/basic.c
-+++ b/test/basic.c
-@@ -377,7 +377,6 @@ static int getbuf_retry(void)
-     ne_session *sess;
-     char buf[6] = "00000";
-     size_t buflen = sizeof buf;
--    int ret;
- 
-     CALL(make_session(&sess, single_serve_string,
-                       "HTTP/1.1 401 Retry Please\r\n" "Server: neon-test-server\r\n"
-@@ -392,11 +391,9 @@ static int getbuf_retry(void)
-     ne_hook_post_send(sess, post_getbuf_retry, NULL);
-     
-     ONREQ(ne_getbuf(sess, "/", buf, &buflen));
--    ONV(ret != NE_OK, ("overflow case gave %d not FAILED", ret));
-     ONV(buflen != 1, ("buffer length returned as %" NE_FMT_SIZE_T, buflen));
- 
--    ret = any_request(sess, "/closeme");
--    ONN("failed to close connection", ret != NE_CONNECT);
-+    ONN("failed to close connection", any_request(sess, "/closeme") != NE_CONNECT);
- 
-     return destroy_and_wait(sess);
- }
-diff --git a/test/xmlreq.c b/test/xmlreq.c
-index ed15934..1fa6cf3 100644
---- a/test/xmlreq.c
-+++ b/test/xmlreq.c
-@@ -73,7 +73,6 @@ static int parse_for_ctype(const char *ctype, const char *body, size_t len,
-     ne_request *req;
-     ne_xml_parser *parser;
-     ne_buffer *buf = ne_buffer_create();
--    char response[BUFSIZ];
- 
-     ne_buffer_concat(buf, "HTTP/1.1 200 OK\r\n" "Content-Type: ", ctype, "\r\n",
-                      "Connection: close\r\n" "\r\n", NULL);

diff --git a/neon.spec b/neon.spec
index 0c3be16..b0eb477 100644
--- a/neon.spec
+++ b/neon.spec
@@ -7,15 +7,14 @@
 
 Summary: An HTTP and WebDAV client library
 Name: neon
-Version: 0.36.0
+Version: 0.37.0
 Release: %autorelease
 License: LGPL-2.0-or-later
 URL: https://notroj.github.io/neon/
 Source0: https://notroj.github.io/neon/neon-%{version}.tar.gz
 Patch0: neon-0.34.0-multilib.patch
-Patch1: neon-0.36.0-test-warnings.patch
 BuildRequires: expat-devel, openssl-devel, zlib-devel, krb5-devel
-BuildRequires: pkgconfig, make, gcc, xmlto
+BuildRequires: pkgconfig, make, gcc, xmlto, libntlm-devel
 %if %{with pkcs11}
 BuildRequires: pakchois-devel
 %endif
@@ -31,8 +30,8 @@ BuildRequires: /usr/bin/perl, /usr/bin/openssl, /usr/bin/certutil
 neon is an HTTP and WebDAV client library, with a C interface;
 providing a high-level interface to HTTP and WebDAV methods along
 with a low-level interface for HTTP request handling.  neon
-supports persistent connections, proxy servers, basic, digest and
-Kerberos authentication, and has complete SSL support.
+supports persistent connections, proxy servers, Basic, Digest and
+Kerberos authentication, and has complete SSL/TLS support.
 
 %package devel
 Summary: Development libraries and C header files for the neon library

diff --git a/sources b/sources
index 4940630..4335d95 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (neon-0.36.0.tar.gz) = 653d236461065cf6ab20c601ccd7c4d9ebfdb966c65d4b216d4c63ec539d276a68649914fe803f8309c63d68f6c4d9db0158c154f640835e4bec2c1508e33207
+SHA512 (neon-0.37.0.tar.gz) = c3c41c90d29bb93375e88d56288b4e4044324ace4b4e10dd2ae6ddea33f0223d024c07c366ab1da2f32fa2625b1462cc3ed3fceb694626409e0d42a9a8a63bdb

                 reply	other threads:[~2026-08-26 14:40 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178775521219.1.6954851763316645382.rpms-neon-cd6292978b10@fedoraproject.org \
    --to=jorton@redhat.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox