diff options
author | Andrew G. Morgan <morgan@kernel.org> | 2021-01-23 18:10:49 -0800 |
---|---|---|
committer | Andrew G. Morgan <morgan@kernel.org> | 2021-01-23 18:10:49 -0800 |
commit | 28f5bc71416b2e27e470327995a202d04e917e3f (patch) | |
tree | d730c83d35a92e6cb73d30c7074816304c8e9d76 | |
parent | cdd905f2f36c1df60344e45b2033729fc3dbe526 (diff) | |
download | libcap2-28f5bc71416b2e27e470327995a202d04e917e3f.tar.gz |
Up the release version to 2.47v0.2.47psx/v0.2.47libcap-korg-2.47libcap-2.47cap/v0.2.47
Signed-off-by: Andrew G. Morgan <morgan@kernel.org>
-rw-r--r-- | Make.Rules | 8 | ||||
-rw-r--r-- | cap/go.mod | 2 | ||||
-rw-r--r-- | contrib/seccomp/go.mod | 2 | ||||
-rw-r--r-- | goapps/gowns/go.mod | 2 | ||||
-rw-r--r-- | goapps/setid/go.mod | 4 | ||||
-rw-r--r-- | goapps/web/go.mod | 2 |
6 files changed, 10 insertions, 10 deletions
@@ -1,7 +1,7 @@ # Common version number defines for libcap LIBTITLE=libcap VERSION=2 -MINOR=46 +MINOR=47 # ## Optional prefixes: @@ -43,9 +43,9 @@ LIBDIR=$(lib_prefix)/$(lib) PKGCONFIGDIR=$(LIBDIR)/pkgconfig GOPKGDIR=$(prefix)/share/gocode/src -# Go modules have their own semantics. I plan to leave this value at 0 -# and keep it there. The Go packages should always remain backwardly -# compatible, but I may have to up it if Go's syntax changes in a +# Once go1.16 is released, I plan to set this value to 1 and keep it +# there. The Go packages should always remain backwardly compatible, +# but I may have to up it if Go's syntax dramatically changes in a # backwards incompatible manner. (Let's hope not.) GOMAJOR=0 @@ -2,4 +2,4 @@ module kernel.org/pub/linux/libs/security/libcap/cap go 1.11 -require kernel.org/pub/linux/libs/security/libcap/psx v0.2.46 +require kernel.org/pub/linux/libs/security/libcap/psx v0.2.47 diff --git a/contrib/seccomp/go.mod b/contrib/seccomp/go.mod index 182e4e7..d9efa2e 100644 --- a/contrib/seccomp/go.mod +++ b/contrib/seccomp/go.mod @@ -2,4 +2,4 @@ module explore go 1.14 -require kernel.org/pub/linux/libs/security/libcap/psx v0.2.46 +require kernel.org/pub/linux/libs/security/libcap/psx v0.2.47 diff --git a/goapps/gowns/go.mod b/goapps/gowns/go.mod index b9ab77c..3863fbb 100644 --- a/goapps/gowns/go.mod +++ b/goapps/gowns/go.mod @@ -2,4 +2,4 @@ module gowns go 1.15 -require kernel.org/pub/linux/libs/security/libcap/cap v0.2.46 +require kernel.org/pub/linux/libs/security/libcap/cap v0.2.47 diff --git a/goapps/setid/go.mod b/goapps/setid/go.mod index 0d1ca42..b227144 100644 --- a/goapps/setid/go.mod +++ b/goapps/setid/go.mod @@ -3,6 +3,6 @@ module setid go 1.11 require ( - kernel.org/pub/linux/libs/security/libcap/cap v0.2.46 - kernel.org/pub/linux/libs/security/libcap/psx v0.2.46 + kernel.org/pub/linux/libs/security/libcap/cap v0.2.47 + kernel.org/pub/linux/libs/security/libcap/psx v0.2.47 ) diff --git a/goapps/web/go.mod b/goapps/web/go.mod index 1e6d077..a2dac7d 100644 --- a/goapps/web/go.mod +++ b/goapps/web/go.mod @@ -2,4 +2,4 @@ module web go 1.11 -require kernel.org/pub/linux/libs/security/libcap/cap v0.2.46 +require kernel.org/pub/linux/libs/security/libcap/cap v0.2.47 |