Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / postfix
Commits: 0cf513d7 by Robin Candau at 2026-06-07T11:11:33+02:00 Update source URL artfiles.org has its SSL certificate expired Closes https://gitlab.archlinux.org/archlinux/packaging/packages/postfix/-/work_items/21 - - - - - 3 changed files: - .SRCINFO - .nvchecker.toml - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -20,8 +20,8 @@ pkgbase = postfix makedepends = sqlite makedepends = tinycdb depends = glibc - source = https://www.artfiles.org/postfix.org/postfix-release/official/postfix-3.11.3.tar.gz - source = postfix-3.11.3.tar.gz.sig::https://www.artfiles.org/postfix.org/postfix-release/official/postfix-3.11.3.tar.gz.gpg2 + source = https://postfix.mirrors.ovh.net/postfix-release/official/postfix-3.11.3.tar.gz + source = postfix-3.11.3.tar.gz.sig::https://postfix.mirrors.ovh.net/postfix-release/official/postfix-3.11.3.tar.gz.gpg2 source = postfix-3.5.8-main_defaults.patch source = postfix.service source = postfix.sysusers ===================================== .nvchecker.toml ===================================== @@ -1,4 +1,4 @@ [postfix] source = "regex" regex = "postfix-([\\d.]+)\\.tar\\.gz?" -url = "https://www.artfiles.org/postfix.org/postfix-release/official/" +url = "https://postfix.mirrors.ovh.net/postfix-release/official/" ===================================== PKGBUILD ===================================== @@ -35,8 +35,8 @@ makedepends=( tinycdb ) source=( - https://www.artfiles.org/postfix.org/postfix-release/official/$pkgbase-$pkgver.tar.gz - $pkgbase-$pkgver.tar.gz.sig::https://www.artfiles.org/postfix.org/postfix-release/official/$pkgbase-$pkgver.tar.gz.gpg2 + https://postfix.mirrors.ovh.net/postfix-release/official/$pkgbase-$pkgver.tar.gz + $pkgbase-$pkgver.tar.gz.sig::https://postfix.mirrors.ovh.net/postfix-release/official/$pkgbase-$pkgver.tar.gz.gpg2 $pkgbase-3.5.8-main_defaults.patch $pkgbase.service $pkgbase.sysusers View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/postfix/-/commit/0cf513d7f3f1b77e4a8dd3a54d600cb205708c85 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/postfix/-/commit/0cf513d7f3f1b77e4a8dd3a54d600cb205708c85 You're receiving this email because of your account on gitlab.archlinux.org. Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications | Help: https://gitlab.archlinux.org/help
