Search Criteria
Package Details: roundcubemail-plugin-carddav 5.0.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/roundcubemail-plugin-carddav.git (read-only, click to copy) |
---|---|
Package Base: | roundcubemail-plugin-carddav |
Description: | CardDAV plugin for RoundCube Webmailer |
Upstream URL: | https://github.com/mstilkerich/rcmcarddav |
Keywords: | contacts |
Licenses: | GPL2 |
Conflicts: | roundcube-rcmcarddav, roundcube-rcmcarddav-git, roundcubemail-plugin-carddav-git |
Replaces: | roundcube-rcmcarddav |
Submitter: | AlphaJack |
Maintainer: | AlphaJack |
Last Packager: | AlphaJack |
Votes: | 5 |
Popularity: | 0.000211 |
First Submitted: | 2020-08-30 21:48 (UTC) |
Last Updated: | 2023-01-21 18:08 (UTC) |
Latest Comments
« First ‹ Previous 1 2
alerque commented on 2021-10-27 16:18 (UTC)
I've been trying to build the latest update via
extra-x86_64-build
(the easy to use wrapper aroundmakechrootpkg
used to build official repo packages for clean chroot builds) and am getting a failure during the build() function:Any idea what is wrong?
AlphaJack commented on 2021-03-06 10:14 (UTC)
@RoKoInfo Thank you for the report, I changed the PKGBUILD accordingly
RoKoInfo commented on 2021-03-06 08:54 (UTC)
Hello AlphaJack, the update is not working for me right now. blind-coder gets forwarded to mstilkerich, and the release file there has a different file ending (.tar.gz instead of .tgz).
cgirard commented on 2021-02-13 17:39 (UTC)
Hi, it is missing the systemd makedepends for http user/group.
AlphaJack commented on 2020-12-03 15:23 (UTC)
@dvzrv I've switched all my packages to SHA256, however MD5 seems to be fine as download checksum
dvzrv commented on 2020-11-03 21:42 (UTC)
@AlphaJack: MD5 is broken and so is SHA1.
dvzrv commented on 2020-11-03 21:39 (UTC)
@AlphaJack: The license file for GPL2 is already in the licenses packages. You don't have to install it.
AlphaJack commented on 2020-11-03 21:39 (UTC) (edited on 2020-11-14 17:39 (UTC) by AlphaJack)
@dvzrv Thank you, I've modified the functions accordingly and added the old package in the
replaces
array. Are there security concerns with the md5sum hashing algorithm, regarding file integrity (and not password storage)?dvzrv commented on 2020-11-03 09:17 (UTC)
@Alphajack: Thanks for picking up the plugin stuff!
A couple of notes on your PKGBUILD:
Please build things with composer in
build()
, not inpackage()
. Modify the sources beforebuild()
(e.g. when usingsed
) inprepare()
not inpackage()
. Use more secure hashing algorithms (e.g. sha265sums, sha512sums, b2sums - you can use multiple!).Modify file permissions and ownership using sysusers.d. It is more flexible and less dangerous than applying this in
package()
or an.install
script.P.S.: I will remove roundcube-rmcarddav so you can add that to the replaces array as well!
« First ‹ Previous 1 2