diff options
author | wiz <wiz> | 2013-04-21 14:30:39 +0000 |
---|---|---|
committer | wiz <wiz> | 2013-04-21 14:30:39 +0000 |
commit | 24346564b2c84b53c1e1296ad96a221902e00663 (patch) | |
tree | 43ce1721faf513f98bd38ec01493d4c6534edbac /net | |
parent | 4ec1fc77b4886d96ee5b8f980a473fadd1eafa8f (diff) | |
download | pkgsrc-24346564b2c84b53c1e1296ad96a221902e00663.tar.gz |
Update to 1.24:
2013-04-10 Flickcurl Version 1.24 Released
Fixed uploading with OAuth - incorrect signature since it failed to use
POST.
Added flickcurl_photos_getInfo2() deprecating
flickcurl_photos_getInfo() adding the optional 'secret' parameter that
was added sometime to the API. See [2]Debian bug 637746.
Updated flickcurl(1) to allow photos.getInfo to take an optional SECRET
arg using the new call below, and to add the missing command
contacts.getPublicList which fixes [3]Issue 19. .
Added new APIs calls to make available the Flickr username and NSID
when OAuth authentication is done.
const char* flickcurl_get_oauth_username(flickcurl* fc);
const char* flickcurl_get_oauth_user_nsid(flickcurl* fc);
These new calls were from GitHub [4]pull request 18 from Jose Carlos
Garcia Sogo - thanks.
Added a pile of fields to flickcurl_group to match what the API returns
rather than what the documentation says:
* iconfarm icon farm number
* is_moderator and is_member booleans
* rules descriptive text
* pool_count and topic_count counts
* group restriction booleans: photos_ok, videos_ok, images_ok,
screens_ok, art_ok, safe_ok, moderate_ok, restricted_ok, has_geo.
Fixed grabbing text from a <tag> child text node correctly Fixes
[5]Issue 16.
p>
Fixed parsing of latitude and longitude value responses.
Fixed a few flickcurl(1) utility manual page wordings. See [6]Debian
bug 635989 and [7]Debian bug 635989.
Updated example code to use OAuth authentication API.
Fixed a few memory mis-uses via clang and GCC 4.8.
Diffstat (limited to 'net')
-rw-r--r-- | net/flickcurl/Makefile | 6 | ||||
-rw-r--r-- | net/flickcurl/distinfo | 8 |
2 files changed, 6 insertions, 8 deletions
diff --git a/net/flickcurl/Makefile b/net/flickcurl/Makefile index 2ad9322c832..25c962529d7 100644 --- a/net/flickcurl/Makefile +++ b/net/flickcurl/Makefile @@ -1,8 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2013/02/06 23:23:13 jperkin Exp $ -# +# $NetBSD: Makefile,v 1.10 2013/04/21 14:30:39 wiz Exp $ -DISTNAME= flickcurl-1.23 -PKGREVISION= 2 +DISTNAME= flickcurl-1.24 CATEGORIES= net MASTER_SITES= http://download.dajobe.org/flickcurl/ diff --git a/net/flickcurl/distinfo b/net/flickcurl/distinfo index 9f07f396556..61001191304 100644 --- a/net/flickcurl/distinfo +++ b/net/flickcurl/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2012/09/02 15:12:51 wiz Exp $ +$NetBSD: distinfo,v 1.5 2013/04/21 14:30:39 wiz Exp $ -SHA1 (flickcurl-1.23.tar.gz) = 56dd6ae8fad8dfa98b43ab9b3d3f623dada9b67b -RMD160 (flickcurl-1.23.tar.gz) = 4f908f2c0cc2cfdf5f98062831a7cfc60547aec3 -Size (flickcurl-1.23.tar.gz) = 1847951 bytes +SHA1 (flickcurl-1.24.tar.gz) = 7a2a467b52575f1aa68d7dcce7d349b2ef2e5109 +RMD160 (flickcurl-1.24.tar.gz) = 533666b95ddad9fc8fc7d98bf084e3a4b621c479 +Size (flickcurl-1.24.tar.gz) = 1852406 bytes |