summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew G. Morgan <morgan@kernel.org>2020-07-24 19:39:35 -0700
committerAndrew G. Morgan <morgan@kernel.org>2020-07-24 19:39:35 -0700
commit7ad50365f6e51d65ffb51500daf7b217242e563f (patch)
tree4eea5c03695cd6cb87d2b8c340febb014cf37fc6
parent23a264ae6dc2059ed790c58f3ada415b8d50ac60 (diff)
downloadlibcap2-psx/v0.2.41.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 aa6c2c5..03ae700 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=40
+MINOR=41
# 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 42e5859..8c8bd7d 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.40
+require kernel.org/pub/linux/libs/security/libcap/psx v0.2.41
diff --git a/goapps/setid/go.mod b/goapps/setid/go.mod
index c388152..79af36a 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.40
- kernel.org/pub/linux/libs/security/libcap/psx v0.2.40
+ kernel.org/pub/linux/libs/security/libcap/cap v0.2.41
+ kernel.org/pub/linux/libs/security/libcap/psx v0.2.41
)
diff --git a/goapps/web/go.mod b/goapps/web/go.mod
index a0cddf2..b68c4a0 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.40 // indirect
+require kernel.org/pub/linux/libs/security/libcap/cap v0.2.41