diff options
author | Dan Theisen <djt@hxx.in> | 2018-06-25 23:13:13 -0700 |
---|---|---|
committer | Dan Theisen <djt@hxx.in> | 2018-06-25 23:13:13 -0700 |
commit | 20ab3f9cc7186a0498f1d05d39465cf5005a8a8a (patch) | |
tree | 7f36c52bf1562d7cb9fbb36f0240b44ed02e344c | |
parent | 7a5ee27c1a7b3daec16e6310f94341a8473b6c61 (diff) | |
download | packages-20ab3f9cc7186a0498f1d05d39465cf5005a8a8a.tar.gz packages-20ab3f9cc7186a0498f1d05d39465cf5005a8a8a.tar.bz2 packages-20ab3f9cc7186a0498f1d05d39465cf5005a8a8a.tar.xz packages-20ab3f9cc7186a0498f1d05d39465cf5005a8a8a.zip |
user/ntp: deleted from user repo, moved to experimental, notes in APKBUILD
-rw-r--r-- | experimental/.gitkeep | 1 | ||||
-rw-r--r-- | experimental/ntp/APKBUILD (renamed from user/ntp/APKBUILD) | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/experimental/.gitkeep b/experimental/.gitkeep new file mode 100644 index 000000000..af4af3f21 --- /dev/null +++ b/experimental/.gitkeep @@ -0,0 +1 @@ +This is a git placeholder file.
\ No newline at end of file diff --git a/user/ntp/APKBUILD b/experimental/ntp/APKBUILD index a5410b4c9..b389caf47 100644 --- a/user/ntp/APKBUILD +++ b/experimental/ntp/APKBUILD @@ -1,6 +1,7 @@ # Contributor: Dan Theisen <djt@hxx.in> # Maintainer: Dan Theisen <djt@hxx.in> # TODO: split oneoff client packages to subpackage, add openrc subpackage, add sample config with no listeners +# Notes: This package fails to build on multiple architectures, also autokey is nonstandard and uses weak cryptography pkgname=ntp pkgver=4.2.8p11 pkgrel=0 |