Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (cd8f60ebcc7579231038e433e581b2484f258447)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (cd8f60ebcc7579231038e433e581b2484f258447)
  • Date: Fri, 3 Oct 2014 04:07:09 -0500

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

libs/gettext/DEPENDS | 2 +-
libs/gettext/HISTORY | 3 +++
printer/cups/CONFIGURE | 2 --
printer/cups/DEPENDS | 6 +-----
printer/cups/DETAILS | 4 ++--
printer/cups/HISTORY | 4 ++++
6 files changed, 11 insertions(+), 10 deletions(-)

New commits:
commit cd8f60ebcc7579231038e433e581b2484f258447
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

gettext - fox typo

commit ff79f3676747832e25c5f1ffa609f9b6faa441aa
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

cups: => 2.0.0

diff --git a/libs/gettext/DEPENDS b/libs/gettext/DEPENDS
index 31dc595..86d239d 100755
--- a/libs/gettext/DEPENDS
+++ b/libs/gettext/DEPENDS
@@ -2,7 +2,7 @@ depends gnupg &&
depends smgl-fhs &&

optional_depends libxml2 "" "--with-included-libxml" "use system libxml2" &&
-if is_depends enabled $SPELL libxml2;then
+if is_depends_enabled $SPELL libxml2;then
if is_depends_enabled libxml2 icu;then
depends icu
fi
diff --git a/libs/gettext/HISTORY b/libs/gettext/HISTORY
index fcd1bc7..2e74002 100644
--- a/libs/gettext/HISTORY
+++ b/libs/gettext/HISTORY
@@ -1,3 +1,6 @@
+2014-10-03 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: fix typo
+
2014-09-27 Treeve Jelbert <treeve AT sourcemage.org>
* DEPENDS: icu is only needed if libxmls2 uses it

diff --git a/printer/cups/CONFIGURE b/printer/cups/CONFIGURE
index 4a0a367..8d83457 100755
--- a/printer/cups/CONFIGURE
+++ b/printer/cups/CONFIGURE
@@ -7,8 +7,6 @@ if [[ $EXTRA_LANG == y ]]; then
all de es fr ja pl sv
fi &&

-config_query_list CUPS_SSL "Which SSL backend do you want for https and
ftps?" none gnutls SSL &&
-
config_query_option CUPS_OPTS \
"Do you want to enable raw printing" \
n \
diff --git a/printer/cups/DEPENDS b/printer/cups/DEPENDS
index 67dee1b..5288e1b 100755
--- a/printer/cups/DEPENDS
+++ b/printer/cups/DEPENDS
@@ -41,11 +41,7 @@ optional_depends "linux-pam" \
"--disable-pam" \
"for pluggable authentication" &&

-case $CUPS_SSL in
- gnutls) depends gnutls "--enable-gnutls --disable-openssl" ;;
- SSL) depends SSL "--enable-openssl --disable-gnutls" ;;
- none) OPTS+=" --disable-ssl " ;;
-esac &&
+optional_depends gnutls "--enable-gnutls --disable-openssl" 'security' &&

optional_depends "acl" \
"" \
diff --git a/printer/cups/DETAILS b/printer/cups/DETAILS
index 9b92f66..0a1429e 100755
--- a/printer/cups/DETAILS
+++ b/printer/cups/DETAILS
@@ -3,8 +3,8 @@
# VERSION=1.4.3
# SOURCE_HASH=sha512:
#else
- VERSION=1.7.5
-
SOURCE_HASH=sha512:fe446b3d904539d744d3fa24f3ced2549ef9dfea8c805f1602eb71d03e19c2f06edaacf51f148e8216207af0c901f7d956c855f49b13b01112b01c9c45b75b9d
+ VERSION=2.0.0
+
SOURCE_HASH=sha512:d6b3f3ef786c477914678825cff68c96d8e3457fdf8742e65f444312e8b9da44b44a5a91b09b855011a2abb4b16b3351d5dfd649ddb9e98d17bec849c9908d33
SECURITY_PATCH=7
#fi
SOURCE=$SPELL-$VERSION-source.tar.bz2
diff --git a/printer/cups/HISTORY b/printer/cups/HISTORY
index f95133c..579b740 100644
--- a/printer/cups/HISTORY
+++ b/printer/cups/HISTORY
@@ -1,3 +1,7 @@
+2014-10-02 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2.0.0
+ * DEPENDS, CONFIGURE: openssl is no longer supported
+
2014-09-02 Treeve Jelbert <treeve AT sourcemage.org>
* DEPENDS: add krb5
* FINAL: specify default_final



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (cd8f60ebcc7579231038e433e581b2484f258447), Treeve Jelbert, 10/03/2014

Archive powered by MHonArc 2.6.24.

Top of Page