Compare commits

..

22 commits

Author SHA1 Message Date
Andrew Bauer
fff5621987 31.04 release RHBZ#2359048 2025-04-19 07:59:36 -05:00
Andrew Bauer
7195744b5a 31.0.2 release RHBZ#2345769 RHBZ#2345775 RHBZ#2350414 2025-03-25 12:10:59 -05:00
Andrew Bauer
84f60b813a 30.0.5 release 2025-01-23 09:09:45 -06:00
Andrew Bauer
4e68704a43 30.0.5 Release 2025-01-23 09:06:29 -06:00
Andrew Bauer
4916a3918f 34.0.4 Release RHBZ#2330565 2024-12-30 10:07:05 -06:00
Andrew Bauer
1079fc13e8 32.0.2 release RHBZ#2319576 2024-11-10 18:56:14 -06:00
Andrew Bauer
b5e9a4304b 29.0.9 release 2024-11-10 18:14:46 -06:00
Andrew Bauer
42d09bc127 nextcloud 29.0.8 release RHBZ#2310687 2024-10-15 10:07:14 -05:00
Andrew Bauer
a36102e399 29.0.6 release RHBZ#2305125 RHBZ#2309499 fixes CVE-2024-39338 2024-09-03 15:58:07 -05:00
Andrew Bauer
e5be54f386 29.0.6 release RHBZ#2305125 RHBZ# 2309499 fixes CVE-2024-39338 2024-09-03 14:44:57 -05:00
Andrew Bauer
6bdd14519c 29.0.5 release 2024-08-23 11:32:36 -05:00
Andrew Bauer
7da23a2bee update httpd directives using latest upstream htaccess content 2024-07-12 06:34:52 -05:00
Andrew Bauer
c993db4545 update to 29.0.3 release 2024-07-03 12:37:13 -05:00
Andrew Bauer
bf4374caee Merge branch 'rawhide' into f40 2024-06-24 10:46:49 -05:00
Sérgio M. Basto
a02af34c50 Merge branch 'rawhide' into f40 2024-06-06 12:42:08 +01:00
Sérgio M. Basto
5a97247bf2 Merge branch 'rawhide' into f40 2024-05-19 20:12:24 +01:00
Sérgio M. Basto
957f683b70 Merge branch 'rawhide' into f40 2024-04-22 23:47:43 +01:00
Sérgio M. Basto
2e6f991588 Fix typo and 2 RPM build warnings
absolute symlink: /etc/nextcloud/ca-bundle.crt -> /etc/pki/tls/certs/ca-bundle.crt
absolute symlink: /usr/share/nextcloud/config -> /etc/nextcloud
2024-04-22 23:47:26 +01:00
Sérgio M. Basto
1ae20eb59d Update nextcloud to 28.0.4 2024-04-21 19:00:47 +01:00
Sérgio M. Basto
443340c906 (#2193123) Add requires php-bcmath php-intl php-sodiumm php-opcache 2024-04-21 19:00:47 +01:00
Sérgio M. Basto
8d34a98e62 sort requires alphabetically 2024-04-21 19:00:47 +01:00
Iván Chavero
ce6a6bf6e9 Update to 28.0.3 2024-04-09 18:38:42 -06:00
3 changed files with 18 additions and 17 deletions

View file

@ -2,7 +2,7 @@ diff --git a/lib/private/Updater.php b/lib/private/Updater.php
index 5a14bb17507..38dcb55db7f 100644
--- a/lib/private/Updater.php
+++ b/lib/private/Updater.php
@@ -174,10 +174,13 @@
@@ -214,15 +214,17 @@ class Updater extends BasicEmitter {
$this->config->setAppValue('core', 'vendor', $currentVendor);
}
@ -13,9 +13,15 @@ index 5a14bb17507..38dcb55db7f 100644
+ */
if ($currentVendor === 'nextcloud') {
- return isset($allowedPreviousVersions[$currentVendor][$majorMinor])
- && (version_compare($oldVersion, $newVersion, '<=')
- || $this->config->getSystemValueBool('debug', false));
- && (version_compare($oldVersion, $newVersion, '<=') ||
- $this->config->getSystemValueBool('debug', false));
+ return true;
}
// Check if the instance can be migrated
- return isset($allowedPreviousVersions[$currentVendor][$majorMinor]) ||
- isset($allowedPreviousVersions[$currentVendor][$oldVersion]);
+ return true;
}
/**

View file

@ -5,7 +5,7 @@
%endif
Name: nextcloud
Version: 34.0.3
Version: 31.0.4
Release: %autorelease
Summary: Private file sync and share server
# Automatically converted from old format: AGPLv3+ and MIT and BSD and ASL 2.0 and WTFPL and CC-BY-SA and GPLv3+ and Adobe - review is highly recommended.
@ -47,7 +47,7 @@ BuildArch: noarch
# Set this to the minimum supported php version Nextcloud will run on
# Exists to prevent accidental building on distros with outdated php's
BuildRequires: php(language) >= 8.2
BuildRequires: php(language) >= 8.1
BuildRequires: systemd-rpm-macros
BuildRequires: sed
@ -94,9 +94,8 @@ Requires: php-xmlwriter
Requires: php-zip
# For systemd support during install/uninstall
%{?systemd_requires}
# Fedora dropped legacy CA cert bundle symlinks
# See https://fedoraproject.org/wiki/Changes/dropingOfCertPemFile
Requires: %{_sysconfdir}/pki/ca-trust/extracted/pem/tls-ca-bundle.pem
# the CA cert bundle is linked to from the config dir
Requires: %{_sysconfdir}/pki/tls/certs/ca-bundle.crt
# jquery-ui-multiselect bundled via user_ldap app
Provides: bundled(jquery-ui-multiselect) = 1.13
@ -190,13 +189,8 @@ find . -name \*.orig -type f -delete -print
find . -name .gitignore -type f -delete -print
find . -name .github -type d -prune -exec rm -r {} \; -print
# fix CLI upgrade advice on splash screen
if ! file=$(grep -l 'occ upgrade' dist/*.map); then
echo "Could not find the occ upgrade instructions in dist/*.map"
exit 1
fi
echo "Updating occ upgrade instructions in $file"
sed -i -e 's#\./\(occ upgrade\)#sudo -u apache php /usr/share/nextcloud/\1#' $file
# fix CLI upgrade advise on splash screen
sed -i -e 's#\./\(occ upgrade\)#sudo -u apache php /usr/share/nextcloud/\1#' core/templates/update.admin.php
# prepare package doc
cp %{SOURCE300} README.%{distro}
@ -291,7 +285,7 @@ install -pm 755 occ %{buildroot}%{_datadir}/%{name}
ln -s ../../../%{_sysconfdir}/%{name} %{buildroot}%{_datadir}/%{name}/config
# nextcloud looks for ca-bundle.crt in config dir
ln -s ../pki/ca-trust/extracted/pem/tls-ca-bundle.pem %{buildroot}%{_sysconfdir}/%{name}/ca-bundle.crt
ln -s ../pki/tls/certs/ca-bundle.crt %{buildroot}%{_sysconfdir}/%{name}/ca-bundle.crt
# set default config
install -pm 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/%{name}/config.php

View file

@ -1 +1,2 @@
SHA512 (nextcloud-34.0.3.tar.bz2) = 3463dbbdeae5275a0791b115cf86aed41c5a138fdd19bb32ec12837a6698106b6f172e24fb1264a2d4e20b2b805bcf7841b2338e4e02f1fd5394fbed830cc695
SHA512 (nextcloud-29.0.8.tar.bz2) = ec99d5efc6a573627cae9b42f7f34e3c8ee7ba9bc3bfe1bb032c9e8fcef2831ce32f7dcb72c3303582b205de390619bd7f892a7bc4415c0826e02f73496714b0
SHA512 (nextcloud-31.0.4.tar.bz2) = 85535638556b9f727989cc1baceec8a89ef52a6f7dc132ad807326492ffc904bc3f462afea18dd0749bb8c194ef57932dcbfd494e8290a6f7b0f5d224e69429d