diff --git a/_service b/_service index 01816b8..e6ae30d 100644 --- a/_service +++ b/_service @@ -4,7 +4,6 @@ https://github.com/grommunio/grommunio-web grommunio-web master - grommunio-web-3.1 @PARENT_TAG@.@TAG_OFFSET@.%h grommunio-web-?(.*) diff --git a/debian.changelog b/debian.changelog index 9e2b5d9..7b84b17 100644 --- a/debian.changelog +++ b/debian.changelog @@ -1,4 +1,4 @@ -grommunio-web (3.1.182.52d9180) unstable; urgency=low +grommunio-web (0.1.0) unstable; urgency=low * Current release diff --git a/debian.control b/debian.control index 400a677..08539fa 100644 --- a/debian.control +++ b/debian.control @@ -8,11 +8,21 @@ Standards-Version: 3.9.4 Package: grommunio-web Architecture: all Section: web -Depends: system-user-grommunio, ${misc:Depends}, gromox (>= 1.27), php-bcmath, +Depends: system-user-groweb, ${misc:Depends}, gromox (>= 1.27), php-bcmath, php-curl, php-gd, php-iconv, php-json, php-mbstring, - php-sqlite3, php-sysvshm, php-xml, php-zip, mapi-header-php, ${dist:Depends} -Provides: grommunio-web-plugin-zdeveloper, grommunio-web-plugin-webmanual, grommunio-web-plugin-folderwidgets, grommunio-web-plugin-quickitems, grommunio-web-plugin-titlecounter, grommunio-web-plugin-desktopnotifications, grommunio-web-plugin-filepreviewer -Conflicts: grommunio-web-plugin-zdeveloper, grommunio-web-plugin-webmanual, grommunio-web-plugin-folderwidgets, grommunio-web-plugin-quickitems, grommunio-web-plugin-titlecounter, grommunio-web-plugin-desktopnotifications, grommunio-web-plugin-filepreviewer -Replaces: grommunio-web-plugin-zdeveloper, grommunio-web-plugin-webmanual, grommunio-web-plugin-folderwidgets, grommunio-web-plugin-quickitems, grommunio-web-plugin-titlecounter, grommunio-web-plugin-desktopnotifications, grommunio-web-plugin-filepreviewer + php-sqlite3, php-sysvshm, php-xml, php-zip, mapi-header-php, ${dist:Depends}, + system-user-grommunio (>= 3) +Provides: grommunio-web-plugin-zdeveloper, grommunio-web-plugin-webmanual, + grommunio-web-plugin-folderwidgets, grommunio-web-plugin-quickitems, + grommunio-web-plugin-titlecounter, grommunio-web-plugin-desktopnotifications, + grommunio-web-plugin-filepreviewer +Conflicts: grommunio-web-plugin-zdeveloper, grommunio-web-plugin-webmanual, + grommunio-web-plugin-folderwidgets, grommunio-web-plugin-quickitems, + grommunio-web-plugin-titlecounter, grommunio-web-plugin-desktopnotifications, + grommunio-web-plugin-filepreviewer +Replaces: grommunio-web-plugin-zdeveloper, grommunio-web-plugin-webmanual, + grommunio-web-plugin-folderwidgets, grommunio-web-plugin-quickitems, + grommunio-web-plugin-titlecounter, grommunio-web-plugin-desktopnotifications, + grommunio-web-plugin-filepreviewer Description: Web access for grommunio Main web application for grommunio diff --git a/debian.grommunio-web.postinst b/debian.grommunio-web.postinst index cb8ad7f..cfbc5c4 100644 --- a/debian.grommunio-web.postinst +++ b/debian.grommunio-web.postinst @@ -1,8 +1,14 @@ #!/bin/sh chmod 0750 /var/log/grommunio mkdir -p /var/lib/grommunio-web/tmp /var/lib/grommunio-web/sqlite-index -chown -Rh groweb:groweb /var/lib/grommunio-web -chmod 0770 /var/lib/grommunio-web -chmod 0775 /var/lib/grommunio-web/tmp /var/lib/grommunio-web/sqlite-index +chown -h groweb:groweb /var/lib/grommunio-web +chmod 0770 /var/lib/grommunio-web /var/lib/grommunio-web/tmp \ + /var/lib/grommunio-web/sqlite-index /var/lib/grommunio-web/sqlite-session # clear translation caches -ipcrm -M 0x950412de 2>/dev/null || : +runuser -u groweb -- ipcrm -M 0x950412DE 2>/dev/null || : +# reload nginx and restart fpm as this package ships config snippets +# reloading is not sufficient especially for php-fpm as it does not +# create the socket with the appropriate permissions +systemctl list-units --plain --no-legend --quiet "php*fpm.service" | \ +awk '{print$1}' | xargs /usr/bin/systemctl try-restart +/usr/bin/systemctl reload nginx.service diff --git a/debian.rules b/debian.rules index f68a408..b90ebe5 100644 --- a/debian.rules +++ b/debian.rules @@ -37,11 +37,14 @@ override_dh_auto_install: mkdir -pv "${INSTDIR}/usr/share/grommunio-common/nginx/locations.d" install -Dpvm 644 build/grommunio-web.conf "${INSTDIR}/usr/share/grommunio-common/nginx/locations.d/" mkdir -pv "${INSTDIR}/usr/share/grommunio-common/nginx/upstreams.d" + sed -i "s#/run/php-fpm/#/run/php/#g" build/grommunio-web-upstream.conf install -Dpvm 644 build/grommunio-web-upstream.conf "${INSTDIR}/usr/share/grommunio-common/nginx/upstreams.d/grommunio-web.conf" # PHP-FPM - mkdir -pv "${INSTDIR}/${phpdir}/fpm/pool.d" + mkdir -pv "${INSTDIR}/${phpdir}/fpm/pool.d" "${INSTDIR}/usr/lib/sysusers.d" + sed -i "s#/run/php-fpm/#/run/php/#g" build/pool-grommunio-web.conf install -Dpvm 644 build/pool-grommunio-web.conf "${INSTDIR}/${phpdir}/fpm/pool.d/" + cp -a build/sysuser.conf "${INSTDIR}/usr/lib/sysusers.d/grommunio-web.conf" # web config mv -v $(INSTDIR)$(WABASE)/config.php.dist $(INSTDIR)$(WACONFBASE)/config.php diff --git a/grommunio-web-3.1.182.52d9180.tar.xz b/grommunio-web-3.1.182.52d9180.tar.xz deleted file mode 100644 index 086c815..0000000 --- a/grommunio-web-3.1.182.52d9180.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d5619af932fa5389f4839bc8be6467115a020bf1d4496feb161e3ae0919e7dec -size 22435712 diff --git a/grommunio-web-3.2.43.7ebf7d9.tar.xz b/grommunio-web-3.2.43.7ebf7d9.tar.xz new file mode 100644 index 0000000..ee849d4 --- /dev/null +++ b/grommunio-web-3.2.43.7ebf7d9.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6155078db9ca1828012af8b77d42b33c4553ee26b655b7db4bc16f9c2acbe05a +size 22488648 diff --git a/grommunio-web.changes b/grommunio-web.changes index 121c238..0b2a062 100644 --- a/grommunio-web.changes +++ b/grommunio-web.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Apr 21 08:37:15 UTC 2023 - Jan Engelhardt + +- Update to snapshot 3.2.43.7ebf7d9 + * Fix all-day events spanning over two days + * Change default sort order for search results + * rules: do not filter shared private stores + ------------------------------------------------------------------- Wed Jan 25 10:19:31 UTC 2023 - Jan Engelhardt diff --git a/grommunio-web.dsc b/grommunio-web.dsc index bee15af..b3819a6 100644 --- a/grommunio-web.dsc +++ b/grommunio-web.dsc @@ -3,7 +3,7 @@ Source: grommunio-web Binary: grommunio-web Architecture: all DEBTRANSFORM-RELEASE: 1 -Version: 3.1.182.52d9180 +Version: 3.2.43.7ebf7d9 Maintainer: grommunio Homepage: https://grommunio.com/ Standards-Version: 3.9.4 diff --git a/grommunio-web.spec b/grommunio-web.spec index 02036a9..07a4ac2 100644 --- a/grommunio-web.spec +++ b/grommunio-web.spec @@ -21,7 +21,7 @@ %endif Name: grommunio-web -Version: 3.1.182.52d9180 +Version: 3.2.43.7ebf7d9 Release: 0 Summary: Web client for access to grommunio features from the web License: AGPL-3.0-or-later AND GPL-3.0-only AND LGPL-2.1-only AND MIT @@ -29,49 +29,19 @@ Group: Productivity/Networking/Email/Clients URL: http://www.grommunio.com/ Source: %name-%version.tar.xz -%if 0%{?suse_version} >= 1550 || 0%{?sle_version} >= 150400 -%define phpdir /etc/php8 -BuildRequires: php8-gettext -%else -# i.e. SUSE15, RHEL, etc. -%define phpdir /etc/php7 +%if 0%{?suse_version} >= 1590 || 0%{?sle_version} >= 150400 +%define fpmdir /etc/php8/fpm/php-fpm.d %endif %if 0%{?sle_version} && 0%{?sle_version} < 150400 -BuildRequires: php7-gettext -BuildRequires: php7-json +%define fpmdir /etc/php7/fpm/php-fpm.d %endif -%if 0%{?suse_version} -BuildRequires: fdupes -BuildRequires: java >= 1.9.0 -BuildRequires: java-devel >= 1.9.0 -%else -BuildRequires: java-11-openjdk-devel -BuildRequires: php-cli -BuildRequires: php-json +%if 0%{?rhel} || 0%{?fedora_version} +%define fpmdir /etc/php-fpm.d %endif -BuildRequires: mapi-header-php -BuildRequires: php -BuildRequires: xz -%if 0%{?suse_version} >= 1220 -BuildRequires: libxml2-tools -%else -BuildRequires: libxml2 -%endif -BuildArch: noarch -Requires(pre): user(groweb) -Requires: gromox >= 1.27 -Requires: mapi-header-php -%if 0%{?centos_version} || 0%{?rhel_version} || 0%{?fedora_version} -Requires: php-bcmath -Requires: php-common -Requires: php-ctype -Requires: php-curl -Requires: php-mbstring -Requires: php-sodium -Requires: php-sqlite3 -%endif -%if 0%{?suse_version} >= 1550 || 0%{?sle_version} >= 150400 +BuildArch: noarch +%if 0%{?suse_version} >= 1590 || 0%{?sle_version} >= 150400 +BuildRequires: php8-gettext Requires: php8-bcmath Requires: php8-ctype Requires: php8-curl @@ -87,6 +57,8 @@ Requires: php8-zip Requires: php8-zlib %endif %if 0%{?sle_version} && 0%{?sle_version} < 150400 +BuildRequires: php7-gettext +BuildRequires: php7-json Requires: php7-bcmath Requires: php7-ctype Requires: php7-curl @@ -102,6 +74,40 @@ Requires: php7-sysvshm Requires: php7-zip Requires: php7-zlib %endif +%if 0%{?rhel} || 0%{?fedora_version} +BuildRequires: php-gettext +Requires: php-bcmath +Requires: php-common +Requires: php-ctype +Requires: php-curl +Requires: php-gd +Requires: php-mbstring +Requires: php-sodium +Requires: php-sqlite3 +Requires: php-xml +%endif + +Requires(pre): user(groweb) +Requires: gromox >= 1.27 +BuildRequires: mapi-header-php +Requires: mapi-header-php + +%if 0%{?suse_version} +BuildRequires: fdupes +BuildRequires: java >= 1.9.0 +BuildRequires: java-devel >= 1.9.0 +%else +BuildRequires: java-11-openjdk-devel +BuildRequires: php-cli +BuildRequires: php-json +%endif +BuildRequires: php +BuildRequires: xz +%if 0%{?suse_version} >= 1500 +BuildRequires: libxml2-tools +%else +BuildRequires: libxml2 +%endif %define langdir %_datadir/%name/server/language %define plugindir %_datadir/%name/plugins @@ -115,7 +121,7 @@ through a web browser. %prep %autosetup -p1 find . -type f "(" -name "*.js" -o -name "*.php" ")" \ - -exec chmod a-x "{}" "+"; + -exec chmod a-x "{}" "+" # Set git revision echo "%version-%release" >version echo "%version-%release" | sha1sum | cut -b 1-8 >cachebuster @@ -138,8 +144,8 @@ mkdir -pv "$b/usr/share/grommunio-common/nginx/upstreams.d" install -Dpvm 644 build/grommunio-web-upstream.conf "$b/usr/share/grommunio-common/nginx/upstreams.d/grommunio-web.conf" # PHP-FPM -mkdir -pv "$b/%phpdir/fpm/php-fpm.d/" -install -Dpvm 644 build/pool-grommunio-web.conf "$b/%phpdir/fpm/php-fpm.d/pool-grommunio-web.conf" +mkdir -pv "$b/%fpmdir" "$b/%_sysusersdir" +install -Dpvm 644 build/pool-grommunio-web.conf "$b/%fpmdir/pool-grommunio-web.conf" # web config mkdir -pv "$b/%_sysconfdir/grommunio-web" @@ -171,13 +177,15 @@ done %post # clear translation caches runuser -u groweb -- ipcrm -M 0x950412DE 2>/dev/null || : +# reload nginx and restart fpm as this package ships config snippets +# reloading is not sufficient especially for php-fpm as it does not +# create the socket with the appropriate permissions +/usr/bin/systemctl try-restart php-fpm.service 2>/dev/null || : +/usr/bin/systemctl reload nginx.service 2>/dev/null || : %files %dir %_sysconfdir/grommunio-web -%dir %phpdir -%dir %phpdir/fpm -%dir %phpdir/fpm/php-fpm.d/ -%attr(0640,root,root) %phpdir/fpm/php-fpm.d/pool-grommunio-web.conf +%_sysconfdir/php* %config(noreplace) %attr(0644,root,root) %_sysconfdir/grommunio-web/config-archive.php %config(noreplace) %attr(0644,root,root) %_sysconfdir/grommunio-web/config-chat.php %config(noreplace) %attr(0644,root,root) %_sysconfdir/grommunio-web/config-desktopnotifications.php @@ -196,9 +204,10 @@ runuser -u groweb -- ipcrm -M 0x950412DE 2>/dev/null || : %dir %_datadir/grommunio-common/nginx/upstreams.d/ %_datadir/grommunio-common/nginx/upstreams.d/grommunio-web.conf %dir %attr(0770,groweb,groweb) /var/lib/grommunio-web -%dir %attr(0775,groweb,groweb) /var/lib/grommunio-web/tmp -%dir %attr(0775,groweb,groweb) /var/lib/grommunio-web/sqlite-index -%dir %attr(0775,groweb,groweb) /var/lib/grommunio-web/session +%dir %attr(0770,groweb,groweb) /var/lib/grommunio-web/tmp +%dir %attr(0770,groweb,groweb) /var/lib/grommunio-web/sqlite-index +%dir %attr(0770,groweb,groweb) /var/lib/grommunio-web/session +%_sysusersdir/*.conf %dir %_datadir/%name %exclude %_datadir/%name/LICENSE.txt