summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmail/alpine/BUILD13
-rwxr-xr-xmail/alpine/DEPENDS21
-rw-r--r--mail/alpine/HISTORY4
-rwxr-xr-xmail/dovecot/DETAILS7
-rw-r--r--mail/dovecot/HISTORY3
-rwxr-xr-xnet/tor/DETAILS10
-rw-r--r--net/tor/HISTORY5
7 files changed, 37 insertions, 26 deletions
diff --git a/mail/alpine/BUILD b/mail/alpine/BUILD
index 9447ed2231..6ddf11bd87 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 7c15b663c8..9840edd561 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 147ac10495..fcb18204f0 100644
--- a/mail/alpine/HISTORY
+++ b/mail/alpine/HISTORY
@@ -1,2 +1,6 @@
+2007-10-31 Andraž "ruskie" Levstik <ruskie@mages.ath.cx>
+ * BUILD: removed the unnecessary ssl stuff
+ * DEPENDS: added more opts to the ssl stuff
+
2007-10-30 Elisamuel Resto <ryuji@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 8c34ece6d6..471d76091f 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 9026a99f4a..bf80cadc2e 100644
--- a/mail/dovecot/HISTORY
+++ b/mail/dovecot/HISTORY
@@ -1,3 +1,6 @@
+2007-10-31 Andraž "ruskie" Levstik <ruskie@mages.ath.cx>
+ * DETAILS: updated patch to 1.0.7 v8
+
2007-10-29 Andraž "ruskie" Levstik <ruskie@mages.ath.cx>
* DETAILS: updated spell to 1.0.7
diff --git a/net/tor/DETAILS b/net/tor/DETAILS
index f743fd5248..79da9c08fd 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 c2111f3468..88e2d34c62 100644
--- a/net/tor/HISTORY
+++ b/net/tor/HISTORY
@@ -1,3 +1,8 @@
+2007-10-31 Andraž "ruskie" Levstik <ruskie@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@mages.ath.cx>
* DETAILS: updated TOR_DEVEL=y to 0.2.0.6-alpha
SECURITY_PATCH++