diff options
author | mef <mef@pkgsrc.org> | 2015-03-07 07:26:02 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2015-03-07 07:26:02 +0000 |
commit | 5b2d20ccba98bc58603191247e54b4c6c0c0151e (patch) | |
tree | 0e2a43106c405862e03a73c4f1364d272efb694f /net | |
parent | c7c2c931a0feeae32099808122bd6a2235a42513 (diff) | |
download | pkgsrc-5b2d20ccba98bc58603191247e54b4c6c0c0151e.tar.gz |
Update to 1.26
--------------
2014-08-17 Flickcurl Version 1.26 Released
Switch all API endpoints and image URLs to https protocol after
announcement on 2014-04-30 that everything is going https only.
Fixed utility documentation: args consistency for PER-PAGE / PAGE.
Added new extras: url_q, url_n and url_c for new image sizes.
Configuration and build improvements for newer automake and autoconf.
Add new internal convienience libraries libmtwist and libgetopt.
Added build-time utility mangen to generate manpage and extras.
Generate and accept the new staticflickr.com domain for image URIs as
well as the existing static.flickr.com.
Multiple error path allocation fixes, several memory leak fixes and a
few overflows found via Coverity.
Diffstat (limited to 'net')
-rw-r--r-- | net/flickcurl/Makefile | 5 | ||||
-rw-r--r-- | net/flickcurl/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/net/flickcurl/Makefile b/net/flickcurl/Makefile index 03e72c5edd3..ff9a868d6b4 100644 --- a/net/flickcurl/Makefile +++ b/net/flickcurl/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2014/02/12 23:18:20 tron Exp $ +# $NetBSD: Makefile,v 1.14 2015/03/07 07:26:02 mef Exp $ -DISTNAME= flickcurl-1.25 -PKGREVISION= 2 +DISTNAME= flickcurl-1.26 CATEGORIES= net MASTER_SITES= http://download.dajobe.org/flickcurl/ diff --git a/net/flickcurl/distinfo b/net/flickcurl/distinfo index 73dcb0df54f..373a2b6ec03 100644 --- a/net/flickcurl/distinfo +++ b/net/flickcurl/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2013/09/09 20:43:29 wiz Exp $ +$NetBSD: distinfo,v 1.7 2015/03/07 07:26:02 mef Exp $ -SHA1 (flickcurl-1.25.tar.gz) = 35fc64dd698ad90d0f9d5622b7dfd322d8142082 -RMD160 (flickcurl-1.25.tar.gz) = c9eee8f1706bf59771d272ce24f0428f1d330652 -Size (flickcurl-1.25.tar.gz) = 1856658 bytes +SHA1 (flickcurl-1.26.tar.gz) = 547480030ce4f777bb35d98b43fe15ee3eeae0e0 +RMD160 (flickcurl-1.26.tar.gz) = 63aea2ef81b2a846a9ee63db99d08a08b8f2d1dd +Size (flickcurl-1.26.tar.gz) = 1870073 bytes |