pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/liboauth
Module Name: pkgsrc
Committed By: prlw1
Date: Thu Sep 10 23:05:53 UTC 2015
Modified Files:
pkgsrc/security/liboauth: Makefile distinfo
pkgsrc/security/liboauth/patches: patch-aa
Log Message:
Update liboauth to 1.0.3
version 1.0.3
- clarify documentation of oauth_curl
- fix possible memleak in oauth_curl (only relevant if an error occurs)
- fix TOCTOU in oauth_curl_post_file: the file may change between stat() and fopen()
version 1.0.2
- fix typos in documentation
- add xfree, xstrdup patch from Kedar Sovani
- prepare repository migration to github
- built-in sha1 support big&little endian
- (no changes to the actual library API or ABI)
version 1.0.1
- do not url-escape RSA-key for signature
version 1.0.0
- fix body-hash example code
- mark all oauth_http functions as deprecated
- freeze interface definitions for good
- enter maintenance/bug-fix only cycle
version 0.9.7
- fixed tiny memory leak when oauth_curl_get() fails
- fixed double-encoding of plaintext signature
version 0.9.6
- fixed typo, do not print a separator before first parameter
when serializing url for auth-header.
version 0.9.5
- added "built-in" hmac-sha1 hashing (no RSA).
- added some CURL options available via enviroment variables
- fixed issue with decoding already encoded characters
in the base-URL (not parameters).
reported by L. Alberto Gimenez
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/security/liboauth/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/liboauth/distinfo
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/security/liboauth/patches/patch-aa
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index