diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-07-08 09:57:18 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-07-08 09:57:18 +0800 |
| commit | 59972026e9bc45a058368289c9077010efd56aea (patch) | |
| tree | c0660aa621c590c9947533b624df701c236ce551 /repos/extra | |
| parent | 92f2e0e0335e0ec61da30f498cfadb5f579cbd4a (diff) | |
| download | alicelinux-59972026e9bc45a058368289c9077010efd56aea.tar.gz alicelinux-59972026e9bc45a058368289c9077010efd56aea.zip | |
c-ares: updated to 1.32.0
Diffstat (limited to 'repos/extra')
| -rw-r--r-- | repos/extra/c-ares/.files | 11 | ||||
| -rw-r--r-- | repos/extra/c-ares/abuild | 2 |
2 files changed, 8 insertions, 5 deletions
diff --git a/repos/extra/c-ares/.files b/repos/extra/c-ares/.files index ab236eaf..7eade0be 100644 --- a/repos/extra/c-ares/.files +++ b/repos/extra/c-ares/.files @@ -5,12 +5,11 @@ drwxr-xr-x root/root usr/include/ -rw-r--r-- root/root usr/include/ares_dns.h -rw-r--r-- root/root usr/include/ares_dns_record.h -rw-r--r-- root/root usr/include/ares_nameser.h --rw-r--r-- root/root usr/include/ares_rules.h -rw-r--r-- root/root usr/include/ares_version.h drwxr-xr-x root/root usr/lib/ -lrwxrwxrwx root/root usr/lib/libcares.so -> libcares.so.2.16.0 -lrwxrwxrwx root/root usr/lib/libcares.so.2 -> libcares.so.2.16.0 --rwxr-xr-x root/root usr/lib/libcares.so.2.16.0 +lrwxrwxrwx root/root usr/lib/libcares.so -> libcares.so.2.17.0 +lrwxrwxrwx root/root usr/lib/libcares.so.2 -> libcares.so.2.17.0 +-rwxr-xr-x root/root usr/lib/libcares.so.2.17.0 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/libcares.pc drwxr-xr-x root/root usr/share/ @@ -56,6 +55,10 @@ drwxr-xr-x root/root usr/share/man/man3/ -rw-r--r-- root/root usr/share/man/man3/ares_dns_record_rr_get.3.gz -rw-r--r-- root/root usr/share/man/man3/ares_dns_record_rr_get_const.3.gz -rw-r--r-- root/root usr/share/man/man3/ares_dns_rr.3.gz +-rw-r--r-- root/root usr/share/man/man3/ares_dns_rr_add_abin.3.gz +-rw-r--r-- root/root usr/share/man/man3/ares_dns_rr_del_abin.3.gz +-rw-r--r-- root/root usr/share/man/man3/ares_dns_rr_get_abin.3.gz +-rw-r--r-- root/root usr/share/man/man3/ares_dns_rr_get_abin_cnt.3.gz -rw-r--r-- root/root usr/share/man/man3/ares_dns_rr_get_addr.3.gz -rw-r--r-- root/root usr/share/man/man3/ares_dns_rr_get_addr6.3.gz -rw-r--r-- root/root usr/share/man/man3/ares_dns_rr_get_bin.3.gz diff --git a/repos/extra/c-ares/abuild b/repos/extra/c-ares/abuild index 537e2764..1e2d8ac6 100644 --- a/repos/extra/c-ares/abuild +++ b/repos/extra/c-ares/abuild @@ -1,4 +1,4 @@ name=c-ares -version=1.31.0 +version=1.32.0 release=1 source="https://github.com/${name}/${name}/releases/download/v${version}/${name}-${version}.tar.gz" |