aidecoe     15/04/08 19:13:54

  Modified:             burp-1.4.26.ebuild ChangeLog burp-1.3.8.ebuild
                        burp-1.3.48.ebuild
  Log:
  Don't create /etc/burp/CA directory because burp omits generating CA
  certificates if the directory already exists.
  
  Fix repoman warning about slots for openssl being not specified.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
F0134531E1DBFAB5)

Revision  Changes    Path
1.2                  app-backup/burp/burp-1.4.26.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/burp/burp-1.4.26.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/burp/burp-1.4.26.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/burp/burp-1.4.26.ebuild?r1=1.1&r2=1.2

Index: burp-1.4.26.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-backup/burp/burp-1.4.26.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- burp-1.4.26.ebuild  1 Dec 2014 16:28:47 -0000       1.1
+++ burp-1.4.26.ebuild  8 Apr 2015 19:13:54 -0000       1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-backup/burp/burp-1.4.26.ebuild,v 1.1 
2014/12/01 16:28:47 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-backup/burp/burp-1.4.26.ebuild,v 1.2 
2015/04/08 19:13:54 aidecoe Exp $
 
 EAPI=5
 
@@ -24,7 +24,7 @@
        acl? ( sys-apps/acl )
        afs? ( net-fs/openafs )
        nls? ( sys-devel/gettext )
-       ssl? ( dev-libs/openssl )
+       ssl? ( dev-libs/openssl:0 )
        tcpd? ( sys-apps/tcp-wrappers )
        xattr? ( sys-apps/attr )
        "
@@ -75,14 +75,6 @@
        fowners root:burp /etc/burp/burp-server.conf
        fperms 0640 /etc/burp/burp-server.conf
 
-       if use ssl; then
-               # The server will create this directory if it doesn't exist, 
but the
-               # client won't.  It must be writable by both.
-               dodir /etc/burp/CA
-               fowners root:burp /etc/burp/CA
-               fperms 0775 /etc/burp/CA
-       fi
-
        newinitd "${FILESDIR}"/${PN}.initd ${PN}
        dodoc docs/*
 



1.3                  app-backup/burp/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/burp/ChangeLog?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/burp/ChangeLog?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/burp/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-backup/burp/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   1 Dec 2014 16:31:34 -0000       1.2
+++ ChangeLog   8 Apr 2015 19:13:54 -0000       1.3
@@ -1,6 +1,13 @@
 # ChangeLog for app-backup/burp
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-backup/burp/ChangeLog,v 1.2 2014/12/01 
16:31:34 aidecoe Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-backup/burp/ChangeLog,v 1.3 2015/04/08 
19:13:54 aidecoe Exp $
+
+  08 Apr 2015; Amadeusz Żołnowski <[email protected]> burp-1.3.8.ebuild,
+  burp-1.3.48.ebuild, burp-1.4.26.ebuild:
+  Don't create /etc/burp/CA directory because burp omits generating CA
+  certificates if the directory already exists.
+
+  Fix repoman warning about slots for openssl being not specified.
 
 *burp-1.4.26 (01 Dec 2014)
 *burp-1.3.48 (01 Dec 2014)



1.2                  app-backup/burp/burp-1.3.8.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/burp/burp-1.3.8.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/burp/burp-1.3.8.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/burp/burp-1.3.8.ebuild?r1=1.1&r2=1.2

Index: burp-1.3.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-backup/burp/burp-1.3.8.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- burp-1.3.8.ebuild   1 Dec 2014 16:28:47 -0000       1.1
+++ burp-1.3.8.ebuild   8 Apr 2015 19:13:54 -0000       1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-backup/burp/burp-1.3.8.ebuild,v 1.1 
2014/12/01 16:28:47 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-backup/burp/burp-1.3.8.ebuild,v 1.2 
2015/04/08 19:13:54 aidecoe Exp $
 
 EAPI=5
 
@@ -24,7 +24,7 @@
        acl? ( sys-apps/acl )
        afs? ( net-fs/openafs )
        nls? ( sys-devel/gettext )
-       ssl? ( dev-libs/openssl )
+       ssl? ( dev-libs/openssl:0 )
        tcpd? ( sys-apps/tcp-wrappers )
        xattr? ( sys-apps/attr )
        "
@@ -70,14 +70,6 @@
        fowners root:burp /etc/burp/burp-server.conf
        fperms 0640 /etc/burp/burp-server.conf
 
-       if use ssl; then
-               # The server will create this directory if it doesn't exist, 
but the
-               # client won't.  It must be writable by both.
-               dodir /etc/burp/CA
-               fowners root:burp /etc/burp/CA
-               fperms 0775 /etc/burp/CA
-       fi
-
        newinitd "${FILESDIR}"/${PN}.initd ${PN}
        dodoc docs/*
 



1.2                  app-backup/burp/burp-1.3.48.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/burp/burp-1.3.48.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/burp/burp-1.3.48.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/burp/burp-1.3.48.ebuild?r1=1.1&r2=1.2

Index: burp-1.3.48.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-backup/burp/burp-1.3.48.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- burp-1.3.48.ebuild  1 Dec 2014 16:28:47 -0000       1.1
+++ burp-1.3.48.ebuild  8 Apr 2015 19:13:54 -0000       1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-backup/burp/burp-1.3.48.ebuild,v 1.1 
2014/12/01 16:28:47 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-backup/burp/burp-1.3.48.ebuild,v 1.2 
2015/04/08 19:13:54 aidecoe Exp $
 
 EAPI=5
 
@@ -24,7 +24,7 @@
        acl? ( sys-apps/acl )
        afs? ( net-fs/openafs )
        nls? ( sys-devel/gettext )
-       ssl? ( dev-libs/openssl )
+       ssl? ( dev-libs/openssl:0 )
        tcpd? ( sys-apps/tcp-wrappers )
        xattr? ( sys-apps/attr )
        "
@@ -75,14 +75,6 @@
        fowners root:burp /etc/burp/burp-server.conf
        fperms 0640 /etc/burp/burp-server.conf
 
-       if use ssl; then
-               # The server will create this directory if it doesn't exist, 
but the
-               # client won't.  It must be writable by both.
-               dodir /etc/burp/CA
-               fowners root:burp /etc/burp/CA
-               fperms 0775 /etc/burp/CA
-       fi
-
        newinitd "${FILESDIR}"/${PN}.initd ${PN}
        dodoc docs/*
 




Reply via email to