diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2023-03-30 00:24:05 +0200 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2023-03-30 00:24:05 +0200 |
commit | 61471b7ce8a3c2356ae652834af65335f164ed89 (patch) | |
tree | 63dec153e3d63e45029cb4462f230aa1fd2eb2d3 /www-apps | |
parent | media-video/libva-utils: Drop old versions (diff) | |
download | gentoo-61471b7ce8a3c2356ae652834af65335f164ed89.tar.gz gentoo-61471b7ce8a3c2356ae652834af65335f164ed89.tar.bz2 gentoo-61471b7ce8a3c2356ae652834af65335f164ed89.zip |
www-apps/nextcloud: drop security vulnerable 25.0.3
Bug: https://bugs.gentoo.org/903149
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/nextcloud/Manifest | 1 | ||||
-rw-r--r-- | www-apps/nextcloud/nextcloud-25.0.3.ebuild | 43 |
2 files changed, 0 insertions, 44 deletions
diff --git a/www-apps/nextcloud/Manifest b/www-apps/nextcloud/Manifest index a2d98d78780b..d43976626035 100644 --- a/www-apps/nextcloud/Manifest +++ b/www-apps/nextcloud/Manifest @@ -1,3 +1,2 @@ DIST nextcloud-24.0.10.tar.bz2 124303994 BLAKE2B 17d83a5dc5fd54ce5cdf84678f23e02ec49177d717d854977457cefacdfc7c58ab98bf7a31fc48f69c8b8ec06bf978e0de1bf03e45620369a39d6bc9b269c1df SHA512 519ad653a64ee329f769b6a047ef6826984846af3a6dc3e5666a4101c997af5e8e50ebc5678623d5bdb98b55f0a6bdb1c82ed410ce4671dca41e313f36de3309 -DIST nextcloud-25.0.3.tar.bz2 149979880 BLAKE2B 9422c3ddaf2222a33b109f5443c70b3fd2929b51b8bf72ca41074985d23123cc84f8f47331d65fd030d4a96c43fbee8b202633fcab1c07d2ccdd8df1e4aec3bc SHA512 5c9fa141616002c87585c50bba740e3968b30fd901e6b5b4d345197a96021e10e5aeea1507f07ecd3e38bc55336a67510c6045a4f632c8991dee9760e175c6b3 DIST nextcloud-25.0.4.tar.bz2 145687281 BLAKE2B b349cea558ef2b1925da19713b76553076d57ee9e2fd07123796c0f329e139ccfb66c3e113ddb4bcdb7841d5e61eb1237748fd1c38216f7ae43c006e87730deb SHA512 0a9a6a2cc26951ede77509926fd6192668d140559daaa49611e8f9d592ccec39f22c7289d2d55794885afc7665bfb6f5eae43a0e6d160954b21c3e236da944e5 diff --git a/www-apps/nextcloud/nextcloud-25.0.3.ebuild b/www-apps/nextcloud/nextcloud-25.0.3.ebuild deleted file mode 100644 index 7371c62df6fa..000000000000 --- a/www-apps/nextcloud/nextcloud-25.0.3.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit webapp - -DESCRIPTION="Personal cloud that runs on your own server" -HOMEPAGE="https://nextcloud.com/" -SRC_URI="https://download.nextcloud.com/server/releases/${P}.tar.bz2" -LICENSE="AGPL-3" - -KEYWORDS="amd64 ~arm ~arm64 x86" -IUSE="+curl +imagemagick mysql postgres +sqlite" -REQUIRED_USE="|| ( mysql postgres sqlite )" - -DEPEND="" -RDEPEND="<dev-lang/php-8.2[curl?,filter,gd,hash(+),intl,json(+),mysql?,pdo,posix,postgres?,session,simplexml,sqlite?,truetype,xmlreader,xmlwriter,zip] - imagemagick? ( dev-php/pecl-imagick ) - 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_postinst_txt en "${FILESDIR}"/php-argon2-en.txt - - webapp_src_install -} |