ssuominen    14/03/10 16:36:40

  Modified:             ChangeLog
  Added:                udisks-2.1.3.ebuild udisks-1.0.5.ebuild
  Log:
  Version bump wrt security #504100 by Agostino Sarubbo
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
4868F14D)

Revision  Changes    Path
1.153                sys-fs/udisks/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udisks/ChangeLog?rev=1.153&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udisks/ChangeLog?rev=1.153&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udisks/ChangeLog?r1=1.152&r2=1.153

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/udisks/ChangeLog,v
retrieving revision 1.152
retrieving revision 1.153
diff -u -r1.152 -r1.153
--- ChangeLog   23 Feb 2014 08:48:50 -0000      1.152
+++ ChangeLog   10 Mar 2014 16:36:40 -0000      1.153
@@ -1,6 +1,13 @@
 # ChangeLog for sys-fs/udisks
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/udisks/ChangeLog,v 1.152 2014/02/23 
08:48:50 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udisks/ChangeLog,v 1.153 2014/03/10 
16:36:40 ssuominen Exp $
+
+*udisks-2.1.3 (10 Mar 2014)
+*udisks-1.0.5 (10 Mar 2014)
+
+  10 Mar 2014; Samuli Suominen <ssuomi...@gentoo.org> +udisks-1.0.5.ebuild,
+  +udisks-2.1.3.ebuild:
+  Version bump wrt security #504100 by Agostino Sarubbo
 
   23 Feb 2014; Agostino Sarubbo <a...@gentoo.org> udisks-2.1.2.ebuild:
   Stable for ppc, wrt bug #500108



1.1                  sys-fs/udisks/udisks-2.1.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udisks/udisks-2.1.3.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udisks/udisks-2.1.3.ebuild?rev=1.1&content-type=text/plain

Index: udisks-2.1.3.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-fs/udisks/udisks-2.1.3.ebuild,v 1.1 
2014/03/10 16:36:40 ssuominen Exp $

EAPI=5
inherit bash-completion-r1 eutils linux-info systemd udev

DESCRIPTION="Daemon providing interfaces to work with storage devices"
HOMEPAGE="http://www.freedesktop.org/wiki/Software/udisks";
SRC_URI="http://udisks.freedesktop.org/releases/${P}.tar.bz2";

LICENSE="GPL-2"
SLOT="2"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86"
IUSE="debug cryptsetup +gptfdisk +introspection selinux systemd"

UDEV_VERSION="208"
COMMON_DEPEND=">=dev-libs/glib-2.32
        >=dev-libs/libatasmart-0.19
        >=sys-auth/polkit-0.110
        virtual/acl
        >=virtual/udev-${UDEV_VERSION}[gudev]
        introspection? ( >=dev-libs/gobject-introspection-1.30 )
        selinux? ( sec-policy/selinux-devicekit )
        systemd? ( >=sys-apps/systemd-${UDEV_VERSION} )"
# gptfdisk -> src/udiskslinuxpartition.c -> sgdisk (see also #412801#c1)
# util-linux -> mount, umount, swapon, swapoff (see also #403073)
RDEPEND="${COMMON_DEPEND}
        >=sys-apps/util-linux-2.20.1-r2
        >=sys-block/parted-3
        virtual/eject
        cryptsetup? (
                sys-fs/cryptsetup[udev(+)]
                sys-fs/lvm2[udev(+)]
                )
        gptfdisk? ( >=sys-apps/gptfdisk-0.8 )"
DEPEND="${COMMON_DEPEND}
        app-text/docbook-xsl-stylesheets
        dev-libs/libxslt
        >=dev-util/gdbus-codegen-2.32
        dev-util/intltool
        >=sys-kernel/linux-headers-3.1
        virtual/pkgconfig"

QA_MULTILIB_PATHS="usr/lib/udisks2/udisksd"

DOCS="AUTHORS HACKING NEWS README"

pkg_setup() {
        # Listing only major arch's here to avoid tracking kernel's defconfig
        if use amd64 || use arm || use ppc || use ppc64 || use x86; then
                CONFIG_CHECK="~!IDE" #319829
                CONFIG_CHECK+=" ~TMPFS_POSIX_ACL" #412377
                CONFIG_CHECK+=" ~SWAP" # 
http://forums.gentoo.org/viewtopic-t-923640.html
                CONFIG_CHECK+=" ~NLS_UTF8" #425562
                kernel_is lt 3 10 && CONFIG_CHECK+=" ~USB_SUSPEND" #331065, 
#477278
                linux-info_pkg_setup
        fi
}

src_prepare() {
        epatch "${FILESDIR}"/${PN}-2.1.0-W_define.patch
        use systemd || { sed -i -e 's:libsystemd-login:&disable:' configure || 
die; }
}

src_configure() {
        econf \
                --localstatedir="${EPREFIX}"/var \
                --disable-static \
                $(use_enable debug) \
                --disable-gtk-doc \
                $(use_enable introspection) \
                --with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html \
                --with-udevdir="$(get_udevdir)" \
                "$(systemd_with_unitdir)"
}

src_install() {
        default
        prune_libtool_files
        keepdir /var/lib/udisks2 #383091

        rm -rf "${ED}"/usr/share/bash-completion
        dobashcomp data/completions/udisksctl

        local htmldir=udisks2
        if [[ -d ${ED}/usr/share/doc/${PF}/html/${htmldir} ]]; then
                dosym /usr/share/doc/${PF}/html/${htmldir} 
/usr/share/gtk-doc/html/${htmldir}
        fi
}

pkg_postinst() {
        mkdir -p "${EROOT}"/run #415987

        # See pkg_postinst() of >=sys-apps/baselayout-2.1-r1. Keep in sync?
        if ! grep -qs "^tmpfs.*/run " "${EROOT}"/proc/mounts ; then
                echo
                ewarn "You should reboot the system now to get /run mounted 
with tmpfs!"
        fi
}



1.1                  sys-fs/udisks/udisks-1.0.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udisks/udisks-1.0.5.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udisks/udisks-1.0.5.ebuild?rev=1.1&content-type=text/plain

Index: udisks-1.0.5.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-fs/udisks/udisks-1.0.5.ebuild,v 1.1 
2014/03/10 16:36:40 ssuominen Exp $

EAPI=5
inherit eutils bash-completion-r1 linux-info udev systemd

DESCRIPTION="Daemon providing interfaces to work with storage devices"
HOMEPAGE="http://www.freedesktop.org/wiki/Software/udisks";
SRC_URI="http://hal.freedesktop.org/releases/${P}.tar.gz";

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86"
IUSE="debug nls remote-access selinux"

COMMON_DEPEND=">=dev-libs/dbus-glib-0.100
        >=dev-libs/glib-2.30
        >=dev-libs/libatasmart-0.19
        >=sys-auth/polkit-0.110
        >=sys-apps/dbus-1.6
        >=sys-apps/sg3_utils-1.27.20090411
        >=sys-block/parted-3
        >=sys-fs/lvm2-2.02.66
        >=virtual/udev-208[gudev]
        selinux? ( sec-policy/selinux-devicekit )"
# util-linux -> mount, umount, swapon, swapoff (see also #403073)
RDEPEND="${COMMON_DEPEND}
        >=sys-apps/util-linux-2.20.1-r2
        virtual/eject
        remote-access? ( net-dns/avahi )"
DEPEND="${COMMON_DEPEND}
        app-text/docbook-xsl-stylesheets
        dev-libs/libxslt
        dev-util/intltool
        virtual/pkgconfig"

pkg_setup() {
        # Listing only major arch's here to avoid tracking kernel's defconfig
        if use amd64 || use arm || use ppc || use ppc64 || use x86; then
                CONFIG_CHECK="~!IDE" #319829
                CONFIG_CHECK+=" ~NLS_UTF8" #425562
                kernel_is lt 3 10 && CONFIG_CHECK+=" ~USB_SUSPEND" #331065, 
#477278
                linux-info_pkg_setup
        fi
}

src_prepare() {
        epatch \
                "${FILESDIR}"/${PN}-1.0.2-ntfs-3g.patch \
                "${FILESDIR}"/${PN}-1.0.4-revert-floppy.patch

        sed -i -e "s:/lib/udev:$(get_udevdir):" data/80-udisks.rules || die
}

src_configure() {
        # device-mapper -> lvm2 -> mandatory depend -> force enabled
        econf \
                --localstatedir="${EPREFIX}"/var \
                --disable-static \
                $(use_enable debug verbose-mode) \
                --enable-man-pages \
                --disable-gtk-doc \
                --enable-lvm2 \
                --enable-dmmp \
                $(use_enable remote-access) \
                $(use_enable nls) \
                --with-html-dir="${EPREFIX}"/deprecated \
                "$(systemd_with_unitdir)"
}

src_test() {
        ewarn "Skipping testsuite because sys-fs/udisks:0 is deprecated"
        ewarn "in favour of sys-fs/udisks:2."
}

src_install() {
        emake \
                DESTDIR="${D}" \
                slashsbindir=/usr/sbin \
                slashlibdir=/usr/lib \
                udevhelperdir="$(get_udevdir)" \
                udevrulesdir="$(get_udevdir)"/rules.d \
                install #398081

        dodoc AUTHORS HACKING NEWS README

        rm -f "${ED}"/etc/profile.d/udisks-bash-completion.sh
        newbashcomp tools/udisks-bash-completion.sh ${PN}

        prune_libtool_files --all

        keepdir /media
        keepdir /var/lib/udisks #383091

        rm -rf "${ED}"/deprecated
}




Reply via email to