jmbsvicetto    15/03/14 15:33:38

  Modified:             ChangeLog
  Added:                phpmyadmin-4.0.10.9.ebuild phpmyadmin-4.3.12.ebuild
                        phpmyadmin-4.2.13.2.ebuild
                        phpmyadmin-4.4.0_beta1.ebuild
  Removed:              phpmyadmin-4.0.10.8.ebuild
                        phpmyadmin-4.1.14.7.ebuild phpmyadmin-4.3.5.ebuild
                        phpmyadmin-4.3.8.ebuild phpmyadmin-4.3.10.ebuild
                        phpmyadmin-4.2.13.ebuild
  Log:
  Bump phpmyadmin to the latest releases and add 4.4.0_beta1.
  Address CVE-2014-{9218,9219} - fixes bug 531684. Address PMASA-2015-1 - fixes 
bug 542218.
  Drop old vulnerable versions.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
BB0E6E98)

Revision  Changes    Path
1.551                dev-db/phpmyadmin/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/phpmyadmin/ChangeLog?rev=1.551&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/phpmyadmin/ChangeLog?rev=1.551&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/phpmyadmin/ChangeLog?r1=1.550&r2=1.551

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/ChangeLog,v
retrieving revision 1.550
retrieving revision 1.551
diff -u -r1.550 -r1.551
--- ChangeLog   1 Mar 2015 17:02:21 -0000       1.550
+++ ChangeLog   14 Mar 2015 15:33:38 -0000      1.551
@@ -1,6 +1,21 @@
 # ChangeLog for dev-db/phpmyadmin
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/ChangeLog,v 1.550 
2015/03/01 17:02:21 jmbsvicetto Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/ChangeLog,v 1.551 
2015/03/14 15:33:38 jmbsvicetto Exp $
+
+*phpmyadmin-4.4.0_beta1 (14 Mar 2015)
+*phpmyadmin-4.2.13.2 (14 Mar 2015)
+*phpmyadmin-4.0.10.9 (14 Mar 2015)
+*phpmyadmin-4.3.12 (14 Mar 2015)
+
+  14 Mar 2015; Jorge Manuel B. S. Vicetto <jmbsvice...@gentoo.org>
+  +phpmyadmin-4.0.10.9.ebuild, +phpmyadmin-4.2.13.2.ebuild,
+  +phpmyadmin-4.3.12.ebuild, +phpmyadmin-4.4.0_beta1.ebuild,
+  -phpmyadmin-4.0.10.8.ebuild, -phpmyadmin-4.1.14.7.ebuild,
+  -phpmyadmin-4.2.13.ebuild, -phpmyadmin-4.3.10.ebuild,
+  -phpmyadmin-4.3.5.ebuild, -phpmyadmin-4.3.8.ebuild:
+  Bump phpmyadmin to the latest releases and add 4.4.0_beta1. Address
+  CVE-2014-{9218,9219} - fixes bug 531684. Address PMASA-2015-1 - fixes bug
+  542218. Drop old vulnerable versions.
 
 *phpmyadmin-4.3.10 (01 Mar 2015)
 



1.1                  dev-db/phpmyadmin/phpmyadmin-4.0.10.9.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-4.0.10.9.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-4.0.10.9.ebuild?rev=1.1&content-type=text/plain

Index: phpmyadmin-4.0.10.9.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-4.0.10.9.ebuild,v 1.1 
2015/03/14 15:33:38 jmbsvicetto Exp $

EAPI="5"

inherit eutils webapp depend.php

MY_PV=${PV/_/-}
MY_P="phpMyAdmin-${MY_PV}-all-languages"

DESCRIPTION="Web-based administration for MySQL database in PHP"
HOMEPAGE="http://www.phpmyadmin.net/";
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.xz"

LICENSE="GPL-2"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~ppc-macos ~x64-macos ~x86-macos"
IUSE="setup"

RDEPEND="
        dev-lang/php[crypt,ctype,filter,json,session,unicode]
        || (
                dev-lang/php[mysqli]
                dev-lang/php[mysql]
        )
"

need_httpd_cgi
need_php_httpd

S="${WORKDIR}"/${MY_P}

pkg_setup() {
        webapp_pkg_setup
}

src_install() {
        webapp_src_preinst

        dodoc README RELEASE-DATE-${MY_PV} ChangeLog || die
        rm -f LICENSE README* RELEASE-DATE-${MY_PV}

        if ! use setup; then
                rm -rf setup || die "Cannot remove setup utility"
                elog "The phpMyAdmin setup utility has been removed."
                elog "It is a regular target of various exploits. If you need 
it, set USE=setup."
        else
                elog "You should consider disabling the setup USE flag"
                elog "to exclude the setup utility if you don't use it."
                elog "It regularly is the target of various exploits."
        fi

        insinto "${MY_HTDOCSDIR#${EPREFIX}}"
        doins -r .

        webapp_configfile 
"${MY_HTDOCSDIR#${EPREFIX}}"/libraries/config.default.php
        webapp_serverowned 
"${MY_HTDOCSDIR#${EPREFIX}}"/libraries/config.default.php

        webapp_postinst_txt en "${FILESDIR}"/postinstall-en-3.1.txt
        webapp_src_install
}



1.1                  dev-db/phpmyadmin/phpmyadmin-4.3.12.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-4.3.12.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-4.3.12.ebuild?rev=1.1&content-type=text/plain

Index: phpmyadmin-4.3.12.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-4.3.12.ebuild,v 
1.1 2015/03/14 15:33:38 jmbsvicetto Exp $

EAPI="5"

inherit eutils webapp depend.php

MY_PV=${PV/_/-}
MY_P="phpMyAdmin-${MY_PV}-all-languages"

DESCRIPTION="Web-based administration for MySQL database in PHP"
HOMEPAGE="http://www.phpmyadmin.net/";
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.xz"

LICENSE="GPL-2"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~ppc-macos ~x64-macos ~x86-macos"
IUSE="setup"

RDEPEND="
        dev-lang/php[crypt,ctype,filter,json,session,unicode]
        || (
                dev-lang/php[mysqli]
                dev-lang/php[mysql]
        )
"

need_httpd_cgi
need_php_httpd

S="${WORKDIR}"/${MY_P}

pkg_setup() {
        webapp_pkg_setup
}

src_install() {
        webapp_src_preinst

        dodoc README RELEASE-DATE-${MY_PV} ChangeLog || die
        rm -f LICENSE README* RELEASE-DATE-${MY_PV}

        if ! use setup; then
                rm -rf setup || die "Cannot remove setup utility"
                elog "The phpMyAdmin setup utility has been removed."
                elog "It is a regular target of various exploits. If you need 
it, set USE=setup."
        else
                elog "You should consider disabling the setup USE flag"
                elog "to exclude the setup utility if you don't use it."
                elog "It regularly is the target of various exploits."
        fi

        insinto "${MY_HTDOCSDIR#${EPREFIX}}"
        doins -r .

        webapp_configfile 
"${MY_HTDOCSDIR#${EPREFIX}}"/libraries/config.default.php
        webapp_serverowned 
"${MY_HTDOCSDIR#${EPREFIX}}"/libraries/config.default.php

        webapp_postinst_txt en "${FILESDIR}"/postinstall-en-3.1.txt
        webapp_src_install
}



1.1                  dev-db/phpmyadmin/phpmyadmin-4.2.13.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-4.2.13.2.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-4.2.13.2.ebuild?rev=1.1&content-type=text/plain

Index: phpmyadmin-4.2.13.2.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-4.2.13.2.ebuild,v 1.1 
2015/03/14 15:33:38 jmbsvicetto Exp $

EAPI="5"

inherit eutils webapp depend.php

MY_PV=${PV/_/-}
MY_P="phpMyAdmin-${MY_PV}-all-languages"

DESCRIPTION="Web-based administration for MySQL database in PHP"
HOMEPAGE="http://www.phpmyadmin.net/";
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.xz"

LICENSE="GPL-2"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~ppc-macos ~x64-macos ~x86-macos"
IUSE="setup"

RDEPEND="
        dev-lang/php[crypt,ctype,filter,json,session,unicode]
        || (
                dev-lang/php[mysqli]
                dev-lang/php[mysql]
        )
"

need_httpd_cgi
need_php_httpd

S="${WORKDIR}"/${MY_P}

pkg_setup() {
        webapp_pkg_setup
}

src_install() {
        webapp_src_preinst

        dodoc README RELEASE-DATE-${MY_PV} ChangeLog || die
        rm -f LICENSE README* RELEASE-DATE-${MY_PV}

        if ! use setup; then
                rm -rf setup || die "Cannot remove setup utility"
                elog "The phpMyAdmin setup utility has been removed."
                elog "It is a regular target of various exploits. If you need 
it, set USE=setup."
        else
                elog "You should consider disabling the setup USE flag"
                elog "to exclude the setup utility if you don't use it."
                elog "It regularly is the target of various exploits."
        fi

        insinto "${MY_HTDOCSDIR#${EPREFIX}}"
        doins -r .

        webapp_configfile 
"${MY_HTDOCSDIR#${EPREFIX}}"/libraries/config.default.php
        webapp_serverowned 
"${MY_HTDOCSDIR#${EPREFIX}}"/libraries/config.default.php

        webapp_postinst_txt en "${FILESDIR}"/postinstall-en-3.1.txt
        webapp_src_install
}



1.1                  dev-db/phpmyadmin/phpmyadmin-4.4.0_beta1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-4.4.0_beta1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-4.4.0_beta1.ebuild?rev=1.1&content-type=text/plain

Index: phpmyadmin-4.4.0_beta1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-4.4.0_beta1.ebuild,v 1.1 
2015/03/14 15:33:38 jmbsvicetto Exp $

EAPI="5"

inherit eutils webapp depend.php

MY_PV=${PV/_/-}
MY_P="phpMyAdmin-${MY_PV}-all-languages"

DESCRIPTION="Web-based administration for MySQL database in PHP"
HOMEPAGE="http://www.phpmyadmin.net/";
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.xz"

LICENSE="GPL-2"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~ppc-macos ~x64-macos ~x86-macos"
IUSE="setup"

RDEPEND="
        dev-lang/php[crypt,ctype,filter,json,session,unicode]
        || (
                dev-lang/php[mysqli]
                dev-lang/php[mysql]
        )
"

need_httpd_cgi
need_php_httpd

S="${WORKDIR}"/${MY_P}

pkg_setup() {
        webapp_pkg_setup
}

src_install() {
        webapp_src_preinst

        dodoc README RELEASE-DATE-${MY_PV} ChangeLog || die
        rm -f LICENSE README* RELEASE-DATE-${MY_PV}

        if ! use setup; then
                rm -rf setup || die "Cannot remove setup utility"
                elog "The phpMyAdmin setup utility has been removed."
                elog "It is a regular target of various exploits. If you need 
it, set USE=setup."
        else
                elog "You should consider disabling the setup USE flag"
                elog "to exclude the setup utility if you don't use it."
                elog "It regularly is the target of various exploits."
        fi

        insinto "${MY_HTDOCSDIR#${EPREFIX}}"
        doins -r .

        webapp_configfile 
"${MY_HTDOCSDIR#${EPREFIX}}"/libraries/config.default.php
        webapp_serverowned 
"${MY_HTDOCSDIR#${EPREFIX}}"/libraries/config.default.php

        webapp_postinst_txt en "${FILESDIR}"/postinstall-en-3.1.txt
        webapp_src_install
}




Reply via email to