Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel-glibc grimoire by Andraž Levstik (f2675174977a5e0b91eccd7d1db22b32c6024c58)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Andraž Levstik <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to devel-glibc grimoire by Andraž Levstik (f2675174977a5e0b91eccd7d1db22b32c6024c58)
  • Date: Wed, 31 Oct 2007 09:05:08 -0500

GIT changes to devel-glibc grimoire by Andraž Levstik <ruskie AT mages.ath.cx>:

mail/alpine/BUILD | 13 +------------
mail/alpine/DEPENDS | 21 +++++++++++++++------
mail/alpine/HISTORY | 4 ++++
mail/dovecot/DETAILS | 7 ++++---
mail/dovecot/HISTORY | 3 +++
net/tor/DETAILS | 10 +++++-----
net/tor/HISTORY | 5 +++++
7 files changed, 37 insertions(+), 26 deletions(-)

New commits:
commit 05c3de84721eca1dd841f71c707d6392e0073f86
Author: Andraž Levstik <ruskie AT mages.ath.cx>
Commit: Andraž Levstik <ruskie AT mages.ath.cx>

tor: update devel and stable

commit 4864ea80b4e67b0db6f35e850906904fa4cc417a
Author: Andraž Levstik <ruskie AT mages.ath.cx>
Commit: Andraž Levstik <ruskie AT mages.ath.cx>

alpine: minor cleanup of BUILD and moving stuff to DEPENDS

commit c8b100522d3f5be82919df740e6b6579c73a0480
Author: Andraž Levstik <ruskie AT mages.ath.cx>
Commit: Andraž Levstik <ruskie AT mages.ath.cx>

dovecot: updated managesieve patch

diff --git a/mail/alpine/BUILD b/mail/alpine/BUILD
index 9447ed2..6ddf11b 100755
--- a/mail/alpine/BUILD
+++ b/mail/alpine/BUILD
@@ -1,13 +1,2 @@
-if echo $OPTS | grep -q with-ssl; then
- message "${MESSAGE_COLOR}Building with OpenSSL...${DEFAULT_COLOR}" &&
- ALPINE_OPTS="${ALPINE_OPTS} \
- --with-ssl-dir=$INSTALL_ROOT/usr \
- --with-ssl-certs-dir=$INSTALL_ROOT/etc/ssl/certs \
- --with-ssl-include-dir=$INSTALL_ROOT/usr/include/openssl \
- --with-ssl-lib-dir=$INSTALL_ROOT/usr/lib"
-else
- message "${MESSAGE_COLOR}Building without OpenSSL...${DEFAULT_COLOR}"
-fi &&
-
-OPTS="${OPTS} --with-system-pinerc=/etc/pinerc --with-c-client-target=slx
${ALPINE_OPTS}" &&
+OPTS="--with-system-pinerc=/etc/pinerc --with-c-client-target=slx
${ALPINE_OPTS} $OPTS" &&
default_build
diff --git a/mail/alpine/DEPENDS b/mail/alpine/DEPENDS
index 7c15b66..9840edd 100755
--- a/mail/alpine/DEPENDS
+++ b/mail/alpine/DEPENDS
@@ -1,14 +1,23 @@
depends MAIL-TRANSPORT-AGENT &&

-optional_depends openssl '--with-ssl-dir' '--without-ssl'
\
- 'for SSL/TLS support'
&&
+optional_depends openssl \
+ "--with-ssl-dir=$INSTALL_ROOT/usr \
+ --with-ssl-certs-dir=$INSTALL_ROOT/etc/ssl/certs \
+ --with-ssl-include-dir=$INSTALL_ROOT/usr/include/openssl \
+ --with-ssl-lib-dir=$INSTALL_ROOT/usr/lib" \
+ "--without-ssl" \
+ "for SSL/TLS support" &&

# it doesn't detect TCL as much as i have tried
#optional_depends tcl '--with-tcl-lib' '--without-tcl'
\
# 'for Web Alpine support'
&&

-optional_depends openldap '--with-ldap-dir' '--without-ldap'
\
- 'for LDAP support'
&&
+optional_depends openldap \
+ '--with-ldap-dir' \
+ '--without-ldap' \
+ 'for LDAP support' &&

-optional_depends krb5 '--with-krb5-dir' '--without-krb5'
\
- 'for Kerberos support'
+optional_depends krb5 \
+ '--with-krb5-dir' \
+ '--without-krb5' \
+ 'for Kerberos support'
diff --git a/mail/alpine/HISTORY b/mail/alpine/HISTORY
index 147ac10..fcb1820 100644
--- a/mail/alpine/HISTORY
+++ b/mail/alpine/HISTORY
@@ -1,2 +1,6 @@
+2007-10-31 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * BUILD: removed the unnecessary ssl stuff
+ * DEPENDS: added more opts to the ssl stuff
+
2007-10-30 Elisamuel Resto <ryuji AT mages.ath.cx>
* BUILD, CONFIGURE, DEPENDS, DETAILS: spell created from current
c-client spell.
diff --git a/mail/dovecot/DETAILS b/mail/dovecot/DETAILS
index 8c34ece..471d760 100755
--- a/mail/dovecot/DETAILS
+++ b/mail/dovecot/DETAILS
@@ -15,9 +15,10 @@ if [[ "$DOVECOT_EXT_LDA" == "y" ]]; then
SOURCE4_IGNORE=signature
SOURCE3_GPG="dovecot.gpg:${SOURCE4}:UPSTREAM_KEY"
if [[ "$DOVECOT_MANAGESIEVE" == "y" ]]; then
- VERSION3=1.0.3
- VERSION4=v7
-
SOURCE5_HASH=sha512:924176a6e41902721d187fa37107d71b487895beb59b3b433de6dcd42e4396c0e39ab5d685bbe0b7bfdb54591bdbef1566f398e79b1819f7c67829e170d83ec4
+ VERSION3=1.0.7
+ VERSION4=v8
+
SOURCE5_HASH=sha512:ffb98f3b18cee9ebef00d0762e4e3b4946b9f511a8910451c28e542883a6ec2f897033b5e64a337227fceefd33f28a8c8155b90eb2913508702cf85f68a1d974
+ PATCHLEVEL=1
SOURCE5=$SPELL-$VERSION3-MANAGESIEVE-$VERSION4.diff.gz
SOURCE5_URL[0]=http://sinas.rename-it.nl/~sirius/$SOURCE5
fi
diff --git a/mail/dovecot/HISTORY b/mail/dovecot/HISTORY
index 9026a99..bf80cad 100644
--- a/mail/dovecot/HISTORY
+++ b/mail/dovecot/HISTORY
@@ -1,3 +1,6 @@
+2007-10-31 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DETAILS: updated patch to 1.0.7 v8
+
2007-10-29 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* DETAILS: updated spell to 1.0.7

diff --git a/net/tor/DETAILS b/net/tor/DETAILS
index f743fd5..79da9c0 100755
--- a/net/tor/DETAILS
+++ b/net/tor/DETAILS
@@ -1,19 +1,19 @@
SPELL=tor

if [ "$TOR_DEVEL" == "y" ]; then
- VERSION=0.2.0.6-alpha
+ VERSION=0.2.0.9-alpha
SECURITY_PATCH=2
SOURCE=$SPELL-$VERSION.tar.gz
- SOURCE_URL[0]=http://tor.eff.org/dist/$SOURCE
+ SOURCE_URL[0]=http://www.torproject.org/dist/$SOURCE
SOURCE2=$SOURCE.asc
SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
SOURCE_GPG=28988BF5.gpg:$SOURCE2:UPSTREAM_KEY
SOURCE2_IGNORE=signature
else
- VERSION=0.1.2.17
+ VERSION=0.1.2.18
SECURITY_PATCH=2
SOURCE=$SPELL-$VERSION.tar.gz
- SOURCE_URL[0]=http://tor.eff.org/dist/$SOURCE
+ SOURCE_URL[0]=http://www.torproject.org/dist/$SOURCE
SOURCE2=$SOURCE.asc
SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
SOURCE_GPG=28988BF5.gpg:$SOURCE2:UPSTREAM_KEY
@@ -22,7 +22,7 @@ fi

SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
LICENSE[0]=BSD
- WEB_SITE=http://tor.eff.org/
+ WEB_SITE=http://www.torproject.org/
ENTERED=20050415
KEYWORDS="net"
SHORT="An anonymous Internet communication system"
diff --git a/net/tor/HISTORY b/net/tor/HISTORY
index c2111f3..88e2d34 100644
--- a/net/tor/HISTORY
+++ b/net/tor/HISTORY
@@ -1,3 +1,8 @@
+2007-10-31 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DETAILS: updated TOR_DEVEL=n to 0.1.2.18
+ updated TOR_DEVEL=y to 0.2.0.9-alpha
+ URLS are now torproject
+
2007-09-01 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* DETAILS: updated TOR_DEVEL=y to 0.2.0.6-alpha
SECURITY_PATCH++



  • [SM-Commit] GIT changes to devel-glibc grimoire by Andraž Levstik (f2675174977a5e0b91eccd7d1db22b32c6024c58), Andraž Levstik, 10/31/2007

Archive powered by MHonArc 2.6.24.

Top of Page