From c8b100522d3f5be82919df740e6b6579c73a0480 Mon Sep 17 00:00:00 2001 From: Andraž Levstik Date: Wed, 31 Oct 2007 08:38:21 +0100 Subject: dovecot: updated managesieve patch --- mail/dovecot/DETAILS | 7 ++++--- mail/dovecot/HISTORY | 3 +++ 2 files changed, 7 insertions(+), 3 deletions(-) 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 + * DETAILS: updated patch to 1.0.7 v8 + 2007-10-29 Andraž "ruskie" Levstik * DETAILS: updated spell to 1.0.7 -- cgit v1.2.3 From 4864ea80b4e67b0db6f35e850906904fa4cc417a Mon Sep 17 00:00:00 2001 From: Andraž Levstik Date: Wed, 31 Oct 2007 09:44:39 +0100 Subject: alpine: minor cleanup of BUILD and moving stuff to DEPENDS --- mail/alpine/BUILD | 13 +------------ mail/alpine/DEPENDS | 21 +++++++++++++++------ mail/alpine/HISTORY | 4 ++++ 3 files changed, 20 insertions(+), 18 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 + * BUILD: removed the unnecessary ssl stuff + * DEPENDS: added more opts to the ssl stuff + 2007-10-30 Elisamuel Resto * BUILD, CONFIGURE, DEPENDS, DETAILS: spell created from current c-client spell. -- cgit v1.2.3 From 05c3de84721eca1dd841f71c707d6392e0073f86 Mon Sep 17 00:00:00 2001 From: Andraž Levstik Date: Wed, 31 Oct 2007 15:02:08 +0100 Subject: tor: update devel and stable --- net/tor/DETAILS | 10 +++++----- net/tor/HISTORY | 5 +++++ 2 files changed, 10 insertions(+), 5 deletions(-) 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 + * 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 * DETAILS: updated TOR_DEVEL=y to 0.2.0.6-alpha SECURITY_PATCH++ -- cgit v1.2.3