diff options
author | Chris Larson <clarson@kergoth.com> | 2004-08-06 00:31:57 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-08-06 00:31:57 +0000 |
commit | 50fff50cf240a7639f4d8377a13ffd684dd6710e (patch) | |
tree | 013899230106ecc262d6678a53133e0479c65ccb /cyrus-sasl | |
parent | c42c34733d43c429dff3ddfee739add3ed592bf1 (diff) |
Merge openembedded@openembedded.bkbits.net:packages
into handhelds.org:/home/kergoth/code/projects/packages
2004/08/05 19:30:39-05:00 handhelds.org!kergoth
Fix some DEPENDS.
2004/08/05 19:24:27-05:00 handhelds.org!kergoth
Update the gcc 3.4.1 uclibc patches.
2004/08/05 19:21:54-05:00 handhelds.org!kergoth
Correct urls to old versions of cyrus-sasl.
2004/08/05 19:15:55-05:00 handhelds.org!kergoth
Make the uclibc builds pull down some pregenerated locale data for ARM, which was given us by David Meggy.
BKrev: 4112d17dNUTpR1zZlxzIcY9nS5DtVw
Diffstat (limited to 'cyrus-sasl')
-rw-r--r-- | cyrus-sasl/cyrus-sasl_2.1.17.oe | 2 | ||||
-rw-r--r-- | cyrus-sasl/cyrus-sasl_2.1.18.oe | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cyrus-sasl/cyrus-sasl_2.1.17.oe b/cyrus-sasl/cyrus-sasl_2.1.17.oe index e5483251e5..fd73b35d71 100644 --- a/cyrus-sasl/cyrus-sasl_2.1.17.oe +++ b/cyrus-sasl/cyrus-sasl_2.1.17.oe @@ -1,7 +1,7 @@ DEPENDS = "db3" DESCRIPTION = "Generic client/server library for SASL authentication." -SRC_URI = "ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/cyrus-sasl-${PV}.tar.gz \ +SRC_URI = "ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/OLD-VERSIONS/cyrus-sasl-${PV}.tar.gz \ file://configure.patch;patch=1" inherit autotools diff --git a/cyrus-sasl/cyrus-sasl_2.1.18.oe b/cyrus-sasl/cyrus-sasl_2.1.18.oe index 529218ee68..048b6a43df 100644 --- a/cyrus-sasl/cyrus-sasl_2.1.18.oe +++ b/cyrus-sasl/cyrus-sasl_2.1.18.oe @@ -1,7 +1,7 @@ DEPENDS = "db3" DESCRIPTION = "Generic client/server library for SASL authentication." -SRC_URI = "ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/cyrus-sasl-${PV}.tar.gz" +SRC_URI = "ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/OLD-VERSIONS/cyrus-sasl-${PV}.tar.gz" inherit autotools |