Age | Commit message (Collapse) | Author |
|
* Remove outdated comments
* .nvchecker.toml
* Remove unneeded "\\s" from the regex
* PKGBUILD
* Remove unneeded "Jv" when executing tar
* No need to remove "*~" and "._*" files since they no longer exist
* regen-certs.sh
* Execute "update-ca-trust" rather than "/usr/bin/update-ca-trust"
for consistency
|
|
Mostly based on the patch from AUR user ChenyHsu
|
|
Similar to changes to other packages on
https://archlinux.org/todo/polkit-rulesd-directory-mode/
|
|
Many thanks to louiswpf!
See: https://aur.archlinux.org/packages/nhiicc#comment-934780
|
|
Original commit messages:
-----------------------------------------------------------------------
Update comments
* Fix grammar.
* Remove the hard-coding comment since we've fixed it in nhiicc.service.
Use /usr/share/nhiicc for consistency
Since we use /var/lib/nhiicc/cert, use /usr/share/nhiicc for
consistency.
Clean up install and cp usages
* Use a single "install -D" to install a file and creating leading
directories.
* install: Remove unneeded "-d" and "-t"
* cp: Ownerships are not preserved by default. Remove unneeded
"--no-preserve=ownership".
Update to 20220530
-----------------------------------------------------------------------
My changes:
* Keep -t for install as it makes commands shorter
* Move the comment about hard-coding to the correct place instead of
removing it
|
|
|
|
Following upstream ./Install script
|
|
The original non-versioned tarballs are removed. Also, openssl-1.0 is
finally gone!
The latest tarball has "Last-Modified: Wed, 22 Dec 2021 17:12:05 GMT"
HTTP header, while the version string is older, hence the epoch.
|
|
|
|
|
|
|
|
Remove Requires=pcscd.service to allow pcscd-32.service
|
|
|
|
|