Skip to content

Commit

Permalink
chrony: bump bundled nettle to 3.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
citrus-it committed Aug 4, 2023
1 parent 2a43bac commit f839953
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/chrony/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# http://www.illumos.org/license/CDDL.
# }}}

# Copyright 2022 OmniOS Community Edition (OmniOSce) Association.
# Copyright 2023 OmniOS Community Edition (OmniOSce) Association.

. ../../lib/build.sh

Expand All @@ -21,7 +21,7 @@ VER=4.3
PKG=service/network/chrony
SUMMARY="Network time services"
DESC="A versatile implementation of the Network Time Protocol (NTP)"
NETTLEVER=3.8.1
NETTLEVER=3.9.1

set_arch 64

Expand Down
1 change: 1 addition & 0 deletions doc/packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
| library/libxml2 | 2.11.4 | https://github.com/GNOME/libxml2/tags http://xmlsoft.org/news.html
| library/libxslt | 1.1.30 | http://xmlsoft.org/libxslt/news.html
| library/lzlib | 1.13 | https://download.savannah.gnu.org/releases/lzip/lzlib/
| library/nettle | 3.9.1 | https://ftp.gnu.org/gnu/nettle/ https://www.lysator.liu.se/~nisse/nettle/ | Used solely by chrony
| library/ncurses | 6.4 | https://ftp.gnu.org/gnu/ncurses/
| library/nghttp2 | 1.55.1 | https://github.com/nghttp2/nghttp2/releases
| library/nss | 3.91 | https://ftp.mozilla.org/pub/security/nss/releases/ https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_Releases
Expand Down
5 changes: 5 additions & 0 deletions tools/test
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,11 @@ add_target()
network/rsync:*)
targets["library/xxhash"]=`pver XXHASHVER`
;;

service/network/chrony:*)
targets["library/nettle"]=`pver NETTLEVER`
;;

network/dns/bind:*)
targets["library/libuv"]=`pver LIBUVVER`
;;
Expand Down

0 comments on commit f839953

Please sign in to comment.