Gitweb links:

...log 
http://git.netsurf-browser.org/toolchains.git/shortlog/32cb94f59525f4b9ccfdf80111dc857bfdea1a41
...commit 
http://git.netsurf-browser.org/toolchains.git/commit/32cb94f59525f4b9ccfdf80111dc857bfdea1a41
...tree 
http://git.netsurf-browser.org/toolchains.git/tree/32cb94f59525f4b9ccfdf80111dc857bfdea1a41

The branch, chris/amissl has been updated
       via  32cb94f59525f4b9ccfdf80111dc857bfdea1a41 (commit)
       via  5016ed76a46f44fec3d0576538a68036aad8b9a8 (commit)
      from  1b97408860880a30c711c9fc8ee04bb4cde121aa (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commitdiff 
http://git.netsurf-browser.org/toolchains.git/commit/?id=32cb94f59525f4b9ccfdf80111dc857bfdea1a41
commit 32cb94f59525f4b9ccfdf80111dc857bfdea1a41
Author: Chris Young <[email protected]>
Commit: Chris Young <[email protected]>

    AmiSSL 4.2 SDK is more compatible
    v4.3 has compatibility issues which means that SDK won't work with future 
versions, whereas 4.2 will.

diff --git a/m68k-unknown-amigaos/Makefile b/m68k-unknown-amigaos/Makefile
index 6dd0d2a..dd171af 100644
--- a/m68k-unknown-amigaos/Makefile
+++ b/m68k-unknown-amigaos/Makefile
@@ -36,7 +36,7 @@ UPSTREAM_OPENURL_VERSION := 7.16
 UPSTREAM_OPENURL_TARBALL := openurl-$(UPSTREAM_OPENURL_VERSION)
 UPSTREAM_OPENURL_URI := 
https://github.com/jens-maus/libopenurl/archive/$(UPSTREAM_OPENURL_VERSION).tar.gz
 
-UPSTREAM_AMISSL_VERSION := 4.3
+UPSTREAM_AMISSL_VERSION := 4.2
 UPSTREAM_AMISSL_TARBALL := AmiSSL-$(UPSTREAM_AMISSL_VERSION).lha
 UPSTREAM_AMISSL_URI := 
https://github.com/jens-maus/amissl/releases/download/$(UPSTREAM_AMISSL_VERSION)/$(UPSTREAM_AMISSL_TARBALL)
 


commitdiff 
http://git.netsurf-browser.org/toolchains.git/commit/?id=5016ed76a46f44fec3d0576538a68036aad8b9a8
commit 5016ed76a46f44fec3d0576538a68036aad8b9a8
Author: Chris Young <[email protected]>
Commit: Chris Young <[email protected]>

    Need Curl 7.64.1 for AmiSSL

diff --git a/sdk/Makefile b/sdk/Makefile
index d176e63..e49b01c 100644
--- a/sdk/Makefile
+++ b/sdk/Makefile
@@ -31,7 +31,7 @@ VERSION_LIBPNG := 1.6.36
 VERSION_LIBJPEG := 8d
 VERSION_LIBJPEG_TURBO := 1.5.3
 VERSION_LIBCARES := 1.13.0
-VERSION_LIBCURL := 7.64.0
+VERSION_LIBCURL := 7.64.1
 VERSION_LIBGNURX := 2.5.1
 VERSION_LIBPBL := 1_04
 VERSION_LIBCF := CVS-20130415


-----------------------------------------------------------------------

Summary of changes:
 m68k-unknown-amigaos/Makefile |    2 +-
 sdk/Makefile                  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/m68k-unknown-amigaos/Makefile b/m68k-unknown-amigaos/Makefile
index 6dd0d2a..dd171af 100644
--- a/m68k-unknown-amigaos/Makefile
+++ b/m68k-unknown-amigaos/Makefile
@@ -36,7 +36,7 @@ UPSTREAM_OPENURL_VERSION := 7.16
 UPSTREAM_OPENURL_TARBALL := openurl-$(UPSTREAM_OPENURL_VERSION)
 UPSTREAM_OPENURL_URI := 
https://github.com/jens-maus/libopenurl/archive/$(UPSTREAM_OPENURL_VERSION).tar.gz
 
-UPSTREAM_AMISSL_VERSION := 4.3
+UPSTREAM_AMISSL_VERSION := 4.2
 UPSTREAM_AMISSL_TARBALL := AmiSSL-$(UPSTREAM_AMISSL_VERSION).lha
 UPSTREAM_AMISSL_URI := 
https://github.com/jens-maus/amissl/releases/download/$(UPSTREAM_AMISSL_VERSION)/$(UPSTREAM_AMISSL_TARBALL)
 
diff --git a/sdk/Makefile b/sdk/Makefile
index d176e63..e49b01c 100644
--- a/sdk/Makefile
+++ b/sdk/Makefile
@@ -31,7 +31,7 @@ VERSION_LIBPNG := 1.6.36
 VERSION_LIBJPEG := 8d
 VERSION_LIBJPEG_TURBO := 1.5.3
 VERSION_LIBCARES := 1.13.0
-VERSION_LIBCURL := 7.64.0
+VERSION_LIBCURL := 7.64.1
 VERSION_LIBGNURX := 2.5.1
 VERSION_LIBPBL := 1_04
 VERSION_LIBCF := CVS-20130415


-- 
Cross-compilation toolchains and environments

_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org

Reply via email to