pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/wget2



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Sun Jan 29 12:46:32 UTC 2023

Modified Files:
        pkgsrc/net/wget2: Makefile PLIST distinfo
Removed Files:
        pkgsrc/net/wget2/patches: patch-configure

Log Message:
wget2: Update to 2.0.1

Changelog:
Noteworthy changes

    Fix escaping space in query part
    Set EXIT_STATUS_NETWORK on error for the last try
    Fix -k/--convert-links fragment
    Fix escapng URLs with -k/--convert-links
    Fix false reporting of a PSL error
    Fix --directory-prefix with --content-disposition
    Allow spaces and \ escaping in passwords in .netrc
    Fix download abortion on some versions of Windows
    Fix --unlink behavior
    Fix deflate decompression when server omits the header
    WolfSSL: Fix buffer overflow in SHA512 hashing
    WolfSSL: Fix memory leak
    Add support for unquoted HTML attribute values
    OpenSSL: Fix several OCSP issues
    Use keep-alive for HTTP/1.1 and higher as default
    Don't create core dumps on CTRL-c
    Fix replacing Content-Type: headers
    Fix NULL pointer read / segfault
    Fix several build issues
    Fix several documentation issues


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/net/wget2/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/wget2/PLIST
cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/wget2/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/net/wget2/patches/patch-configure

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

Modified files:

Index: pkgsrc/net/wget2/Makefile
diff -u pkgsrc/net/wget2/Makefile:1.5 pkgsrc/net/wget2/Makefile:1.6
--- pkgsrc/net/wget2/Makefile:1.5       Wed Oct 26 10:31:52 2022
+++ pkgsrc/net/wget2/Makefile   Sun Jan 29 12:46:32 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2022/10/26 10:31:52 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2023/01/29 12:46:32 ryoon Exp $
 
-DISTNAME=      wget2-2.0.0
-PKGREVISION=   3
+DISTNAME=      wget2-2.0.1
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GNU:=wget/}
 EXTRACT_SUFX=  .tar.lz

Index: pkgsrc/net/wget2/PLIST
diff -u pkgsrc/net/wget2/PLIST:1.1 pkgsrc/net/wget2/PLIST:1.2
--- pkgsrc/net/wget2/PLIST:1.1  Sun Oct  3 13:41:11 2021
+++ pkgsrc/net/wget2/PLIST      Sun Jan 29 12:46:32 2023
@@ -1,31 +1,8 @@
-@comment $NetBSD: PLIST,v 1.1 2021/10/03 13:41:11 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.2 2023/01/29 12:46:32 ryoon Exp $
 bin/wget2
 include/wget.h
 include/wgetver.h
 lib/libwget.la
-lib/libwget_alloc.la
-lib/libwget_common.la
-lib/libwget_css.la
-lib/libwget_decompress.la
-lib/libwget_dns.la
-lib/libwget_dnscache.la
-lib/libwget_encoding.la
-lib/libwget_hashfile.la
-lib/libwget_hpkp_db.la
-lib/libwget_hsts.la
-lib/libwget_http_parse.la
-lib/libwget_io.la
-lib/libwget_ip.la
-lib/libwget_iri.la
-lib/libwget_logger.la
-lib/libwget_metalink.la
-lib/libwget_netrc.la
-lib/libwget_ocsp.la
-lib/libwget_progress.la
-lib/libwget_robots.la
-lib/libwget_thread.la
-lib/libwget_tls_session.la
-lib/libwget_xml.la
 lib/pkgconfig/libwget.pc
 share/locale/ca/LC_MESSAGES/wget2.mo
 share/locale/cs/LC_MESSAGES/wget2.mo

Index: pkgsrc/net/wget2/distinfo
diff -u pkgsrc/net/wget2/distinfo:1.3 pkgsrc/net/wget2/distinfo:1.4
--- pkgsrc/net/wget2/distinfo:1.3       Tue Oct 26 11:07:10 2021
+++ pkgsrc/net/wget2/distinfo   Sun Jan 29 12:46:32 2023
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 11:07:10 nia Exp $
+$NetBSD: distinfo,v 1.4 2023/01/29 12:46:32 ryoon Exp $
 
-BLAKE2s (wget2-2.0.0.tar.lz) = 0f5bd2f4f3b1af21ca2c2a1d058faa429ec8a5246b84a6cb8b5b59a5c6c82d2b
-SHA512 (wget2-2.0.0.tar.lz) = 0e58b05cc6ddc8e9e573beacd5e493d266c58d10e13d81967d2509b73f4bee0ef88a0c09e979f223530189b2bfde593eeb68d38c4fa8702761fa2779174004b3
-Size (wget2-2.0.0.tar.lz) = 1956207 bytes
-SHA1 (patch-configure) = 8ab41d49dca4b508081d5465fbfafe6f2087558b
+BLAKE2s (wget2-2.0.1.tar.lz) = aa40b6296878efeff93e676398765a46649331a83fb0e4101b54489b67014e2a
+SHA512 (wget2-2.0.1.tar.lz) = 98b00d2ecc5d3923416cdab8ee38ea9ef0179f141c7b3d0391ee493775ac1423747a04f5f40af27092dcb40cd3a1ad04c7d30669f08d686daf3dcab4e5575795
+Size (wget2-2.0.1.tar.lz) = 2059922 bytes



Home | Main Index | Thread Index | Old Index