diff options
author | agc <agc@pkgsrc.org> | 2011-05-03 14:23:57 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2011-05-03 14:23:57 +0000 |
commit | 2467a18da692b0fd0665956c88ef8a28fff29f82 (patch) | |
tree | 8c9eac66ec70a32f32b3113bd3c8fd731fef9b8b /security/liboauth | |
parent | f7675e227de56f513c1317eec6d36c1906c9c135 (diff) | |
download | pkgsrc-2467a18da692b0fd0665956c88ef8a28fff29f82.tar.gz |
Update liboauth from 0.8.9 to 0.9.4.
Changes since previous version:
version 0.9.4
- fixed possible memory corrution in oauth_curl_get
thanks to Bruce Rosen for reporting this issue
version 0.9.3
- yet more build-system fixes:
- allow to override HASH_LIBS and CURL_LIBS using envoronment variables
- include them in .pc and tests/Makefile.am
version 0.9.2
- fixed typo in build-system (LDFLAGS, -Wl,--as-needed detection)
version 0.9.1
- fixed typo in API:
oauth_time_indepenent_equals[_n] is now deprecated in favor of
oauth_time_independent_equals[_n]
- added check for 'Wl,--as-needed' linker flag.
version 0.9.0
- fixed typo in pkg-config file.
With thanks to Brad Harder for the nudge.
Diffstat (limited to 'security/liboauth')
-rw-r--r-- | security/liboauth/Makefile | 5 | ||||
-rw-r--r-- | security/liboauth/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/security/liboauth/Makefile b/security/liboauth/Makefile index 76b742b5102..8344ae1209a 100644 --- a/security/liboauth/Makefile +++ b/security/liboauth/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2011/04/22 13:44:35 obache Exp $ +# $NetBSD: Makefile,v 1.3 2011/05/03 14:23:57 agc Exp $ -DISTNAME= liboauth-0.8.9 -PKGREVISION= 1 +DISTNAME= liboauth-0.9.4 CATEGORIES= security MASTER_SITES= http://liboauth.sourceforge.net/pool/ diff --git a/security/liboauth/distinfo b/security/liboauth/distinfo index 710085191c5..babeef15dbf 100644 --- a/security/liboauth/distinfo +++ b/security/liboauth/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1.1.1 2010/09/03 07:14:12 agc Exp $ +$NetBSD: distinfo,v 1.2 2011/05/03 14:23:57 agc Exp $ -SHA1 (liboauth-0.8.9.tar.gz) = ab1227d4aba8b9050b93b418b888f696ec0574b7 -RMD160 (liboauth-0.8.9.tar.gz) = a540ac04085c999fc8a1d90ae597d2a82117228f -Size (liboauth-0.8.9.tar.gz) = 394622 bytes +SHA1 (liboauth-0.9.4.tar.gz) = 9c48dcfe9bb2f7b0fa4825e645056bdf77640454 +RMD160 (liboauth-0.9.4.tar.gz) = afe4e2e1266e13c16b501470d41a61e1bcdc2192 +Size (liboauth-0.9.4.tar.gz) = 459597 bytes SHA1 (patch-aa) = a192cb5a763e4cbca089944cf26034c07204f4ba |