pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/p5-HTTP-Tiny
Module Name: pkgsrc
Committed By: wen
Date: Wed Aug 17 09:46:14 UTC 2016
Modified Files:
pkgsrc/www/p5-HTTP-Tiny: Makefile distinfo
Log Message:
Update to 0.064
Upstream changes:
0.064 2016-08-16 21:37:51-04:00 America/New_York
- No changes from 0.063-TRIAL
0.063 2016-08-08 12:18:03-04:00 America/New_York (TRIAL RELEASE)
[FIXED]
- Fixed chunked transfer encoding, which previously omitted a trailing
CRLF.
0.061 2016-08-05 12:10:19-04:00 America/New_York (TRIAL RELEASE)
[FIXED]
- Avoid overwriting 'If-Modified-Since' header in mirror() if
the header already exists in something other than lower-case.
[TESTS]
- Normalize CRLF when reading test data files in t\150-post_form.t
on Win32
0.059 2016-07-29 16:10:32-04:00 America/New_York (TRIAL RELEASE)
[FIXED]
- Timeout can now be set as a constructor argument again.
- CVE-2016-1238: avoid loading optional modules from
@INC path with `.` at the end.
[TESTS]
- Updated tests for a future perl which may omit `.` from
the list of directories in @INC by default.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/www/p5-HTTP-Tiny/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/www/p5-HTTP-Tiny/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/p5-HTTP-Tiny/Makefile
diff -u pkgsrc/www/p5-HTTP-Tiny/Makefile:1.17 pkgsrc/www/p5-HTTP-Tiny/Makefile:1.18
--- pkgsrc/www/p5-HTTP-Tiny/Makefile:1.17 Wed Jun 8 19:25:08 2016
+++ pkgsrc/www/p5-HTTP-Tiny/Makefile Wed Aug 17 09:46:14 2016
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.17 2016/06/08 19:25:08 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2016/08/17 09:46:14 wen Exp $
#
-DISTNAME= HTTP-Tiny-0.058
+DISTNAME= HTTP-Tiny-0.064
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTTP/}
Index: pkgsrc/www/p5-HTTP-Tiny/distinfo
diff -u pkgsrc/www/p5-HTTP-Tiny/distinfo:1.12 pkgsrc/www/p5-HTTP-Tiny/distinfo:1.13
--- pkgsrc/www/p5-HTTP-Tiny/distinfo:1.12 Sat May 21 08:42:19 2016
+++ pkgsrc/www/p5-HTTP-Tiny/distinfo Wed Aug 17 09:46:14 2016
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2016/05/21 08:42:19 wen Exp $
+$NetBSD: distinfo,v 1.13 2016/08/17 09:46:14 wen Exp $
-SHA1 (HTTP-Tiny-0.058.tar.gz) = 3a214e7f192502184c46303314904ef4520ca5ce
-RMD160 (HTTP-Tiny-0.058.tar.gz) = 3bdd8c0f65dea1fcefae7793eb1be1ba9b376d5c
-SHA512 (HTTP-Tiny-0.058.tar.gz) = d5e0e26976511a7f6cd99c5475dbd16d131f23162e1e6a7efe563c0ae5c99b023f94491b75448b420fc8a825930327eda931609b5cd429f8a890ba33316c1cfc
-Size (HTTP-Tiny-0.058.tar.gz) = 66953 bytes
+SHA1 (HTTP-Tiny-0.064.tar.gz) = debc35285e880f6b9b414d64480702d691288275
+RMD160 (HTTP-Tiny-0.064.tar.gz) = db830e950c227f60a01bda0a3c3e7cefbd5afa01
+SHA512 (HTTP-Tiny-0.064.tar.gz) = a7b0b4821a3095af598e889d8e69a1d7791876fe9ecb79307c17890c9511fe24482e2e2acd83fbb5aa7ab28e5a4f757043cbae9e15d888106cb7ac3e8ff39098
+Size (HTTP-Tiny-0.064.tar.gz) = 67783 bytes
Home |
Main Index |
Thread Index |
Old Index