David Runge pushed to branch main at Arch Linux / Packaging / Packages / postfix
Commits: 6f0dd02f by David Runge at 2023-11-02T08:53:52+01:00 Udate url, as upstream finally learnt how to use TLS Signed-off-by: David Runge <[email protected]> - - - - - 4ad8f1e9 by David Runge at 2023-11-02T09:03:18+01:00 Update list of SPDX license identifiers to match upstream sources Signed-off-by: David Runge <[email protected]> - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -12,8 +12,11 @@ pkgver=3.8.2 pkgrel=1 pkgdesc="Fast, easy to administer, secure mail server" arch=(x86_64) -url="http://www.postfix.org/" -license=(EPL) +url="https://www.postfix.org/" +license=( + 'EPL-2.0 OR IPL-1.0' + BSD-4-Clause-UC +) depends=(glibc) makedepends=( db @@ -156,8 +159,8 @@ package_postfix() { install -vDm 755 auxiliary/collate/collate.pl "$pkgdir/usr/bin/postfix-collate.pl" install -vDm 755 auxiliary/collate/tlstype.pl "$pkgdir/usr/bin/postfix-tlstype.pl" install -vDm 644 auxiliary/collate/README* -t "$pkgdir/usr/share/doc/$pkgname/collate/" - # license - install -vDm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/" + # licenses + install -vDm 644 LICENSE COPYRIGHT -t "$pkgdir/usr/share/licenses/$pkgname/" # systemd service install -vDm 644 ../$pkgname.service -t "$pkgdir/usr/lib/systemd/system/" # sysusers.d View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/postfix/-/compare/be7252c62470a58f898fe7e7a7e518667ce27d75...4ad8f1e90040d77ce3cd79de24b5771267890d4d -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/postfix/-/compare/be7252c62470a58f898fe7e7a7e518667ce27d75...4ad8f1e90040d77ce3cd79de24b5771267890d4d You're receiving this email because of your account on gitlab.archlinux.org.
