Date: Wed, 25 Jun 2008 18:27:06 GMT From: Ganael Laplanche <ganael.laplanche@martymac.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/124986: Port update: security/fakeroot - Update to v1.9.5 Message-ID: <200806251827.m5PIR6fC090442@www.freebsd.org> Resent-Message-ID: <200806251830.m5PIU9RO011794@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200806251827.m5PIR6fC090442>