pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/wget wget: Update to 1.21.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c3731e90b938
branches:  trunk
changeset: 444766:c3731e90b938
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Tue Jan 12 12:04:46 2021 +0000

description:
wget: Update to 1.21.1

Changelog:
* Noteworthy changes in release 1.21.1 (2021-01-09)

** Fix compilation on MacOS and Solaris 9

** Resove bashism from configure.ac

** Fix a compilation warning on 32-bit systems

diffstat:

 net/wget/Makefile                  |   4 ++--
 net/wget/distinfo                  |  12 +++++-------
 net/wget/patches/patch-configure   |  15 ---------------
 net/wget/patches/patch-lib_utime.c |  14 --------------
 4 files changed, 7 insertions(+), 38 deletions(-)

diffs (66 lines):

diff -r 00f58e97f213 -r c3731e90b938 net/wget/Makefile
--- a/net/wget/Makefile Tue Jan 12 12:01:11 2021 +0000
+++ b/net/wget/Makefile Tue Jan 12 12:04:46 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.159 2021/01/04 12:27:41 wiz Exp $
+# $NetBSD: Makefile,v 1.160 2021/01/12 12:04:46 ryoon Exp $
 
-DISTNAME=      wget-1.21
+DISTNAME=      wget-1.21.1
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GNU:=wget/}
 EXTRACT_SUFX=  .tar.lz
diff -r 00f58e97f213 -r c3731e90b938 net/wget/distinfo
--- a/net/wget/distinfo Tue Jan 12 12:01:11 2021 +0000
+++ b/net/wget/distinfo Tue Jan 12 12:04:46 2021 +0000
@@ -1,8 +1,6 @@
-$NetBSD: distinfo,v 1.63 2021/01/08 16:14:55 schmonz Exp $
+$NetBSD: distinfo,v 1.64 2021/01/12 12:04:46 ryoon Exp $
 
-SHA1 (wget-1.21.tar.lz) = 07fc9a34a76c91d377a2594dbb61ba83cebab9ad
-RMD160 (wget-1.21.tar.lz) = e1c7267984c1f4d4cc3ad7bcce414405c0ff1d70
-SHA512 (wget-1.21.tar.lz) = 10f32e153511a13397933d24e57002ee6477aea87e1e6811262268e0f43c5cfd8ab298921857d70a6f567be34b5a4fe9898ce4e7488e66294f3e85f011283838
-Size (wget-1.21.tar.lz) = 2354273 bytes
-SHA1 (patch-configure) = d72ecfae0a156bf42046759daeb6ad284b9213e1
-SHA1 (patch-lib_utime.c) = 7a35aca95cf790f8750ffbdf407b2693585125cd
+SHA1 (wget-1.21.1.tar.lz) = 215b0c056580b28d7d5edeac9c8c356ecc99ec4c
+RMD160 (wget-1.21.1.tar.lz) = 730e08c0b84b5af3cbf4764b1fa149b4ba3e938a
+SHA512 (wget-1.21.1.tar.lz) = 51ce93608094b2e5ba8144ff4d5cd36637eb6f9a3663355558885ea1f9fad0641e4ce13d61a18ac2f1285487ac7c7eba721aef04f9079889c0045f3ab915a450
+Size (wget-1.21.1.tar.lz) = 2367165 bytes
diff -r 00f58e97f213 -r c3731e90b938 net/wget/patches/patch-configure
--- a/net/wget/patches/patch-configure  Tue Jan 12 12:01:11 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-configure,v 1.3 2021/01/04 12:27:41 wiz Exp $
-
-Fix unportable test(1) operator.
-
---- configure.orig     2020-12-31 15:54:33.000000000 +0000
-+++ configure
-@@ -55925,7 +55925,7 @@ else
-   WITH_XATTR_FALSE=
- fi
- 
-- if test "X$ENABLE_NTLM" == "Xyes"; then
-+ if test "X$ENABLE_NTLM" = "Xyes"; then
-   WITH_NTLM_TRUE=
-   WITH_NTLM_FALSE='#'
- else
diff -r 00f58e97f213 -r c3731e90b938 net/wget/patches/patch-lib_utime.c
--- a/net/wget/patches/patch-lib_utime.c        Tue Jan 12 12:01:11 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-$NetBSD: patch-lib_utime.c,v 1.1 2021/01/08 16:14:56 schmonz Exp $
-
-Apply upstream 6a76832 to fix compilation error on macOS and Solaris 9.
-
---- lib/utime.c.orig   2020-12-31 15:53:25.000000000 +0000
-+++ lib/utime.c
-@@ -261,6 +261,7 @@ utime (const char *name, const struct ut
- 
- #else
- 
-+# include <errno.h>
- # include <sys/stat.h>
- # include "filename.h"
- 



Home | Main Index | Thread Index | Old Index