mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-05 14:07:27 -08:00
www-apps/nextcloud: remove vulnerable versions
Package-Manager: portage-2.3.0
This commit is contained in:
parent
a3749a111d
commit
beb668e05f
@ -1,3 +1 @@
|
||||
DIST nextcloud-9.0.51.tar.bz2 24149758 SHA256 e085a20e9d85d238239e7e9f714325aee1f0fe949dcace2dbc2e7abaf3041e78 SHA512 3cb306e6122727ab54a979aa47ccb4473fd5a405b8f5aba9de59a8cb7c9676b2c332158a3b88f9bdc048414af7c168a5239289188365f011ac19c769290cd26a WHIRLPOOL b7c2a925750a181024e884a84ec5b47917fe892c6d8607863dccc50450ddcee53bb25562cc8662411aa6274d1b9b66058392069d718fc7c0bc08ee0a02afa0fb
|
||||
DIST nextcloud-9.0.52.tar.bz2 28523179 SHA256 70429565bb010e3a3d7bd16b43980fe7c08bfeffaa88ebaf528b96e4b2fe16c0 SHA512 0bc73982e96c69c452830c0b391bffc790d7dedf94a212ab49754ef258bfee3fee118fc6f3eaa758cac884178eaf5a47789eb4bc3a01a63a8d627301ba504928 WHIRLPOOL 53a5f9b5757570f01d2c9ebc413be567e20b3af00662aae396ab295c8122c1d92670860702e17b910b460943a2901d7c1725bea4229592d06ded1a6a8a05621a
|
||||
DIST nextcloud-9.0.53.tar.bz2 28549436 SHA256 1ceade1f7b3c8692b792ebfd2c5c7259ff6a0a26d3bd46a762ee6f5cdf052904 SHA512 9691751218e68cd9b1d5b9ed5da632ceb5d0eda175141060785da4b076e6a47c0b782569f58dd8021f2a87df1a687e1a990d4f863d03f19106f85c2e5a6611cc WHIRLPOOL d74737e452ae26043a75a9ee70569a02d06dbf8b0a010eab870054cf6503649450befed8207859ef7f92d46cbb9b6fe8d44d8904ee36fe814d3235e909d4f274
|
||||
|
||||
@ -1,41 +0,0 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
|
||||
inherit eutils webapp
|
||||
|
||||
DESCRIPTION="Personal cloud that runs on your own server"
|
||||
HOMEPAGE="http://nextcloud.com"
|
||||
SRC_URI="http://download.nextcloud.com/server/releases/${P}.tar.bz2"
|
||||
LICENSE="AGPL-3"
|
||||
|
||||
KEYWORDS="~amd64 ~arm ~x86"
|
||||
IUSE="+curl mysql postgres +sqlite"
|
||||
REQUIRED_USE="|| ( mysql postgres sqlite )"
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="dev-lang/php[curl?,filter,gd,hash,json,mysql?,pdo,posix,postgres?,session,simplexml,sqlite?,xmlreader,xmlwriter,zip]
|
||||
virtual/httpd-php"
|
||||
|
||||
S=${WORKDIR}/${PN}
|
||||
|
||||
pkg_setup() {
|
||||
webapp_pkg_setup
|
||||
}
|
||||
|
||||
src_install() {
|
||||
webapp_src_preinst
|
||||
|
||||
insinto "${MY_HTDOCSDIR}"
|
||||
doins -r .
|
||||
dodir "${MY_HTDOCSDIR}"/data
|
||||
|
||||
webapp_serverowned -R "${MY_HTDOCSDIR}"/apps
|
||||
webapp_serverowned -R "${MY_HTDOCSDIR}"/data
|
||||
webapp_serverowned -R "${MY_HTDOCSDIR}"/config
|
||||
webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
|
||||
|
||||
webapp_src_install
|
||||
}
|
||||
@ -1,41 +0,0 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
|
||||
inherit eutils webapp
|
||||
|
||||
DESCRIPTION="Personal cloud that runs on your own server"
|
||||
HOMEPAGE="http://nextcloud.com"
|
||||
SRC_URI="http://download.nextcloud.com/server/releases/${P}.tar.bz2"
|
||||
LICENSE="AGPL-3"
|
||||
|
||||
KEYWORDS="~amd64 ~arm ~x86"
|
||||
IUSE="+curl mysql postgres +sqlite"
|
||||
REQUIRED_USE="|| ( mysql postgres sqlite )"
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="dev-lang/php[curl?,filter,gd,hash,json,mysql?,pdo,posix,postgres?,session,simplexml,sqlite?,xmlreader,xmlwriter,zip]
|
||||
virtual/httpd-php"
|
||||
|
||||
S=${WORKDIR}/${PN}
|
||||
|
||||
pkg_setup() {
|
||||
webapp_pkg_setup
|
||||
}
|
||||
|
||||
src_install() {
|
||||
webapp_src_preinst
|
||||
|
||||
insinto "${MY_HTDOCSDIR}"
|
||||
doins -r .
|
||||
dodir "${MY_HTDOCSDIR}"/data
|
||||
|
||||
webapp_serverowned -R "${MY_HTDOCSDIR}"/apps
|
||||
webapp_serverowned -R "${MY_HTDOCSDIR}"/data
|
||||
webapp_serverowned -R "${MY_HTDOCSDIR}"/config
|
||||
webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
|
||||
|
||||
webapp_src_install
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user