summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew G. Morgan <morgan@kernel.org>2020-08-01 18:41:45 -0700
committerAndrew G. Morgan <morgan@kernel.org>2020-08-01 18:41:45 -0700
commit312f77fc50a9b26ef0b1976a6c10ce314e0f8ff2 (patch)
tree9a2558f633837e8844f107eea72a6c35fc96b44e
parent22f2e207f7824d231aab4de973e547f006e3ea3c (diff)
downloadlibcap2-libcap-korg-2.42.tar.gz
Signed-off-by: Andrew G. Morgan <morgan@kernel.org>
-rw-r--r--Make.Rules2
-rw-r--r--cap/go.mod2
-rw-r--r--goapps/setid/go.mod4
-rw-r--r--goapps/web/go.mod2
4 files changed, 5 insertions, 5 deletions
diff --git a/Make.Rules b/Make.Rules
index b85ddee..8440e18 100644
--- a/Make.Rules
+++ b/Make.Rules
@@ -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
diff --git a/cap/go.mod b/cap/go.mod
index 8c8bd7d..da5b4e5 100644
--- a/cap/go.mod
+++ b/cap/go.mod
@@ -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