summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Arnold <nerdboy@gentoo.org>2005-08-12 07:39:45 +0000
committerSteve Arnold <nerdboy@gentoo.org>2005-08-12 07:39:45 +0000
commit64804cb347759ae2e6ab55bd79e5ce39036a4641 (patch)
tree628aff6c6caaa12653f9a2d3a47c5503900d090d /net-misc/hylafax
parentStable on ppc64 (diff)
downloadgentoo-2-64804cb347759ae2e6ab55bd79e5ce39036a4641.tar.gz
gentoo-2-64804cb347759ae2e6ab55bd79e5ce39036a4641.tar.bz2
gentoo-2-64804cb347759ae2e6ab55bd79e5ce39036a4641.zip
Added fix for bug #101383
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'net-misc/hylafax')
-rw-r--r--net-misc/hylafax/ChangeLog5
-rw-r--r--net-misc/hylafax/hylafax-4.2.0-r1.ebuild4
-rw-r--r--net-misc/hylafax/hylafax-4.2.0-r2.ebuild4
-rw-r--r--net-misc/hylafax/hylafax-4.2.1-r1.ebuild4
-rw-r--r--net-misc/hylafax/hylafax-4.2.1.ebuild4
5 files changed, 16 insertions, 5 deletions
diff --git a/net-misc/hylafax/ChangeLog b/net-misc/hylafax/ChangeLog
index 1f611e02198d..00e2f60c1e3b 100644
--- a/net-misc/hylafax/ChangeLog
+++ b/net-misc/hylafax/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/hylafax
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/hylafax/ChangeLog,v 1.49 2005/06/23 01:57:30 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/hylafax/ChangeLog,v 1.50 2005/08/12 07:39:45 nerdboy Exp $
+
+ 12 Aug 2005; Steve Arnold <nerdboy@gentoo.org> ChangeLog:
+ Added fix for bug #101383 (incorrect perms on spool dir)
23 Jun 2005; Diego Pettenò <flameeyes@gentoo.org>
+files/hylafax-4.2.1-openpam.patch, hylafax-4.2.1-r1.ebuild:
diff --git a/net-misc/hylafax/hylafax-4.2.0-r1.ebuild b/net-misc/hylafax/hylafax-4.2.0-r1.ebuild
index 0cae3d474dd9..29dd4062494d 100644
--- a/net-misc/hylafax/hylafax-4.2.0-r1.ebuild
+++ b/net-misc/hylafax/hylafax-4.2.0-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/hylafax/hylafax-4.2.0-r1.ebuild,v 1.6 2005/01/11 15:34:23 kingtaco Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/hylafax/hylafax-4.2.0-r1.ebuild,v 1.7 2005/08/12 07:39:45 nerdboy Exp $
inherit eutils
@@ -77,6 +77,8 @@ src_compile() {
src_install() {
dodir /usr/{bin,sbin} /usr/lib/fax /usr/share/man /var/spool /var/spool/recvq
+ fowners uucp:uucp /var/spool/fax
+ fperms 0600 /var/spool/fax
dodir /usr/share/doc/${P}/html
make \
diff --git a/net-misc/hylafax/hylafax-4.2.0-r2.ebuild b/net-misc/hylafax/hylafax-4.2.0-r2.ebuild
index 960f7ba65a1d..9825490dc070 100644
--- a/net-misc/hylafax/hylafax-4.2.0-r2.ebuild
+++ b/net-misc/hylafax/hylafax-4.2.0-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/hylafax/hylafax-4.2.0-r2.ebuild,v 1.1 2005/01/11 15:34:23 kingtaco Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/hylafax/hylafax-4.2.0-r2.ebuild,v 1.2 2005/08/12 07:39:45 nerdboy Exp $
inherit eutils
@@ -77,6 +77,8 @@ src_compile() {
src_install() {
dodir /usr/{bin,sbin} /usr/lib/fax /usr/share/man /var/spool /var/spool/recvq
+ fowners uucp:uucp /var/spool/fax
+ fperms 0600 /var/spool/fax
dodir /usr/share/doc/${P}/html
make \
diff --git a/net-misc/hylafax/hylafax-4.2.1-r1.ebuild b/net-misc/hylafax/hylafax-4.2.1-r1.ebuild
index f61a4d972b15..cdbba4c0fe22 100644
--- a/net-misc/hylafax/hylafax-4.2.1-r1.ebuild
+++ b/net-misc/hylafax/hylafax-4.2.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/hylafax/hylafax-4.2.1-r1.ebuild,v 1.2 2005/06/23 01:57:30 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/hylafax/hylafax-4.2.1-r1.ebuild,v 1.3 2005/08/12 07:39:45 nerdboy Exp $
inherit eutils multilib pam
@@ -90,6 +90,8 @@ src_compile() {
src_install() {
dodir /usr/{bin,sbin} /usr/lib/fax /usr/share/man /var/spool /var/spool/recvq
+ fowners uucp:uucp /var/spool/fax
+ fperms 0600 /var/spool/fax
dodir /usr/share/doc/${P}/html /usr/$(get_libdir)
make \
diff --git a/net-misc/hylafax/hylafax-4.2.1.ebuild b/net-misc/hylafax/hylafax-4.2.1.ebuild
index 7bdf8421784c..94399558b5a8 100644
--- a/net-misc/hylafax/hylafax-4.2.1.ebuild
+++ b/net-misc/hylafax/hylafax-4.2.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/hylafax/hylafax-4.2.1.ebuild,v 1.1 2005/02/18 06:50:22 nerdboy Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/hylafax/hylafax-4.2.1.ebuild,v 1.2 2005/08/12 07:39:45 nerdboy Exp $
inherit eutils
@@ -68,6 +68,8 @@ src_compile() {
src_install() {
dodir /usr/{bin,sbin} /usr/lib/fax /usr/share/man /var/spool /var/spool/recvq
+ fowners uucp:uucp /var/spool/fax
+ fperms 0600 /var/spool/fax
dodir /usr/share/doc/${P}/html
make \