Search Criteria
Package Details: limesurvey 6.6.6+241002-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/limesurvey.git (read-only, click to copy) |
---|---|
Package Base: | limesurvey |
Description: | The most popular FOSS online survey tool on the web. |
Upstream URL: | https://www.limesurvey.org |
Keywords: | survey |
Licenses: | GPL2 |
Submitter: | mawcomw |
Maintainer: | danieltetraquark |
Last Packager: | danieltetraquark |
Votes: | 5 |
Popularity: | 0.000000 |
First Submitted: | 2014-07-23 08:24 (UTC) |
Last Updated: | 2024-10-05 22:00 (UTC) |
Dependencies (9)
- php
- apache (apache-gitAUR) (optional) – a supported application server
- mariadb (mysql55AUR, mysql56AUR, mytop-gitAUR, mysql81AUR, mysql57AUR, mysql80AUR, mysqlAUR, mariadb-lts, percona-server) (optional) – MariaDB database support
- mysqlAUR (mysql55AUR, mysql56AUR, mariadb-gitAUR, mysql81AUR, mysql57AUR, mroongaAUR, mysql80AUR, mysqlAUR, mariadb, mariadb-lts, percona-server) (optional) – MySQL database support
- nginx (nginx-nchan-gitAUR, nginx-rtmp-sergey-gitAUR, nginx-mainline-boringsslAUR, nginx-quic-openssl-hgAUR, nginx-mainline-pushstreamAUR, tengineAUR, tengine-extraAUR, freenginx-mainline-hgAUR, freenginx-mainlineAUR, angieAUR, nginx-quic-libresslAUR, nginx-mainline) (optional) – a supported application server
- php-gd (optional) – for CAPTCHAs and graphs
- php-imapAUR (optional) – email bounce tracking system
- php-sodium (optional) – for data encryption
- postgresql (postgresql-12AUR, postgresql13AUR, postgresql-gitAUR, postgresql15-docsAUR, postgresql15AUR, postgresql17-docsAUR, postgresql17AUR) (optional) – PostgreSQL database support
Latest Comments
1 2 3 4 Next › Last »
weltio commented on 2024-06-05 06:56 (UTC) (edited on 2024-06-05 06:56 (UTC) by weltio)
==> Validating source files with sha256sums... limesurvey6.5.10+240603.zip ... FAILED
user20159 commented on 2022-05-03 12:36 (UTC)
Version 5.3.11+220425 results in a 404 for download URL https://download.limesurvey.org/latest-stable-release/limesurvey5.3.11+220425.zip. Version 5.3.12+220502 works.
user20159 commented on 2021-11-26 01:18 (UTC)
package()
contains this message:In most cases, the user who builds an AUR package is the same as the one who installs it - but I feel like this message would be better fitting during package install. What do you think? Thanks for packaging this, indeed!
9-r commented on 2021-10-12 08:41 (UTC) (edited on 2021-10-12 08:47 (UTC) by 9-r)
@danieltetraquark: to get back to your question from almost 2 years ago (sorry, I must have overlooked it): I think you are right. Even if using php-fpm one should use separate process managers per webapp and allowing write access to random directories for the default php-fpm by installing a webapp does not feel like the arch way. Maybe expanding the notice during install with the specific directories that require write access for limesurvey to function correctly would spare some headache during first time installs. Thanks for keeping the package up to date, btw :)
9-r commented on 2021-10-12 08:30 (UTC)
While upgrading from 4.x limesurvey required write access to application/config/security.php to update/regenerate encryption keys. I only use limesurvey occasionally, maybe some regular users can pitch in if it makes sense to symlink it to /etc/webapps/limesurvey as well.
danieltetraquark commented on 2021-05-27 17:00 (UTC)
Now with 5.0.0, php8 is supported. Please adjust your webbrowser setup accordingly. Thanks ;)
danieltetraquark commented on 2019-12-20 18:48 (UTC)
@9-r Thanks for the note. I don't think we should do this, because there are other ways to run php than php-fpm (like uwsgi for example), thus I think it should be rather configured by the admin (just like open_basedir). Or am I on a wrong path?
9-r commented on 2019-12-20 17:00 (UTC) (edited on 2019-12-20 17:04 (UTC) by 9-r)
With the recent php update to 7.4 strikter write permissions are enforced via systemds ProtectSystem=Full directive in the php-fpm.service unit file.
This leads to full failure of my limesurvey instance with a notice about missing write access to /usr/share/webapps/limesurvey/tmp/runtime/
I was able to resolve the issue by excluding the limesurvey subfolders "tmp" and "upload" from readonly access for the php-fpm service.
I would suggest to add the following lines or something similar to the package () function in PKGBUILD to permanently create the necessary override during installation.
mkdir "$pkgdir"/etc/systemd/system/php-fpm.service.d/ echo "ReadWritePaths=/usr/share/webapps/limesurvey/tmp/ /usr/share/webapps/limesurvey/upload" > "$pkgdir"/etc/systemd/system/php-fpm.service.d/limesurveyReadWritePaths.conf
relevant documentation: https://www.freedesktop.org/software/systemd/man/systemd.exec.html#ReadWritePaths= https://www.freedesktop.org/software/systemd/man/systemd.exec.html#ProtectSystem=
danieltetraquark commented on 2019-09-08 11:55 (UTC)
@cssanchez fixed.
cssanchez commented on 2019-09-08 01:09 (UTC)
The pkg version needs to be updated again. Last release was yesterday and they broke the link to your version. >.>
https://download.limesurvey.org/latest-stable-release/limesurvey3.17.15+190906.zip
1 2 3 4 Next › Last »