summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Moore <pmoore@redhat.com>2015-01-30 12:08:54 -0500
committerPaul Moore <pmoore@redhat.com>2015-01-30 12:08:54 -0500
commitf0b953dd62ba062d27ec744a709a6c688802b016 (patch)
treea672e3759579189c99a8560a442267c07df49b52
parentd2182ccb227e44ce290bf2ac5802113a373b5d59 (diff)
downloadlibseccomp-f0b953dd62ba062d27ec744a709a6c688802b016.tar.gz
all: update the project homepage references
Signed-off-by: Paul Moore <pmoore@redhat.com>
-rw-r--r--CHANGELOG2
-rw-r--r--CREDITS2
-rw-r--r--SUBMITTING_PATCHES2
-rw-r--r--doc/man/man1/scmp_sys_resolver.16
-rw-r--r--doc/man/man3/seccomp_arch_add.36
-rw-r--r--doc/man/man3/seccomp_attr_set.36
-rw-r--r--doc/man/man3/seccomp_export_bpf.36
-rw-r--r--doc/man/man3/seccomp_init.36
-rw-r--r--doc/man/man3/seccomp_load.36
-rw-r--r--doc/man/man3/seccomp_merge.36
-rw-r--r--doc/man/man3/seccomp_release.36
-rw-r--r--doc/man/man3/seccomp_rule_add.36
-rw-r--r--doc/man/man3/seccomp_syscall_priority.36
-rw-r--r--doc/man/man3/seccomp_syscall_resolve_name.36
-rw-r--r--libseccomp.pc.in2
15 files changed, 37 insertions, 37 deletions
diff --git a/CHANGELOG b/CHANGELOG
index d63d8e6..11bbb68 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,6 @@
libseccomp: Releases
===============================================================================
-http://libseccomp.sf.net
+https://github.com/seccomp/libseccomp
* Version 2.1.1 - October 31, 2013
- Build system improvements
diff --git a/CREDITS b/CREDITS
index 1d383bd..d622a55 100644
--- a/CREDITS
+++ b/CREDITS
@@ -1,6 +1,6 @@
libseccomp: Contributors
===============================================================================
-http://libseccomp.sf.net
+https://github.com/seccomp/libseccomp
Andy Lutomirski <luto@amacapital.net>
Ashley Lai <adlai@us.ibm.com>
diff --git a/SUBMITTING_PATCHES b/SUBMITTING_PATCHES
index 29520df..698ced8 100644
--- a/SUBMITTING_PATCHES
+++ b/SUBMITTING_PATCHES
@@ -1,6 +1,6 @@
How to Submit Patches to the libseccomp Project
===============================================================================
-http://libseccomp.sf.net
+https://github.com/seccomp/libseccomp
This document is intended to act as a guide to help you contribute to the
libseccomp project. It is not perfect, and there will always be exceptions
diff --git a/doc/man/man1/scmp_sys_resolver.1 b/doc/man/man1/scmp_sys_resolver.1
index b0b516d..5b176bf 100644
--- a/doc/man/man1/scmp_sys_resolver.1
+++ b/doc/man/man1/scmp_sys_resolver.1
@@ -51,9 +51,9 @@ Returns zero on success, errno values on failure.
.\" //////////////////////////////////////////////////////////////////////////
.P
The libseccomp project site, with more information and the source code
-repository, can be found at http://libseccomp.sf.net. This tool, as well as
-the libseccomp library, is currently under development, please report any bugs
-at the project site or directly to the author.
+repository, can be found at https://github.com/seccomp/libseccomp. This tool,
+as well as the libseccomp library, is currently under development, please
+report any bugs at the project site or directly to the author.
.\" //////////////////////////////////////////////////////////////////////////
.SH AUTHOR
.\" //////////////////////////////////////////////////////////////////////////
diff --git a/doc/man/man3/seccomp_arch_add.3 b/doc/man/man3/seccomp_arch_add.3
index dd000fc..13d0dc3 100644
--- a/doc/man/man3/seccomp_arch_add.3
+++ b/doc/man/man3/seccomp_arch_add.3
@@ -116,9 +116,9 @@ support is required to load and enforce the seccomp filter generated by
libseccomp.
.P
The libseccomp project site, with more information and the source code
-repository, can be found at http://libseccomp.sf.net. This library is currently
-under development, please report any bugs at the project site or directly to
-the author.
+repository, can be found at https://github.com/seccomp/libseccomp. This tool,
+as well as the libseccomp library, is currently under development, please
+report any bugs at the project site or directly to the author.
.\" //////////////////////////////////////////////////////////////////////////
.SH AUTHOR
.\" //////////////////////////////////////////////////////////////////////////
diff --git a/doc/man/man3/seccomp_attr_set.3 b/doc/man/man3/seccomp_attr_set.3
index 5e6bfc5..806b223 100644
--- a/doc/man/man3/seccomp_attr_set.3
+++ b/doc/man/man3/seccomp_attr_set.3
@@ -117,9 +117,9 @@ support is required to load and enforce the seccomp filter generated by
libseccomp.
.P
The libseccomp project site, with more information and the source code
-repository, can be found at http://libseccomp.sf.net. This library is currently
-under development, please report any bugs at the project site or directly to
-the author.
+repository, can be found at https://github.com/seccomp/libseccomp. This tool,
+as well as the libseccomp library, is currently under development, please
+report any bugs at the project site or directly to the author.
.\" //////////////////////////////////////////////////////////////////////////
.SH AUTHOR
.\" //////////////////////////////////////////////////////////////////////////
diff --git a/doc/man/man3/seccomp_export_bpf.3 b/doc/man/man3/seccomp_export_bpf.3
index 0d18638..613a110 100644
--- a/doc/man/man3/seccomp_export_bpf.3
+++ b/doc/man/man3/seccomp_export_bpf.3
@@ -93,9 +93,9 @@ support is required to load and enforce the seccomp filter generated by
libseccomp.
.P
The libseccomp project site, with more information and the source code
-repository, can be found at http://libseccomp.sf.net. This library is currently
-under development, please report any bugs at the project site or directly to
-the author.
+repository, can be found at https://github.com/seccomp/libseccomp. This tool,
+as well as the libseccomp library, is currently under development, please
+report any bugs at the project site or directly to the author.
.\" //////////////////////////////////////////////////////////////////////////
.SH AUTHOR
.\" //////////////////////////////////////////////////////////////////////////
diff --git a/doc/man/man3/seccomp_init.3 b/doc/man/man3/seccomp_init.3
index 6c79d41..3e2498a 100644
--- a/doc/man/man3/seccomp_init.3
+++ b/doc/man/man3/seccomp_init.3
@@ -122,9 +122,9 @@ support is required to load and enforce the seccomp filter generated by
libseccomp.
.P
The libseccomp project site, with more information and the source code
-repository, can be found at http://libseccomp.sf.net. This library is currently
-under development, please report any bugs at the project site or directly to
-the author.
+repository, can be found at https://github.com/seccomp/libseccomp. This tool,
+as well as the libseccomp library, is currently under development, please
+report any bugs at the project site or directly to the author.
.\" //////////////////////////////////////////////////////////////////////////
.SH AUTHOR
.\" //////////////////////////////////////////////////////////////////////////
diff --git a/doc/man/man3/seccomp_load.3 b/doc/man/man3/seccomp_load.3
index 87e0766..e86bac4 100644
--- a/doc/man/man3/seccomp_load.3
+++ b/doc/man/man3/seccomp_load.3
@@ -64,9 +64,9 @@ support is required to load and enforce the seccomp filter generated by
libseccomp.
.P
The libseccomp project site, with more information and the source code
-repository, can be found at http://libseccomp.sf.net. This library is currently
-under development, please report any bugs at the project site or directly to
-the author.
+repository, can be found at https://github.com/seccomp/libseccomp. This tool,
+as well as the libseccomp library, is currently under development, please
+report any bugs at the project site or directly to the author.
.\" //////////////////////////////////////////////////////////////////////////
.SH AUTHOR
.\" //////////////////////////////////////////////////////////////////////////
diff --git a/doc/man/man3/seccomp_merge.3 b/doc/man/man3/seccomp_merge.3
index 3a00bcd..ac1972e 100644
--- a/doc/man/man3/seccomp_merge.3
+++ b/doc/man/man3/seccomp_merge.3
@@ -104,9 +104,9 @@ support is required to load and enforce the seccomp filter generated by
libseccomp.
.P
The libseccomp project site, with more information and the source code
-repository, can be found at http://libseccomp.sf.net. This library is currently
-under development, please report any bugs at the project site or directly to
-the author.
+repository, can be found at https://github.com/seccomp/libseccomp. This tool,
+as well as the libseccomp library, is currently under development, please
+report any bugs at the project site or directly to the author.
.\" //////////////////////////////////////////////////////////////////////////
.SH AUTHOR
.\" //////////////////////////////////////////////////////////////////////////
diff --git a/doc/man/man3/seccomp_release.3 b/doc/man/man3/seccomp_release.3
index 8a61c9c..ee46a41 100644
--- a/doc/man/man3/seccomp_release.3
+++ b/doc/man/man3/seccomp_release.3
@@ -61,9 +61,9 @@ support is required to load and enforce the seccomp filter generated by
libseccomp.
.P
The libseccomp project site, with more information and the source code
-repository, can be found at http://libseccomp.sf.net. This library is currently
-under development, please report any bugs at the project site or directly to
-the author.
+repository, can be found at https://github.com/seccomp/libseccomp. This tool,
+as well as the libseccomp library, is currently under development, please
+report any bugs at the project site or directly to the author.
.\" //////////////////////////////////////////////////////////////////////////
.SH AUTHOR
.\" //////////////////////////////////////////////////////////////////////////
diff --git a/doc/man/man3/seccomp_rule_add.3 b/doc/man/man3/seccomp_rule_add.3
index 98878fb..ee04401 100644
--- a/doc/man/man3/seccomp_rule_add.3
+++ b/doc/man/man3/seccomp_rule_add.3
@@ -281,9 +281,9 @@ support is required to load and enforce the seccomp filter generated by
libseccomp.
.P
The libseccomp project site, with more information and the source code
-repository, can be found at http://libseccomp.sf.net. This library is currently
-under development, please report any bugs at the project site or directly to
-the author.
+repository, can be found at https://github.com/seccomp/libseccomp. This tool,
+as well as the libseccomp library, is currently under development, please
+report any bugs at the project site or directly to the author.
.\" //////////////////////////////////////////////////////////////////////////
.SH AUTHOR
.\" //////////////////////////////////////////////////////////////////////////
diff --git a/doc/man/man3/seccomp_syscall_priority.3 b/doc/man/man3/seccomp_syscall_priority.3
index 7cffde8..5a11037 100644
--- a/doc/man/man3/seccomp_syscall_priority.3
+++ b/doc/man/man3/seccomp_syscall_priority.3
@@ -97,9 +97,9 @@ support is required to load and enforce the seccomp filter generated by
libseccomp.
.P
The libseccomp project site, with more information and the source code
-repository, can be found at http://libseccomp.sf.net. This library is currently
-under development, please report any bugs at the project site or directly to
-the author.
+repository, can be found at https://github.com/seccomp/libseccomp. This tool,
+as well as the libseccomp library, is currently under development, please
+report any bugs at the project site or directly to the author.
.\" //////////////////////////////////////////////////////////////////////////
.SH AUTHOR
.\" //////////////////////////////////////////////////////////////////////////
diff --git a/doc/man/man3/seccomp_syscall_resolve_name.3 b/doc/man/man3/seccomp_syscall_resolve_name.3
index 140e300..670fcd2 100644
--- a/doc/man/man3/seccomp_syscall_resolve_name.3
+++ b/doc/man/man3/seccomp_syscall_resolve_name.3
@@ -105,9 +105,9 @@ support is required to load and enforce the seccomp filter generated by
libseccomp.
.P
The libseccomp project site, with more information and the source code
-repository, can be found at http://libseccomp.sf.net. This library is currently
-under development, please report any bugs at the project site or directly to
-the author.
+repository, can be found at https://github.com/seccomp/libseccomp. This tool,
+as well as the libseccomp library, is currently under development, please
+report any bugs at the project site or directly to the author.
.\" //////////////////////////////////////////////////////////////////////////
.SH AUTHOR
.\" //////////////////////////////////////////////////////////////////////////
diff --git a/libseccomp.pc.in b/libseccomp.pc.in
index a863351..1ded40d 100644
--- a/libseccomp.pc.in
+++ b/libseccomp.pc.in
@@ -26,7 +26,7 @@ includedir=@includedir@
Name: libseccomp
Description: The enhanced seccomp library
-URL: http://libseccomp.sf.net
+URL: https://github.com/seccomp/libseccomp
Version: @PACKAGE_VERSION@
Cflags: -I${includedir}
Libs: -L${libdir} -lseccomp