pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/neon



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Sat Feb  6 06:33:12 UTC 2021

Modified Files:
        pkgsrc/www/neon: Makefile distinfo

Log Message:
neon: Update to 0.31.2

* Set new HOMEPAGE and MASTER_SITES.

Changelog:
Changes in release neon 0.31.2, 20th June 2020

    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).

Changes in release neon 0.31.1, 17th April 2020

    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).

Changes in release neon 0.31.0, 24th March 2020

    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 (thanks to Jan-Marek Glogowski and Giuseppe Castagno)
        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)


To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.78 pkgsrc/www/neon/Makefile
cvs rdiff -u -r1.29 -r1.30 pkgsrc/www/neon/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/neon/Makefile
diff -u pkgsrc/www/neon/Makefile:1.77 pkgsrc/www/neon/Makefile:1.78
--- pkgsrc/www/neon/Makefile:1.77       Mon Aug 31 18:12:35 2020
+++ pkgsrc/www/neon/Makefile    Sat Feb  6 06:33:11 2021
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.77 2020/08/31 18:12:35 wiz Exp $
+# $NetBSD: Makefile,v 1.78 2021/02/06 06:33:11 ryoon Exp $
 
-DISTNAME=      neon-0.30.2
-PKGREVISION=   6
+DISTNAME=      neon-0.31.2
 CATEGORIES=    www
-#MASTER_SITES= http://www.webdav.org/neon/
+MASTER_SITES=  https://notroj.github.io/neon/
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-#HOMEPAGE=     http://www.webdav.org/neon/
+HOMEPAGE=      https://notroj.github.io/neon/
 COMMENT=       HTTP and WebDAV client library
 LICENSE=       gnu-gpl-v2 AND gnu-lgpl-v2
 

Index: pkgsrc/www/neon/distinfo
diff -u pkgsrc/www/neon/distinfo:1.29 pkgsrc/www/neon/distinfo:1.30
--- pkgsrc/www/neon/distinfo:1.29       Wed Jan 13 09:26:42 2021
+++ pkgsrc/www/neon/distinfo    Sat Feb  6 06:33:11 2021
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.29 2021/01/13 09:26:42 nia Exp $
+$NetBSD: distinfo,v 1.30 2021/02/06 06:33:11 ryoon Exp $
 
-SHA1 (neon-0.30.2.tar.gz) = d1c020f96731135263476ebaa72b2da07c4727cd
-RMD160 (neon-0.30.2.tar.gz) = f3add71c324640198b2d82afcbc8af91c1dd3959
-SHA512 (neon-0.30.2.tar.gz) = 634caf87522e0bd2695c6fba39cae2465e403f9fbd8007eb10e4e035c765d24cb8da932c67bfa35c34aa51b90c7bc7037ebebaa1ec43259366d5d07233efc631
-Size (neon-0.30.2.tar.gz) = 932779 bytes
+SHA1 (neon-0.31.2.tar.gz) = ca4df4d726d7adef70dff1a32766ca54519a0958
+RMD160 (neon-0.31.2.tar.gz) = 24d8dfc8e8d3babbb6fb9dd5cfe662e18b02cd91
+SHA512 (neon-0.31.2.tar.gz) = 1e402b40a0445f68ed24d2697ee60d21636f61ebc98edcde37ff9e26c54430acabf3969ac22a942d1dd51bddee0f312c04073b423b0af3a3e7c9bf60cd53e48c
+Size (neon-0.31.2.tar.gz) = 867914 bytes
 SHA1 (patch-ab) = da95144b8c4ebc7cdd5ae0dfdb86d457c43ec58d
 SHA1 (patch-src_Makefile.in) = 333f63497639fed5b3acc73ddaa480fa8fbf97e8



Home | Main Index | Thread Index | Old Index