FS#1792 - Add SSL support to fetchmail

Attached to Project: Arch Linux
Opened by Simo Leone (neotuli) - Wednesday, 17 November 2004, 00:12 GMT
Task Type Feature Request
Category Packages: Current
Status Closed
Assigned To No-one
Architecture not specified
Severity Low
Priority Normal
Reported Version 0.7 Wombat
Due in Version Undecided
Due Date Undecided
Percent Complete 0%
Votes 0
Private No

Details

It would be nice if fetchmail had ssl support, seeing as the new gmail pop3 requires ssl, I would foresee this as becoming a feature more sought after. Below is my patch against cvs revision 1.22 of the PKGBUILD.

--- PKGBUILD 2004-11-16 18:00:39.000000000 -0600
+++ PKGBUILD.new 2004-11-16 17:28:54.000000000 -0600
@@ -10,7 +10,7 @@

build() {
cd $startdir/src/$pkgname-$pkgver
- ./configure --prefix=/usr
+ ./configure --prefix=/usr --with-ssl=/usr/lib
make || return 1
make DESTDIR=$startdir/pkg install
}

Looking forward to see this supported, thanks.
This task depends upon

Closed by  dorphell (dorphell)
Thursday, 06 January 2005, 06:57 GMT
Reason for closing:  Not a bug
Additional comments about closing:  PKGBUILD seems to have SSL support already

Loading...