From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 836461388C1 for ; Tue, 8 Dec 2015 09:03:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1F0A821C041; Tue, 8 Dec 2015 09:03:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8BE2F21C041 for ; Tue, 8 Dec 2015 09:03:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 69D96340939 for ; Tue, 8 Dec 2015 09:03:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D13939A1 for ; Tue, 8 Dec 2015 09:03:21 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1449535002.afadeba6e63ddab1366a03fe5253c5e6047e295d.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/davfs2/, net-fs/davfs2/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-fs/davfs2/Manifest net-fs/davfs2/davfs2-1.4.5-r1.ebuild net-fs/davfs2/davfs2-1.4.7.ebuild net-fs/davfs2/files/davfs2-1.4.5-glibc212.patch net-fs/davfs2/files/davfs2-1.4.7-destdir.patch X-VCS-Directories: net-fs/davfs2/files/ net-fs/davfs2/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: afadeba6e63ddab1366a03fe5253c5e6047e295d X-VCS-Branch: master Date: Tue, 8 Dec 2015 09:03:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 28572b52-bd3a-4b40-9816-d9cc2cdce550 X-Archives-Hash: d8b71d3f1f7ac083d12fd7bcca4b5460 commit: afadeba6e63ddab1366a03fe5253c5e6047e295d Author: Gokturk Yuksek binghamton edu> AuthorDate: Tue Dec 8 00:36:42 2015 +0000 Commit: Patrice Clement gentoo org> CommitDate: Tue Dec 8 00:36:42 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afadeba6 net-fs/davfs2: remove vulnerable versions (CVE-2013-4362) #485232 >"${D}/etc/davfs2/davfs2.conf"<> /etc/fstab" - elog " (as user)" - elog " # mkdir -p ~/dav" - elog " \$ mount ~/dav" - elog -} diff --git a/net-fs/davfs2/davfs2-1.4.7.ebuild b/net-fs/davfs2/davfs2-1.4.7.ebuild deleted file mode 100644 index cde2025..0000000 --- a/net-fs/davfs2/davfs2-1.4.7.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 - -inherit autotools eutils linux-mod user - -DESCRIPTION="Linux FUSE (or coda) driver that allows you to mount a WebDAV resource" -HOMEPAGE="http://savannah.nongnu.org/projects/davfs2" -SRC_URI="http://mirror.lihnidos.org/GNU/savannah/davfs2/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="" -RESTRICT="test" - -DEPEND="dev-libs/libxml2 - net-libs/neon - sys-libs/zlib" -RDEPEND="${DEPEND}" - -pkg_setup() { - enewgroup davfs2 -} - -src_prepare() { - epatch "${FILESDIR}"/${P}-destdir.patch # fixed in 1.4.7+ upstream - sed -e "s/^NE_REQUIRE_VERSIONS.*29/& 30/" -i configure.ac - eautoreconf -} - -src_configure() { - econf dav_user=nobody --enable-largefile --docdir=/usr/share/doc/${P} -} - -src_compile() { - emake -} - -src_install() { - emake DESTDIR="${D}" install -# dodoc AUTHORS BUGS ChangeLog FAQ NEWS README README.translators THANKS TODO - - dodir /var/run/mount.davfs - keepdir /var/run/mount.davfs - fowners root:davfs2 /var/run/mount.davfs - fperms 1774 /var/run/mount.davfs - -} - -pkg_postinst() { - elog - elog "Quick setup:" - elog " (as root)" - elog " # gpasswd -a \${your_user} davfs2" - elog " # echo 'http://path/to/dav /home/\${your_user}/dav davfs rw,user,noauto 0 0' >> /etc/fstab" - elog " (as user)" - elog " # mkdir -p ~/dav" - elog " \$ mount ~/dav" - elog -} diff --git a/net-fs/davfs2/files/davfs2-1.4.5-glibc212.patch b/net-fs/davfs2/files/davfs2-1.4.5-glibc212.patch deleted file mode 100644 index cd7cde3..0000000 --- a/net-fs/davfs2/files/davfs2-1.4.5-glibc212.patch +++ /dev/null @@ -1,60 +0,0 @@ -http://bugs.gentoo.org/332865 -https://savannah.nongnu.org/bugs/?28916 - ---- src/dav_coda.c -+++ src/dav_coda.c -@@ -52,6 +52,9 @@ - #ifdef HAVE_SYS_TYPES_H - #include - #endif -+#ifdef HAVE_SYS_STAT_H -+#include -+#endif - - #include "defaults.h" - #include "mount_davfs.h" ---- src/dav_fuse.c -+++ src/dav_fuse.c -@@ -41,6 +41,12 @@ - #ifdef HAVE_UNISTD_H - #include - #endif -+#ifdef HAVE_SYS_TYPES_H -+#include -+#endif -+#ifdef HAVE_SYS_STAT_H -+#include -+#endif - - #include "defaults.h" - #include "mount_davfs.h" ---- src/kernel_interface.c -+++ src/kernel_interface.c -@@ -44,6 +44,12 @@ - #ifdef HAVE_UNISTD_H - #include - #endif -+#ifdef HAVE_SYS_TYPES_H -+#include -+#endif -+#ifdef HAVE_SYS_STAT_H -+#include -+#endif - - #ifdef HAVE_SYS_MOUNT_H - #include ---- src/webdav.c -+++ src/webdav.c -@@ -47,6 +47,12 @@ - #ifdef HAVE_UNISTD_H - #include - #endif -+#ifdef HAVE_SYS_TYPES_H -+#include -+#endif -+#ifdef HAVE_SYS_STAT_H -+#include -+#endif - - #include - #include diff --git a/net-fs/davfs2/files/davfs2-1.4.7-destdir.patch b/net-fs/davfs2/files/davfs2-1.4.7-destdir.patch deleted file mode 100644 index 40dbd95..0000000 --- a/net-fs/davfs2/files/davfs2-1.4.7-destdir.patch +++ /dev/null @@ -1,18 +0,0 @@ -https://bugs.gentoo.org/384703 -Patch by Jeroen Roovers - -https://savannah.nongnu.org/support/?108104 - ---- a/src/Makefile.am -+++ b/src/Makefile.am -@@ -51,8 +51,8 @@ - chmod u+s $(DESTDIR)$(sbindir)/mount.davfs; \ - if test "$(sbindir)" != "$(ssbindir)"; then \ - $(mkinstalldirs) $(DESTDIR)$(ssbindir); \ -- $(LN_S) -f $(DESTDIR)$(sbindir)/mount.davfs $(DESTDIR)$(ssbindir)/mount.davfs; \ -- $(LN_S) -f $(DESTDIR)$(sbindir)/umount.davfs $(DESTDIR)$(ssbindir)/umount.davfs; \ -+ $(LN_S) -f $(sbindir)/mount.davfs $(DESTDIR)$(ssbindir)/mount.davfs; \ -+ $(LN_S) -f $(sbindir)/umount.davfs $(DESTDIR)$(ssbindir)/umount.davfs; \ - fi - - uninstall-hook: