~alpine/devel

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
2 2

[alpine-devel] [PATCH] main/msmtp: add openssl for TLS support

Details
Message ID
<1408974859-5128-1-git-send-email-pnutzh4x0r@gmail.com>
Sender timestamp
1408974858
DKIM signature
missing
Download raw message
I'd like to use TLS with msmtp, so I added openssl as a dependency and added
the appropriate configure flag.



---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---
Details
Message ID
<1408974859-5128-2-git-send-email-pnutzh4x0r@gmail.com>
In-Reply-To
<1408974859-5128-1-git-send-email-pnutzh4x0r@gmail.com> (view parent)
Sender timestamp
1408974859
DKIM signature
missing
Download raw message
Patch: +3 -2
---
 main/msmtp/APKBUILD | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/main/msmtp/APKBUILD b/main/msmtp/APKBUILD
index 9a3ca27..e07448f 100644
--- a/main/msmtp/APKBUILD
+++ b/main/msmtp/APKBUILD
@@ -2,13 +2,13 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=msmtp
pkgver=1.4.32
pkgrel=0
pkgrel=1
pkgdesc="SMTP client with a sendmail compatible interface"
url="http://msmtp.sourceforge.net/"
arch="all"
license="GPLv3+"
depends=
makedepends=
makedepends="openssl-dev"
install=
subpackages="$pkgname-doc"
source="http://downloads.sourceforge.net/project/msmtp/msmtp/$pkgver/msmtp-$pkgver.tar.bz2"
@@ -34,6 +34,7 @@ build() {
		--mandir=/usr/share/man \
		--infodir=/usr/share/info \
		--localstatedir=/var \
		--with-ssl=openssl \
		|| return 1
	make || return 1
}
-- 
2.1.0



---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---
Natanael Copa <ncopa@alpinelinux.org>
Details
Message ID
<20140826081911.5793ea5b@ncopa-desktop.alpinelinux.org>
In-Reply-To
<1408974859-5128-2-git-send-email-pnutzh4x0r@gmail.com> (view parent)
Sender timestamp
1409033951
DKIM signature
missing
Download raw message
On Mon, 25 Aug 2014 08:54:19 -0500
Peter Bui <pnutzh4x0r@gmail.com> wrote:

> ---
>  main/msmtp/APKBUILD | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)

applied. thanks!

-nc


---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)