diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-06-25 09:19:06 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-06-25 09:19:06 +0800 |
| commit | 46efd2bc056d9678b405263ff6c7b1f4eaba0f6f (patch) | |
| tree | fc0b2c53f0059a58238c0a4dd894d2b834ec3e3a | |
| parent | 4e10318eeabdc65644d46ed7cb2bde204f98c89f (diff) | |
| download | alicelinux-46efd2bc056d9678b405263ff6c7b1f4eaba0f6f.tar.gz alicelinux-46efd2bc056d9678b405263ff6c7b1f4eaba0f6f.zip | |
nss: updated to 3.101
| -rw-r--r-- | repos/extra/nss/.files | 1 | ||||
| -rw-r--r-- | repos/extra/nss/abuild | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/repos/extra/nss/.files b/repos/extra/nss/.files index 44082810..eb82e796 100644 --- a/repos/extra/nss/.files +++ b/repos/extra/nss/.files @@ -85,6 +85,7 @@ drwxr-xr-x root/root usr/include/nss/ -rw-r--r-- root/root usr/include/nss/nssckt.h -rw-r--r-- root/root usr/include/nss/nssdev.h -rw-r--r-- root/root usr/include/nss/nssdevt.h +-rw-r--r-- root/root usr/include/nss/nsshash.h -rw-r--r-- root/root usr/include/nss/nssilckt.h -rw-r--r-- root/root usr/include/nss/nssilock.h -rw-r--r-- root/root usr/include/nss/nsslocks.h diff --git a/repos/extra/nss/abuild b/repos/extra/nss/abuild index 2ec5f3e3..2b406418 100644 --- a/repos/extra/nss/abuild +++ b/repos/extra/nss/abuild @@ -1,5 +1,5 @@ name=nss -version=3.100 +version=3.101 ver=${version%.*} sion=${version#*.} release=1 |