summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew G. Morgan <morgan@kernel.org>2021-01-23 18:10:49 -0800
committerAndrew G. Morgan <morgan@kernel.org>2021-01-23 18:10:49 -0800
commit28f5bc71416b2e27e470327995a202d04e917e3f (patch)
treed730c83d35a92e6cb73d30c7074816304c8e9d76
parentcdd905f2f36c1df60344e45b2033729fc3dbe526 (diff)
downloadlibcap2-psx/v0.2.47.tar.gz
Signed-off-by: Andrew G. Morgan <morgan@kernel.org>
-rw-r--r--Make.Rules8
-rw-r--r--cap/go.mod2
-rw-r--r--contrib/seccomp/go.mod2
-rw-r--r--goapps/gowns/go.mod2
-rw-r--r--goapps/setid/go.mod4
-rw-r--r--goapps/web/go.mod2
6 files changed, 10 insertions, 10 deletions
diff --git a/Make.Rules b/Make.Rules
index 1b3d780..28af3c5 100644
--- a/Make.Rules
+++ b/Make.Rules
@@ -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
diff --git a/cap/go.mod b/cap/go.mod
index 711a271..ca5b1c6 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.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