pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/aget Update to 0.4.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/158e4e6201c5
branches:  trunk
changeset: 441052:158e4e6201c5
user:      wen <wen%pkgsrc.org@localhost>
date:      Sun Oct 25 03:34:42 2020 +0000

description:
Update to 0.4.1

Upstream changes:
Version 0.4.1 adds/changes the following:
  - Fixed errno problem on newer glibc's
  - Large file support (files bigger than 2 GB)
    (Thanks to Siwei Liu of Sun Microsystems)

diffstat:

 net/aget/Makefile         |   5 ++---
 net/aget/distinfo         |  10 +++++-----
 net/aget/patches/patch-aa |  20 --------------------
 net/aget/patches/patch-ab |  22 ----------------------
 net/aget/patches/patch-ac |  30 ------------------------------
 net/aget/patches/patch-ad |  18 ------------------
 6 files changed, 7 insertions(+), 98 deletions(-)

diffs (138 lines):

diff -r fa9c92a83092 -r 158e4e6201c5 net/aget/Makefile
--- a/net/aget/Makefile Sun Oct 25 03:23:09 2020 +0000
+++ b/net/aget/Makefile Sun Oct 25 03:34:42 2020 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2018/07/04 13:40:27 jperkin Exp $
+# $NetBSD: Makefile,v 1.17 2020/10/25 03:34:42 wen Exp $
 #
 
-DISTNAME=      aget-0.4
-PKGREVISION=   1
+DISTNAME=      aget-0.4.1
 CATEGORIES=    net
 MASTER_SITES=  http://www.enderunix.org/aget/
 
diff -r fa9c92a83092 -r 158e4e6201c5 net/aget/distinfo
--- a/net/aget/distinfo Sun Oct 25 03:23:09 2020 +0000
+++ b/net/aget/distinfo Sun Oct 25 03:34:42 2020 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.5 2015/11/04 00:34:52 agc Exp $
+$NetBSD: distinfo,v 1.6 2020/10/25 03:34:42 wen Exp $
 
-SHA1 (aget-0.4.tar.gz) = acd428c919c105401f4b1c19a082c71f470fe9af
-RMD160 (aget-0.4.tar.gz) = f2a342ee513c9225e6f124ebc35b3d297cdfcb62
-SHA512 (aget-0.4.tar.gz) = 3877cd6ef5fe922ed3658faa5c4b9fd62ad4ac71cce5a94f808207f7327a54ae4b4592a4d3e2cd15a2ccbb190e3e96ef4d952bb64b5e97ab581e661def22a088
-Size (aget-0.4.tar.gz) = 11152 bytes
+SHA1 (aget-0.4.1.tar.gz) = 6f7bc1676fd506207a1a168c587165b902d9d609
+RMD160 (aget-0.4.1.tar.gz) = 4a23d722b0e4d6c632c40006aa5e67d5acfd4b88
+SHA512 (aget-0.4.1.tar.gz) = 23fd4a7786b905bb10fb8de62dea294e014e0c2ad276614c642ebd3865b262eb88e08308df9a68f418de19a984ad138561d82c67e0226dfb5f56520e8ed15ad7
+Size (aget-0.4.1.tar.gz) = 12783 bytes
 SHA1 (patch-aa) = 2c01b67e4b7251927b46442cd9951baa1ec772d3
 SHA1 (patch-ab) = 9fd3a4eaf9bfdad2326b7d6f49d9a0baff57ea3a
 SHA1 (patch-ac) = 09c189a304b3d7fafa6a5f73d62101b6221d724f
diff -r fa9c92a83092 -r 158e4e6201c5 net/aget/patches/patch-aa
--- a/net/aget/patches/patch-aa Sun Oct 25 03:23:09 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2006/01/10 19:31:52 joerg Exp $
-
---- Aget.c.orig        2006-01-10 19:11:17.000000000 +0000
-+++ Aget.c
-@@ -1,4 +1,4 @@
--
-+#include <errno.h>
- #include <stdio.h>
- #include <stdlib.h>
- #include <string.h>
-@@ -31,9 +31,6 @@ extern int fsuggested, nthreads;
- extern int bwritten;
- extern pthread_t hthread;
- 
--extern int errno;
--
--
- void get(struct request *req)
- {
-       int i, ret, fd, diff_sec, nok = 0;
diff -r fa9c92a83092 -r 158e4e6201c5 net/aget/patches/patch-ab
--- a/net/aget/patches/patch-ab Sun Oct 25 03:23:09 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,22 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2006/01/10 19:31:52 joerg Exp $
-
---- Download.c.orig    2006-01-10 19:11:30.000000000 +0000
-+++ Download.c
-@@ -1,7 +1,7 @@
- 
- #define _XOPEN_SOURCE 500
- 
--
-+#include <errno.h>
- #include <stdio.h>
- #include <unistd.h>
- #include <stdlib.h>
-@@ -29,8 +29,6 @@
- extern sigset_t signal_set;
- 
- 
--extern int errno;
--
- unsigned int bwritten = 0;
- pthread_mutex_t bwritten_mutex = PTHREAD_MUTEX_INITIALIZER;
- 
diff -r fa9c92a83092 -r 158e4e6201c5 net/aget/patches/patch-ac
--- a/net/aget/patches/patch-ac Sun Oct 25 03:23:09 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,30 +0,0 @@
-$NetBSD: patch-ac,v 1.2 2007/06/18 19:00:22 minskim Exp $
-
---- Head.c.orig        2002-11-21 23:38:03.000000000 -0800
-+++ Head.c
-@@ -1,7 +1,7 @@
- 
- #define _XOPEN_SOURCE 500
- 
--
-+#include <errno.h>
- #include <stdio.h>
- #include <unistd.h>
- #include <stdlib.h>
-@@ -30,7 +30,6 @@
- #include "Misc.h"
- 
- 
--extern int errno;
- extern int h_errno;
- 
- 
-@@ -55,7 +54,7 @@ void http_head_req(struct request *req)
-                               hstrerror(h_errno));
-               exit(1);
-       }
--      strncpy(req->ip, inet_ntoa(*(struct in_addr *)he->h_addr), MAXIPSIZ);
-+      strncpy(req->ip, inet_ntoa(*(struct in_addr *)he->h_addr_list[0]), MAXIPSIZ);
- 
- 
-       time(&t_start);
diff -r fa9c92a83092 -r 158e4e6201c5 net/aget/patches/patch-ad
--- a/net/aget/patches/patch-ad Sun Oct 25 03:23:09 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,0 @@
-$NetBSD: patch-ad,v 1.1 2006/01/10 19:31:52 joerg Exp $
-
---- main.c.orig        2006-01-10 19:11:41.000000000 +0000
-+++ main.c
-@@ -1,3 +1,4 @@
-+#include <errno.h>
- #include <unistd.h>
- #include <stdlib.h>
- #include <stdio.h>
-@@ -14,8 +15,6 @@
- #include "Resume.h"
- #include "main.h"
- 
--extern int errno;
--
- int main(int argc, char **argv)
- {
-       extern char *optarg;



Home | Main Index | Thread Index | Old Index