From 5cf7a6e1067a9bdf4bfcd70c4367ed8bb9275252 Mon Sep 17 00:00:00 2001 From: Treeve Jelbert Date: Tue, 19 Aug 2014 13:43:41 +0200 Subject: ecore: depends SSL --- e-17/ecore/DEPENDS | 6 +++--- e-17/ecore/HISTORY | 5 +++++ 2 files changed, 8 insertions(+), 3 deletions(-) (limited to 'e-17') diff --git a/e-17/ecore/DEPENDS b/e-17/ecore/DEPENDS index 638a0e1aec..dc5db308fb 100755 --- a/e-17/ecore/DEPENDS +++ b/e-17/ecore/DEPENDS @@ -108,7 +108,7 @@ optional_depends sdl \ "Enable SDL ecore_sdl module?" && if [ "$ECORE_CRYPTO" == "gnutls" ]; then - depends gnutls "--enable-gnutls --disable-openssl" -elif [ "$ECORE_CRYPTO" == "openssl" ]; then - depends openssl "--enable-openssl --disable-gnutls" + depends gnutls "--enable-gnutls --disable-SSL" +elif [ "$ECORE_CRYPTO" == "SSL" ]; then + depends SSL "--enable-openssl --disable-gnutls" fi diff --git a/e-17/ecore/HISTORY b/e-17/ecore/HISTORY index 554b75b0be..2144f09f1d 100644 --- a/e-17/ecore/HISTORY +++ b/e-17/ecore/HISTORY @@ -1,3 +1,8 @@ +2014-08-19 Treeve Jelbert + * DEPENDS: openssl => SSL + + * SUB_DEPENDS, PRE_SUB_DEPENDS: openssl => SSL + 2013-07-30 Eric Sandall * DETAILS: Updated to 1.7.8 -- cgit v1.2.3 From c4fc9ecd986b278df00910035d8c3e36c335f635 Mon Sep 17 00:00:00 2001 From: Treeve Jelbert Date: Tue, 19 Aug 2014 13:43:41 +0200 Subject: eet: depends SSL --- e-17/eet/DEPENDS | 6 +++--- e-17/eet/HISTORY | 3 +++ 2 files changed, 6 insertions(+), 3 deletions(-) (limited to 'e-17') diff --git a/e-17/eet/DEPENDS b/e-17/eet/DEPENDS index c5afa2cbf6..d155ca762d 100755 --- a/e-17/eet/DEPENDS +++ b/e-17/eet/DEPENDS @@ -4,8 +4,8 @@ depends zlib && depends libgcrypt && if [ "$EET_CRYPTO" == "gnutls" ]; then - depends gnutls "--enable-gnutls --disable-openssl --enable-cipher --enable-signature" -elif [ "$EET_CRYPTO" == "openssl" ]; then - depends openssl "--enable-openssl --disable-gnutls --enable-cipher --enable-signature" + depends gnutls "--enable-gnutls --disable-SSL --enable-cipher --enable-signature" +elif [ "$EET_CRYPTO" == "SSL" ]; then + depends SSL "--enable-openssl --disable-gnutls --enable-cipher --enable-signature" fi diff --git a/e-17/eet/HISTORY b/e-17/eet/HISTORY index 274abaee4d..219c1c33a5 100644 --- a/e-17/eet/HISTORY +++ b/e-17/eet/HISTORY @@ -1,3 +1,6 @@ +2014-08-19 Treeve Jelbert + * DEPENDS: openssl => SSL + 2013-07-30 Eric Sandall * DETAILS: Updated to 1.7.8 -- cgit v1.2.3 From 80f1e3e6391f0d3ed19ed965932c0febed9f8e53 Mon Sep 17 00:00:00 2001 From: Thomas Orgis Date: Sun, 24 Aug 2014 16:27:10 +0200 Subject: ecore: bump to 1.7.10 --- e-17/ecore/DETAILS | 6 +++--- e-17/ecore/HISTORY | 3 +++ e-17/ecore/ecore-1.7.8.tar.bz2.sig | Bin 287 -> 0 bytes 3 files changed, 6 insertions(+), 3 deletions(-) delete mode 100644 e-17/ecore/ecore-1.7.8.tar.bz2.sig (limited to 'e-17') diff --git a/e-17/ecore/DETAILS b/e-17/ecore/DETAILS index 391bf72621..97af11a171 100755 --- a/e-17/ecore/DETAILS +++ b/e-17/ecore/DETAILS @@ -1,10 +1,10 @@ SPELL=ecore - VERSION=1.7.8 + VERSION=1.7.10 SOURCE=$SPELL-$VERSION.tar.bz2 - SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME" +# SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME" SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION SOURCE_URL[0]=http://download.enlightenment.org/releases/$SOURCE -# SOURCE_HASH=sha512:e4739f43abbbce8e78ad739fab9cedb1a6bcf1684958a17b5490f3b7fe00ae90177d26365d43d10708d3a31bfb255991f7be72442f8101840f8cbac8de842cb5 + SOURCE_HASH=sha512:24fbe064913c566f885a2e51185b1f1d37c62c0d03ba0d549e9715ba516fb6b3f630ad331f89f66e91de1401b06b01b16916650448dda11d5e1efa24e52eaf39 LICENSE[0]=BSD WEB_SITE=http://enlightenment.org/Libraries/Ecore/ ENTERED=20011101 diff --git a/e-17/ecore/HISTORY b/e-17/ecore/HISTORY index 2144f09f1d..f5282c0be6 100644 --- a/e-17/ecore/HISTORY +++ b/e-17/ecore/HISTORY @@ -1,3 +1,6 @@ +2014-08-24 Thomas Orgis + * DETAILS: Updated to 1.7.10 (removed guru sig) + 2014-08-19 Treeve Jelbert * DEPENDS: openssl => SSL diff --git a/e-17/ecore/ecore-1.7.8.tar.bz2.sig b/e-17/ecore/ecore-1.7.8.tar.bz2.sig deleted file mode 100644 index 34f05812ed..0000000000 Binary files a/e-17/ecore/ecore-1.7.8.tar.bz2.sig and /dev/null differ -- cgit v1.2.3 From ec0fab8b29ad0d3e3e7c6c3857aa57c3ea94e5c9 Mon Sep 17 00:00:00 2001 From: Thomas Orgis Date: Sun, 24 Aug 2014 16:28:29 +0200 Subject: eina: bump to 1.7.10 --- e-17/eina/DETAILS | 6 +++--- e-17/eina/HISTORY | 3 +++ e-17/eina/eina-1.7.8.tar.bz2.sig | Bin 287 -> 0 bytes 3 files changed, 6 insertions(+), 3 deletions(-) delete mode 100644 e-17/eina/eina-1.7.8.tar.bz2.sig (limited to 'e-17') diff --git a/e-17/eina/DETAILS b/e-17/eina/DETAILS index ada4cf1a0e..6942279c2c 100755 --- a/e-17/eina/DETAILS +++ b/e-17/eina/DETAILS @@ -1,10 +1,10 @@ SPELL=eina - VERSION=1.7.8 + VERSION=1.7.10 SOURCE=$SPELL-$VERSION.tar.bz2 - SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME" +# SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME" SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION SOURCE_URL[0]=http://download.enlightenment.org/releases/$SOURCE -# SOURCE_HASH=sha512:eaf690cc11a38b19b4ee04475907143c5ac8d9c1c0ba34b8c20d3be535f67dc699edd99d36b4db8e2de5ac9acf6df1f7eace2b8925ce4367d3fecbecef319a53 + SOURCE_HASH=sha512:c1195ec9f2cd79777912ba3c8b6e69a206d035c9a7f2c38762c18e3c86ec43d52f020e4dd8d0ea0c9b580aff9707cede909412260ac6d23796ddbd78eb8e280e LICENSE[0]=LGPL WEB_SITE=http://trac.enlightenment.org/e/wiki/Eina ENTERED=20081013 diff --git a/e-17/eina/HISTORY b/e-17/eina/HISTORY index c141be68db..19ca3ab505 100644 --- a/e-17/eina/HISTORY +++ b/e-17/eina/HISTORY @@ -1,3 +1,6 @@ +2014-08-24 Thomas Orgis + * DETAILS: Updated to 1.7.10 (removed guru sig) + 2013-07-30 Eric Sandall * DETAILS: Updated to 1.7.8 diff --git a/e-17/eina/eina-1.7.8.tar.bz2.sig b/e-17/eina/eina-1.7.8.tar.bz2.sig deleted file mode 100644 index 97dfed69ed..0000000000 Binary files a/e-17/eina/eina-1.7.8.tar.bz2.sig and /dev/null differ -- cgit v1.2.3