From patchwork Mon Jul 27 22:52:36 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 500881 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id DB374140AF3 for ; Tue, 28 Jul 2015 08:52:54 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=zacarias.com.ar header.i=@zacarias.com.ar header.b=j94qt7i3; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 0F00A919BE; Mon, 27 Jul 2015 22:52:54 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 69z6315Le+Pg; Mon, 27 Jul 2015 22:52:53 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id D6CAA919D8; Mon, 27 Jul 2015 22:52:52 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id B0E0E1C226A for ; Mon, 27 Jul 2015 22:52:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id ABD08919D8 for ; Mon, 27 Jul 2015 22:52:50 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id x1suXTCrXmdD for ; Mon, 27 Jul 2015 22:52:49 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from www.zacarias.com.ar (www.zacarias.com.ar [176.9.42.171]) by whitealder.osuosl.org (Postfix) with ESMTPS id 7EAFE919BE for ; Mon, 27 Jul 2015 22:52:49 +0000 (UTC) Received: from asgard (cpe-186-22-136-136.telecentro-reversos.com.ar [186.22.136.136] (may be forged)) (authenticated bits=0) by www.zacarias.com.ar (8.15.1/8.15.1) with ESMTPSA id t6RMqfQd032600 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 27 Jul 2015 22:52:45 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1438037567; bh=Dkc39sQ42Y7KRqn+iu/iNDjVdZfJuTljoqcptDnB9E4=; h=From:To:Cc:Subject:Date; b=j94qt7i3ZhtrKmycpBxuNIwPZLGKQCkVm+6lcKiH2kHAoLUuZ/vjGgMrGpPpTPASp cDb09cxqZm6Mpmo3CtfI9VknUa2AQrH+k+HLSa2YxC/VQO/mWry3LkHhaNmr+WbWhI eEvH203wkB1meg9FichUSu5FL4E0CeLTeleMiwWI= Received: by asgard (sSMTP sendmail emulation); Mon, 27 Jul 2015 19:52:36 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Mon, 27 Jul 2015 19:52:36 -0300 Message-Id: <1438037556-19393-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 2.3.6 X-Virus-Scanned: clamav-milter 0.98.7 at www X-Virus-Status: Clean Subject: [Buildroot] [PATCH] pure-ftpd: bump to version 1.0.42 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" bzero patch upstream so drop it. Signed-off-by: Gustavo Zacarias --- ...x-building-in-case-of-HAVE_EXPLICIT_BZERO.patch | 40 ---------------------- package/pure-ftpd/pure-ftpd.hash | 2 +- package/pure-ftpd/pure-ftpd.mk | 2 +- 3 files changed, 2 insertions(+), 42 deletions(-) delete mode 100644 package/pure-ftpd/0002-Fix-building-in-case-of-HAVE_EXPLICIT_BZERO.patch diff --git a/package/pure-ftpd/0002-Fix-building-in-case-of-HAVE_EXPLICIT_BZERO.patch b/package/pure-ftpd/0002-Fix-building-in-case-of-HAVE_EXPLICIT_BZERO.patch deleted file mode 100644 index 8117f88..0000000 --- a/package/pure-ftpd/0002-Fix-building-in-case-of-HAVE_EXPLICIT_BZERO.patch +++ /dev/null @@ -1,40 +0,0 @@ -From f70c363b633229368ed352ce4f599da033cbbdf1 Mon Sep 17 00:00:00 2001 -From: Alexey Brodkin -Date: Thu, 9 Jul 2015 09:38:25 +0300 -Subject: [PATCH] Fix building in case of HAVE_EXPLICIT_BZERO - -Currently if toolchain has implementation of explicit_bzero() and so -HAVE_EXPLICIT_BZERO gets defined during configuration compilation will -fail that way: ------------------------------------->8------------------------------ -utils.c: In function 'pure_memzero': -utils.c:49:1: error: expected declaration or statement at end of input - } - ^ ------------------------------------->8------------------------------ - -That happens because closing "#endif" is put 1 line below than really -meant. - -Signed-off-by: Alexey Brodkin ---- - src/utils.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/utils.c b/src/utils.c -index 228a8dc..f41492d 100644 ---- a/src/utils.c -+++ b/src/utils.c -@@ -25,8 +25,8 @@ void pure_memzero(void * const pnt, const size_t len) - while (i < len) { - pnt_[i++] = 0U; - } --} - # endif -+} - - int pure_memcmp(const void * const b1_, const void * const b2_, size_t len) - { --- -2.4.3 - diff --git a/package/pure-ftpd/pure-ftpd.hash b/package/pure-ftpd/pure-ftpd.hash index d1f812e..6996290 100644 --- a/package/pure-ftpd/pure-ftpd.hash +++ b/package/pure-ftpd/pure-ftpd.hash @@ -1,2 +1,2 @@ # Locally calculated after checking pgp signature -sha256 1d48f650f366b8151d86b86c79f4bb874e95143bdac0e767038eda832d28a010 pure-ftpd-1.0.41.tar.bz2 +sha256 efd11295998453e31dbeef9159624beabbac2643a338134ae8c2ef529aa2ec10 pure-ftpd-1.0.42.tar.bz2 diff --git a/package/pure-ftpd/pure-ftpd.mk b/package/pure-ftpd/pure-ftpd.mk index b49f047..aa65e9e 100644 --- a/package/pure-ftpd/pure-ftpd.mk +++ b/package/pure-ftpd/pure-ftpd.mk @@ -4,7 +4,7 @@ # ################################################################################ -PURE_FTPD_VERSION = 1.0.41 +PURE_FTPD_VERSION = 1.0.42 PURE_FTPD_SITE = http://download.pureftpd.org/pub/pure-ftpd/releases PURE_FTPD_SOURCE = pure-ftpd-$(PURE_FTPD_VERSION).tar.bz2 PURE_FTPD_LICENSE = ISC