aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-04-16 23:50:19 -0400
committerMike Frysinger <vapier@gentoo.org>2021-04-17 00:24:04 -0400
commit5f494f3f79c4669bf6a3c217e9233b4a0a672244 (patch)
tree51689441ace11df6e1a18dc5015f4b16ffecee4a
parentbuild: refresh autotools a bit (diff)
downloadpax-utils-5f494f3f.tar.gz
pax-utils-5f494f3f.tar.bz2
pax-utils-5f494f3f.zip
refresh http:// URIs
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
-rw-r--r--README.md16
-rw-r--r--TODO2
-rw-r--r--elf.h2
-rw-r--r--macho.h3
-rw-r--r--man/fragment/reftail4
-rw-r--r--paxinc.h2
6 files changed, 15 insertions, 14 deletions
diff --git a/README.md b/README.md
index fa0f0f8..7e6dc99 100644
--- a/README.md
+++ b/README.md
@@ -33,7 +33,7 @@ You don't need PaX to use the pax-utils. Infact the only thing they
really have in common is that pax-utils was initially written to aid in
deploying PaX systems so it includes support for PT_PAX_FLAGS and the
deprecated but still in use EI_PAX flags. For more information about PaX
-see the homepage at http://pax.grsecurity.net/
+see the homepage at https://pax.grsecurity.net/
## Links
@@ -49,25 +49,25 @@ If you include pax-utils in your distro, feel free to send an update for this.
* Maintainer: ludwig.nussel@suse.de
##### Ubuntu
- * http://packages.ubuntu.com/edgy/devel/pax-utils
+ * https://packages.ubuntu.com/hirsute/pax-utils
* Maintainer: john.r.moser@gmail.com
##### Debian
- * http://packages.debian.org/unstable/misc/pax-utils
- * http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=388200
+ * https://packages.debian.org/unstable/misc/pax-utils
+ * https://bugs.debian.org/388200
* Maintainer: rdenis@simphalempin.com
##### FreeBSD
- * http://portsmon.freebsd.org/portoverview.py?category=sysutils&portname=pax-utils
- * http://www.freshports.org/sysutils/pax-utils/
+ * https://portsmon.freebsd.org/portoverview.py?category=sysutils&portname=pax-utils
+ * https://www.freshports.org/sysutils/pax-utils/
* http://archive.netbsd.se/?ml=freebsd-cvs-all&a=2006-08&m=2311441
* Maintainer: sbz@FreeBSD.org
##### OpenEmedded
- * http://www.openembedded.org/filebrowser/org.openembedded.dev/packages/pax-utils
+ * https://www.openembedded.org/filebrowser/org.openembedded.dev/packages/pax-utils
##### Crux
- * http://magog.se/crux/pax-utils/Pkgfile
+ * https://magog.se/crux/pax-utils/Pkgfile
* Maintainer: mattias@hedenskog.se
##### Fedora
diff --git a/TODO b/TODO
index 3c9968c..613bfb6 100644
--- a/TODO
+++ b/TODO
@@ -22,7 +22,7 @@ no hits as all of our symbol comparisons ignore the versioning info.
allow digging into ARM_ATTRIBUTES (.ARM.attributes) sections
- need info on the section layout
- figure out how to integrate cleanly (target-independent driller)
- http://sourceware.org/binutils/docs/as/GNU-Object-Attributes.html
+ https://sourceware.org/binutils/docs/as/GNU-Object-Attributes.html
scanelf should look at the dynamic table for rpath/needed/soname entries instead
of requiring section headers and looking up by section names. need to implement
diff --git a/elf.h b/elf.h
index 3627066..51962c9 100644
--- a/elf.h
+++ b/elf.h
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#ifndef _ELF_H
#define _ELF_H 1
diff --git a/macho.h b/macho.h
index 79da151..c4929c8 100644
--- a/macho.h
+++ b/macho.h
@@ -9,7 +9,8 @@
#include <stdint.h>
/*
- * http://developer.apple.com/documentation/DeveloperTools/Conceptual/MachORuntime/Reference/reference.html
+ * https://nicolascormier.com/documentation/macosx-programming/MachORuntime.pdf
+ * https://web.archive.org/web/20090404123504/http://developer.apple.com/DOCUMENTATION/DeveloperTools/Conceptual/MachORuntime/Reference/reference.html
*/
#define CPU_ARCH_ABI64 0x01000000 /* 64 bit */
diff --git a/man/fragment/reftail b/man/fragment/reftail
index 3acd009..c722421 100644
--- a/man/fragment/reftail
+++ b/man/fragment/reftail
@@ -1,6 +1,6 @@
<refsect1 id='homepage'>
<title>HOMEPAGE</title>
- <para><ulink>http://hardened.gentoo.org/pax-utils.xml</ulink></para>
+ <para><ulink>https://wiki.gentoo.org/wiki/Hardened/PaX_Utilities</ulink></para>
</refsect1>
<refsect1 id='report_bugs'>
@@ -9,7 +9,7 @@
Please include as much information as possible (using any available
debugging options) and send bug reports to the maintainers (see the
<link><emphasis remap='B'>AUTHORS</emphasis></link> section). Please
- use the Gentoo bugzilla at <ulink>http://bugs.gentoo.org/</ulink> if
+ use the Gentoo bugzilla at <ulink>https://bugs.gentoo.org/</ulink> if
possible.
</para>
</refsect1>
diff --git a/paxinc.h b/paxinc.h
index 620ad68..aaff2e5 100644
--- a/paxinc.h
+++ b/paxinc.h
@@ -108,7 +108,7 @@ const char *strfileperms(const char *fname);
#define PTR_ALIGN_DOWN(base, size) ((__typeof__(base))ALIGN_DOWN((uintptr_t)(base), (size)))
#define PTR_ALIGN_UP(base, size) ((__typeof__(base))ALIGN_UP ((uintptr_t)(base), (size)))
-/* Support for libFuzzer: http://llvm.org/docs/LibFuzzer.html */
+/* Support for libFuzzer: https://llvm.org/docs/LibFuzzer.html */
#if PAX_UTILS_LIBFUZZ
int LLVMFuzzerInitialize(__unused__ int *argc, __unused__ char ***argv);
int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size);