diff options
author | Andrew G. Morgan <morgan@kernel.org> | 2020-08-01 18:41:45 -0700 |
---|---|---|
committer | Andrew G. Morgan <morgan@kernel.org> | 2020-08-01 18:41:45 -0700 |
commit | 312f77fc50a9b26ef0b1976a6c10ce314e0f8ff2 (patch) | |
tree | 9a2558f633837e8844f107eea72a6c35fc96b44e | |
parent | 22f2e207f7824d231aab4de973e547f006e3ea3c (diff) | |
download | libcap2-libcap-korg-2.42.tar.gz |
Up the release version to 2.42v0.2.42psx/v0.2.42libcap-korg-2.42libcap-2.42cap/v0.2.42
Signed-off-by: Andrew G. Morgan <morgan@kernel.org>
-rw-r--r-- | Make.Rules | 2 | ||||
-rw-r--r-- | cap/go.mod | 2 | ||||
-rw-r--r-- | goapps/setid/go.mod | 4 | ||||
-rw-r--r-- | goapps/web/go.mod | 2 |
4 files changed, 5 insertions, 5 deletions
@@ -41,7 +41,7 @@ GOPKGDIR=$(prefix)/share/gocode/src # Common version number defines for libcap LIBTITLE=libcap VERSION=2 -MINOR=41 +MINOR=42 # 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 @@ -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.41 +require kernel.org/pub/linux/libs/security/libcap/psx v0.2.42 diff --git a/goapps/setid/go.mod b/goapps/setid/go.mod index 79af36a..2573dec 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.41 - kernel.org/pub/linux/libs/security/libcap/psx v0.2.41 + kernel.org/pub/linux/libs/security/libcap/cap v0.2.42 + kernel.org/pub/linux/libs/security/libcap/psx v0.2.42 ) diff --git a/goapps/web/go.mod b/goapps/web/go.mod index b68c4a0..84c8074 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.41 +require kernel.org/pub/linux/libs/security/libcap/cap v0.2.42 |