Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
10 Oct 2018 19:28:18
1.0.3_4

|
antoine  |
Fix build with openssl 1.1.1
PR: 225919
Submitted by: Nathan Owens
Obtained from: https://github.com/x42/liboauth/issues/9
With hat: portmgr |
29 Mar 2018 14:53:24
1.0.3_3

|
mat  |
Mark some ports broken with openssl-devel.
Sponsored by: Absolight |
30 Dec 2016 12:15:19
1.0.3_3

|
hrs  |
- Add LICENSE.
- USES=ssl instead of USE_OPENSSL. |
14 Dec 2016 21:48:10
1.0.3_2

|
johans  |
Stepping down as maintainer for some ports. |
01 Apr 2016 14:16:20
1.0.3_2

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
02 Aug 2015 15:03:20
1.0.3_2

|
tijl  |
By default libtool replaces -export-symbols <file> with -retain-symbols-file
<file> on ELF systems, but this doesn't really do what -export-symbols is
meant to do. On GNU ELF systems it converts <file> to a simple version
script first and then uses -version-script instead of -retain-symbols-file.
Let USES=libtool patch libtool scripts to do this on all systems with GNU
ld(1).
Bump PORTREVISION on all ports where the build log contains -export-symbols.
audio/calf: This port builds a module that now exports only one function,
but it also builds a number of executables that link to this module and
expect to see other functions. Because it's already a bit dodgy to link to
a module (libtool warns about this) let the module continue to export only
one function and instead build an ordinary library from the same source that
the executables can link to. Fix a number of other issues in the same (Only the first 15 lines of the commit message are shown above ) |
04 Jul 2014 07:38:02
1.0.3_1

|
amdmi3  |
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket |
21 Apr 2014 13:26:52
1.0.3

|
johans  |
Update to OAuth lib 1.0.3 |
26 Mar 2014 19:02:11
1.0.2

|
johans  |
Update liboauth to 1.0.2 |
29 Dec 2013 22:08:49
1.0.1_1

|
johans  |
Enable stage support |
20 Sep 2013 22:10:25
1.0.1_1

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
31 Aug 2013 00:26:08
1.0.1_1

|
bapt  |
Convert USE_GNOME=pkgconfig to USES=pkgconfig
While here:
- Trim headers
- Convert:
* USE_GNOME=gnomehack -> USES=pathfix
* USE_PERL5 -> USES=perl5
* USE_GMAKE -> USES=gmake |
11 Jul 2013 16:26:27
1.0.1_1

|
sunpoet  |
- Update to 7.31.0
- Bump PORTREVISION for ftp/curl shlib change
- Add TEST_DEPENDS
- Convert to new options framework
- Adjust options:
- Add COOKIES
- Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1]
- Add GSSAPI and SPNEGO [2]
- Remove KERBEROS4
- Rename LIBIDN to IDN
- Remove TRACKMEMORY [1]
- Sort option handler
- Add SLAVEDIRS: ftp/curl-hiphop
- Cosmetic change
- Cleanup Makefile header
- While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile
Changes: http://curl.haxx.se/changes.html
PR: ports/172325 (-exp run), ports/177369 (based on) [1]
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2]
Exp run by: miwi |
17 Mar 2013 17:57:15
1.0.1

|
johans  |
Update oauth to 1.0.1 |
13 Nov 2012 15:59:47
1.0.0

|
johans  |
- Upgrade liboauth to 1.0 release
- Update MASTER_SITE to general SF link
Feature safe: yes |
12 Jul 2012 20:41:33
0.9.7
|
johans  |
Update oauth to 0.9.7 (bugfix release) |
06 Jan 2012 08:48:21
0.9.6_1
|
johans  |
The pkgconfig file from liboauth referes to the libcrypto pkgconfig file.
Remove the reference, because our openssl is installed without such a file.
Submitted by: kwm |
15 Dec 2011 20:46:54
0.9.6
|
johans  |
Update liboauth to 0.9.6 |
30 Nov 2011 20:36:50
0.9.5
|
johans  |
- Update liboauth to 0.9.5
- Remove patch that is now included in the distribution
Feature safe: yes |
16 Sep 2011 12:02:18
0.9.4_1
|
kwm  |
Don't rever to libcrypto in oauth pkg-config file, since our base openssl
doesn't install a .pc file. This will fix "pkg-config --cflags oauth".
Approved by: maintainer |
30 Jan 2011 18:05:00
0.9.4
|
johans  |
Update liboauth to 0.9.4 (bugfix release)
Feature safe: yes |
22 Jan 2011 14:11:10
0.9.3
|
johans  |
Update liboauth to 0.9.3
Feature safe: yes |
13 Jan 2011 22:05:12
0.9.2
|
johans  |
Update liboauth to 0.9.2
Feature safe: yes |
30 Oct 2010 23:27:31
0.9.1
|
johans  |
Add a new port net/liboauth:
OAuth is an open protocol to allow secure API authorization in
a simple and standard method from desktop and web applications.
liboauth is a collection of POSIX-c functions implementing the OAuth
Core RFC 5849 standard. liboauth provides functions to escape and
encode parameters according to OAuth specification and offers
high-level functionality to sign requests or verify OAuth signatures
as well as perform HTTP requests.
WWW: http://liboauth.sourceforge.net/ |