From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 25 18:30:10 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 14AC110656E1 for ; Wed, 25 Jun 2008 18:30:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E98FA8FC1D for ; Wed, 25 Jun 2008 18:30:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m5PIU9Nq011797 for ; Wed, 25 Jun 2008 18:30:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m5PIU9RO011794; Wed, 25 Jun 2008 18:30:09 GMT (envelope-from gnats) Resent-Date: Wed, 25 Jun 2008 18:30:09 GMT Resent-Message-Id: <200806251830.m5PIU9RO011794@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ganael Laplanche Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 37372106566C for ; Wed, 25 Jun 2008 18:27:07 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 2A46A8FC1A for ; Wed, 25 Jun 2008 18:27:07 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m5PIR6Nt090443 for ; Wed, 25 Jun 2008 18:27:06 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m5PIR6fC090442; Wed, 25 Jun 2008 18:27:06 GMT (envelope-from nobody) Message-Id: <200806251827.m5PIR6fC090442@www.freebsd.org> Date: Wed, 25 Jun 2008 18:27:06 GMT From: Ganael Laplanche To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/124986: Port update: security/fakeroot - Update to v1.9.5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Jun 2008 18:30:10 -0000 >Number: 124986 >Category: ports >Synopsis: Port update: security/fakeroot - Update to v1.9.5 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Jun 25 18:30:09 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Ganael Laplanche >Release: 8.0-CURRENT >Organization: http://contribs.martymac.com >Environment: FreeBSD home.martymac.com 8.0-CURRENT FreeBSD 8.0-CURRENT #18: Wed Jun 11 21:03:42 CEST 2008 root@home.martymac.com:/usr/obj/usr/src/sys/MYKERNEL amd64 >Description: This patch updates security/fakeroot to v1.9.5. This new version integrates a small patch I have submitted upstream : (from changelog) fakeroot (1.9.5) unstable; urgency=low * configure.ac: patch from Ganael LAPLANCHE to fix typo in detection of xmknodat's fifth argument. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -aurN fakeroot.orig/Makefile fakeroot/Makefile --- fakeroot.orig/Makefile 2008-06-25 10:20:00.120321661 +0200 +++ fakeroot/Makefile 2008-06-25 10:22:13.953202376 +0200 @@ -6,7 +6,7 @@ # PORTNAME= fakeroot -PORTVERSION= 1.9.4 +PORTVERSION= 1.9.5 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_DEBIAN} MASTER_SITE_SUBDIR= pool/main/f/fakeroot diff -aurN fakeroot.orig/distinfo fakeroot/distinfo --- fakeroot.orig/distinfo 2008-06-25 10:20:00.119301140 +0200 +++ fakeroot/distinfo 2008-06-25 10:22:23.294629289 +0200 @@ -1,3 +1,3 @@ -MD5 (fakeroot_1.9.4.tar.gz) = c324eb1e157edad17d98b1b2c8b99e25 -SHA256 (fakeroot_1.9.4.tar.gz) = 8c55b1640c726bd421b68a1119f20b002eb29d95ae58d480a1d5d7d8afba1e81 -SIZE (fakeroot_1.9.4.tar.gz) = 394029 +MD5 (fakeroot_1.9.5.tar.gz) = 95c0c78c734b9782ec8d47e99c8e3fc8 +SHA256 (fakeroot_1.9.5.tar.gz) = 2cbf95aef9e3f9a32b6859ae35723eaa76b5ed483ddaa654cf627d1eacdea5fa +SIZE (fakeroot_1.9.5.tar.gz) = 395829 diff -aurN fakeroot.orig/files/patch-configure fakeroot/files/patch-configure --- fakeroot.orig/files/patch-configure 2008-06-25 10:20:00.112106371 +0200 +++ fakeroot/files/patch-configure 1970-01-01 01:00:00.000000000 +0100 @@ -1,11 +0,0 @@ ---- configure.orig 2008-04-25 20:11:19.000000000 +0200 -+++ configure 2008-04-25 20:11:30.000000000 +0200 -@@ -11755,7 +11755,7 @@ - { - - int __xmknodat ( int ver, -- inf dirfd, -+ int dirfd, - const char *pathname , - mode_t mode , dev_t dev); - >Release-Note: >Audit-Trail: >Unformatted: