Package Details: ntpsec 1.2.5-2

Git Clone URL: https://aur.archlinux.org/ntpsec.git (read-only, click to copy)
Package Base: ntpsec
Description: Security-hardened Network Time Protocol implementation
Upstream URL: https://www.ntpsec.org/
Licenses: Apache-2.0,BSD-2-Clause,BSD-4-Clause,ISC,NTP,Beerware,BSD-3-Clause,CC-BY-4.0,MIT
Conflicts: ntp
Provides: ntp
Submitter: chungy
Maintainer: gdfuego
Last Packager: gdfuego
Votes: 15
Popularity: 0.000086
First Submitted: 2016-12-01 10:10 (UTC)
Last Updated: 2026-08-20 18:23 (UTC)

Dependencies (13)

Required by (19)

Sources (5)

Latest Comments

1 2 3 Next › Last »

ImperatorStorm commented on 2026-07-31 21:02 (UTC)

You should be using http_s_ to download, not http.

https://wiki.archlinux.org/title/Arch_package_guidelines#Package_sources :

HTTPS sources (https:// for tarballs, git+https:// for git sources) should be used wherever possible

killab33z commented on 2025-06-08 01:10 (UTC)

The package failed to pull from ftp://ftp.ntpsec.org/pub/releases/ntpsec-1.2.4.tar.gz. I fixed it by using https://ftp.ntpsec.org/pub/releases/ntpsec-1.2.4.tar.gz instead. Can you please apply this fix to the PKGBUILD?

gdfuego commented on 2023-05-28 00:24 (UTC)

I've updated the package for aarch64. I can't test it out from my side though.

mys_721tx commented on 2023-05-27 01:15 (UTC)

Please add aarch64 to the supported architecture. It successfully builds on aarch64 alarm.

ghen commented on 2022-12-29 11:14 (UTC)

ntpsec 1.2.2 is out, and supports OpenSSL 3.0

gdfuego commented on 2022-11-23 15:56 (UTC)

Fix committed. Thank you.

<deleted-account> commented on 2022-11-14 19:59 (UTC)

--- PKGBUILD.old        2022-11-14 19:13:12.648504060 +0000                                                                   
+++ PKGBUILD    2022-11-14 19:16:13.988616631 +0000                                                                           
@@ -7,7 +7,7 @@
 url="https://www.ntpsec.org/"
 license=('custom')
-depends=('avahi' 'libbsd' 'python')
+depends=('avahi' 'libbsd' 'python' 'openssl-1.1')
 makedepends=('asciidoc' 'pps-tools' 'w3m' 'binutils')
 optdepends=('gnuplot: for ntpviz'
             'libevent: for ntpdig'
             'python-psutil: Optional for ntpviz, allows running with ionice'
@@ -43,6 +43,10 @@
 build() {
   cd "$pkgname-$pkgver"

+  export CFLAGS="$CFLAGS -I/usr/include/openssl-1.1"
+  export CXXFLAGS="$CXXFLAGS -I/usr/include/openssl-1.1"
+  export LDFLAGS="$LDFLAGS -L/usr/lib/openssl-1.1/"
+
   ./waf configure --prefix /usr --sbindir=/usr/bin --enable-debug-gdb \
         --refclock=all --enable-doc --htmldir=/usr/share/doc/ntpsec \
         --enable-leap-smear

<deleted-account> commented on 2022-11-14 19:32 (UTC)

@eimis

--- PKGBUILD.old        2022-11-14 19:13:12.648504060 +0000                                                                   
+++ PKGBUILD    2022-11-14 19:16:13.988616631 +0000                                                                           
@@ -8,7 +8,7 @@                                                                                                                
url="https://www.ntpsec.org/"                                                                                                 
license=('custom')                                                                                                            
depends=('avahi' 'libbsd' 'python')                                                                                          
-makedepends=('asciidoc' 'pps-tools' 'w3m' 'binutils')                                                                        
+makedepends=('asciidoc' 'pps-tools' 'w3m' 'binutils' 'openssl-1.1')                                                           
optdepends=('gnuplot: for ntpviz'                                                                                                         
            'libevent: for ntpdig'
            'python-psutil: Optional for ntpviz, allows running with ionice'                                                 
@@ -43,6 +43,10 @@                                                                                                             
build() {                                                                                                                       
cd "$pkgname-$pkgver"                                                                                                                                                                                                                                    
+  export CFLAGS="$CFLAGS -I/usr/include/openssl-1.1"
+  export CXXFLAGS="$CXXFLAGS -I/usr/include/openssl-1.1"                                                                     
+  export LDFLAGS="$LDFLAGS -L/usr/lib/openssl-1.1/"                                                                          
+                                                                                                                                
./waf configure --prefix /usr --sbindir=/usr/bin --enable-debug-gdb \                                                               
--refclock=all --enable-doc --htmldir=/usr/share/doc/ntpsec \                                                                 
--enable-leap-smear

<deleted-account> commented on 2022-11-14 19:31 (UTC)

--- PKGBUILD.old        2022-11-14 19:13:12.648504060 +0000                                                                   +++ PKGBUILD    2022-11-14 19:16:13.988616631 +0000                                                                           @@ -8,7 +8,7 @@                                                                                                                url="https://www.ntpsec.org/"                                                                                                 license=('custom')                                                                                                            depends=('avahi' 'libbsd' 'python')                                                                                          -makedepends=('asciidoc' 'pps-tools' 'w3m' 'binutils')                                                                        +makedepends=('asciidoc' 'pps-tools' 'w3m' 'binutils' 'openssl-1.1')                                                           optdepends=('gnuplot: for ntpviz'                                                                                                         'libevent: for ntpdig'
             'python-psutil: Optional for ntpviz, allows running with ionice'                                                 @@ -43,6 +43,10 @@                                                                                                             build() {                                                                                                                       cd "$pkgname-$pkgver"                                                                                                                                                                                                                                    +  export CFLAGS="$CFLAGS -I/usr/include/openssl-1.1"
+  export CXXFLAGS="$CXXFLAGS -I/usr/include/openssl-1.1"                                                                     +  export LDFLAGS="$LDFLAGS -L/usr/lib/openssl-1.1/"                                                                          +                                                                                                                                ./waf configure --prefix /usr --sbindir=/usr/bin --enable-debug-gdb \                                                               --refclock=all --enable-doc --htmldir=/usr/share/doc/ntpsec \                                                                 --enable-leap-smear