From ee29c0d7445918c7edd81b5dcfb46210e2451bff Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Tue, 2 Jun 2015 09:02:37 +0200 Subject: [PATCH 1/2] vsftpd: bump PAK_VER to fix link angainst new openssl. fixes: 10866 --- lfs/vsftpd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/vsftpd b/lfs/vsftpd index f3e74a00e..7284be961 100644 --- a/lfs/vsftpd +++ b/lfs/vsftpd @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = vsftpd -PAK_VER = 7 +PAK_VER = 8 DEPS = "" From 65712deca2d3dc3d9f94b1434446a617f107403a Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Tue, 2 Jun 2015 09:09:20 +0200 Subject: [PATCH 2/2] postfix: bump PAK_VER to fix link against new openssl. fixes: #10864 --- lfs/postfix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/postfix b/lfs/postfix index 77c6dd0e4..fd332537a 100644 --- a/lfs/postfix +++ b/lfs/postfix @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = postfix -PAK_VER = 7 +PAK_VER = 8 DEPS = "amavisd mysql"