Minor update to liboauth-0.9.7.
- fixed tiny memory leak when oauth_curl_get() fails - fixed double-encoding of plaintext signature
This commit is contained in:
parent
1ae3511a6f
commit
486a70dfa6
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2012/03/23 20:14:55 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2012/10/03 08:16:30 ajacoutot Exp $
|
||||
|
||||
COMMENT= library implementing the OAuth Core RFC 5849 standard
|
||||
|
||||
DISTNAME= liboauth-0.9.6
|
||||
SHARED_LIBS += oauth 8.3 # 8.3
|
||||
DISTNAME= liboauth-0.9.7
|
||||
SHARED_LIBS += oauth 8.3 # 8.4
|
||||
CATEGORIES= net
|
||||
|
||||
HOMEPAGE= http://liboauth.sourceforge.net/
|
||||
@ -24,8 +24,6 @@ LIB_DEPENDS= net/curl \
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
|
||||
--enable-curl \
|
||||
--enable-libcurl \
|
||||
--enable-nss
|
||||
CONFIGURE_ENV= ac_cv_path_DOT="" \
|
||||
ac_cv_path_DOXYGEN=""
|
||||
|
@ -1,5 +1,2 @@
|
||||
MD5 (liboauth-0.9.6.tar.gz) = UIqg3x4wZbLXVm2FATsqyg==
|
||||
RMD160 (liboauth-0.9.6.tar.gz) = SskcRVgjgAbZxeTnxnVItWZUfzc=
|
||||
SHA1 (liboauth-0.9.6.tar.gz) = kYLKXX4SdYnRMjd7gH0Mioh4sSI=
|
||||
SHA256 (liboauth-0.9.6.tar.gz) = n6D52GrE+92MF9TCQs7vMwlujPOxg02RmMzAy/iw8gc=
|
||||
SIZE (liboauth-0.9.6.tar.gz) = 492499
|
||||
SHA256 (liboauth-0.9.7.tar.gz) = J6LFU28HCn8bKPAgFx6wPiYcowYg1Il7F0qKoD5HnGs=
|
||||
SIZE (liboauth-0.9.7.tar.gz) = 498062
|
||||
|
Loading…
Reference in New Issue
Block a user