Package Details: nhiicc 1:20220530-3

Git Clone URL: https://aur.archlinux.org/nhiicc.git (read-only, click to copy)
Package Base: nhiicc
Description: 台灣健保卡網路註冊憑證元件 (National Health Insurance IC Card)
Upstream URL: https://cloudicweb.nhi.gov.tw/cloudic/system/SMC/mEventesting.htm
Licenses: custom
Submitter: None
Maintainer: yan12125
Last Packager: yan12125
Votes: 5
Popularity: 0.000000
First Submitted: 2020-03-19 03:58 (UTC)
Last Updated: 2024-01-30 12:21 (UTC)

Latest Comments

1 2 Next › Last »

yan12125 commented on 2023-09-25 04:57 (UTC)

Fixed, many thanks for the rules file!

louiswpf commented on 2023-09-20 11:59 (UTC) (edited on 2023-09-20 12:03 (UTC) by louiswpf)

pcsclite 1.9.9-3 enables polkit support. [1]
Please add a polkit rule for nhiicc to work. Thank you.

# cat /usr/share/polkit-1/rules.d/nhiicc.rules
polkit.addRule(function(action, subject) {
    if ((action.id == "org.debian.pcsc-lite.access_pcsc" ||
         action.id == "org.debian.pcsc-lite.access_card") &&
        subject.user == "nhiicc") {
        return polkit.Result.YES;
    }
});

[1] https://gitlab.archlinux.org/archlinux/packaging/packages/pcsclite/-/commit/49c45fbb693ddebefe08592c29f089205d18c2b2

louiswpf commented on 2022-06-15 13:09 (UTC)

Nice. Thank you for maintaining this package.

yan12125 commented on 2022-06-15 12:53 (UTC)

Sorry for the delay. I finally find time to review changes. I made two changes on top of your version:

  • Keep -t for install as it makes commands shorter
  • Move the comment about hard-coding to the correct place instead of removing it

Coincidentally, it is updated today.

Nice! I have a script for version checking at https://gitlab.com/yan12125/aur/-/blob/master/scripts/check-packages.py. I will improve it to use checksums instead of filenames for nhiicc.

louiswpf commented on 2022-06-09 15:54 (UTC) (edited on 2022-06-09 15:57 (UTC) by louiswpf)

That is indeed concerning. I should have got in touch with NHI in the first place.

I checked https://cloudicweb.nhi.gov.tw/cloudic/system/SMC/mEventesting.htm again and found out the checksum is now updated to "af4c8e12bdadef7e6ab2b9b1dabb21d4".

Coincidentally, it is updated today.

$ curl -s -I https://cloudicweb.nhi.gov.tw/cloudic/system/SMC/mEventesting.htm | grep Last-Modified
Last-Modified: Thu, 09 Jun 2022 03:01:35 GMT

yan12125 commented on 2022-06-09 13:09 (UTC)

Thanks for cleanups. Most of them look good. For the new version, I have a concern: checksums on https://cloudicweb.nhi.gov.tw/cloudic/system/SMC/mEventesting.htm are still old ones, and I cannot find a source for new checksums. Mind to get in touch with NHI for clarification?

louiswpf commented on 2022-06-07 17:25 (UTC)

Hi, I've done some cleanups and updated the package to 20220530. Please take a look and consider merge my changes. Thank you.

https://github.com/louiswpf/nhiicc

yan12125 commented on 2022-02-16 11:28 (UTC)

By the way, upstream [1] released new one "20220110" [2] :) But!!! It is not gzip, it is XZ:

Seems not an issue for makepkg :)

You are right! Restarting the browser / System reboot helps!

Thanks for confirmation! I added a post-installation note.

starnight commented on 2022-02-14 12:09 (UTC)

You are right! Restarting the browser / System reboot helps!

yan12125 commented on 2022-02-13 17:05 (UTC)

Hmm, did you restart the browser after installing this package? I remember I need to do that for Firefox to load the newly generated certificate.