Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
23c7feb8
Commit
23c7feb8
authored
2 years ago
by
alice
Committed by
alice
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
main/chrony: upgrade to 4.3
parent
a3f3fbbd
No related branches found
No related tags found
2 merge requests
!39304
[3.16] main/expat: security upgrade to 2.4.9
,
!38486
main/chrony: upgrade to 4.3
Pipeline
#134778
passed
2 years ago
Stage: verify
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
main/chrony/APKBUILD
+2
-4
2 additions, 4 deletions
main/chrony/APKBUILD
main/chrony/fix-tests.patch
+0
-12
0 additions, 12 deletions
main/chrony/fix-tests.patch
with
2 additions
and
16 deletions
main/chrony/APKBUILD
+
2
−
4
View file @
23c7feb8
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
# Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net>
# Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
chrony
pkgname
=
chrony
pkgver
=
4.
2
pkgver
=
4.
3
pkgrel
=
0
pkgrel
=
0
pkgdesc
=
"NTP client and server programs"
pkgdesc
=
"NTP client and server programs"
url
=
"https://chrony.tuxfamily.org"
url
=
"https://chrony.tuxfamily.org"
...
@@ -15,7 +15,6 @@ makedepends="asciidoctor libcap-dev texinfo nettle-dev gnutls-dev"
...
@@ -15,7 +15,6 @@ makedepends="asciidoctor libcap-dev texinfo nettle-dev gnutls-dev"
checkdepends
=
"bash"
checkdepends
=
"bash"
subpackages
=
"
$pkgname
-doc
$pkgname
-openrc"
subpackages
=
"
$pkgname
-doc
$pkgname
-openrc"
source
=
"https://download.tuxfamily.org/chrony/chrony-
$pkgver
.tar.gz
source
=
"https://download.tuxfamily.org/chrony/chrony-
$pkgver
.tar.gz
fix-tests.patch
max_resolve_interval.patch
max_resolve_interval.patch
chronyd.confd
chronyd.confd
...
@@ -80,8 +79,7 @@ package() {
...
@@ -80,8 +79,7 @@ package() {
}
}
sha512sums
=
"
sha512sums
=
"
7f946b27de605b3ebea62cf23916dfad77c99e8b2338ba239ede6b8216ce436b3d4d87770f371c8d8e006507c51d5c831b51f067957abd2935adfdec3f5aa67d chrony-4.2.tar.gz
1394bac3ed684352fe89b7fef7da50e61f9f522abee807627ae1fc4c2dde891017bc8e5b13759fced028f3a1e875d5e4e5a4f85de65c63b5f83d0ca03bb4c5df chrony-4.3.tar.gz
067d47224a8c075ec8f63ffc58e65b030fdf228a72c4f03d50a2f2c17414da65bb5d27c7c2e4ba99e909f452041db83eaebe3c9e34c0c8fce18e05ebb489735e fix-tests.patch
b26581ed32680585edea5b8163a0062a87f648394c0f363c77a7d01a36608fcf4d005d9e6ab179ed2827b8a08f598f7bad4801bb5e135cad5107eb77fb19b247 max_resolve_interval.patch
b26581ed32680585edea5b8163a0062a87f648394c0f363c77a7d01a36608fcf4d005d9e6ab179ed2827b8a08f598f7bad4801bb5e135cad5107eb77fb19b247 max_resolve_interval.patch
c1ce577ed1af9f3d88a6a2880a4834ae0c6a7f45870d9396d2aacd7716eb8de346ce458e1a45fdd48b1e8b8f5cd3afcba9534ac47fedb517604c9d910a342fac chronyd.confd
c1ce577ed1af9f3d88a6a2880a4834ae0c6a7f45870d9396d2aacd7716eb8de346ce458e1a45fdd48b1e8b8f5cd3afcba9534ac47fedb517604c9d910a342fac chronyd.confd
1501161812ad12679d47a1b671d2ddbe94ec5825d5e225729057abc3b8869cb813acd8bdd7adaba0cd786afdf04280228e327a3b83f89a11d06bf3cb826c5269 chronyd.initd
1501161812ad12679d47a1b671d2ddbe94ec5825d5e225729057abc3b8869cb813acd8bdd7adaba0cd786afdf04280228e327a3b83f89a11d06bf3cb826c5269 chronyd.initd
...
...
This diff is collapsed.
Click to expand it.
main/chrony/fix-tests.patch
deleted
100644 → 0
+
0
−
12
View file @
a3f3fbbd
diff -upr chrony-3.2.orig/test/unit/test.c chrony-3.2/test/unit/test.c
--- chrony-3.2.orig/test/unit/test.c 2017-11-29 11:32:23.610059580 +0100
+++ chrony-3.2/test/unit/test.c 2017-11-29 11:32:51.213742887 +0100
@@ -23,6 +23,8 @@
#include <logging.h>
#include <localp.h>
+#include <sys/param.h>
+
#include "test.h"
void
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment