Gentoo Archives: gentoo-commits

From: Mike Frysinger <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/pax-utils:master commit in: /, man/fragment/
Date: Sat, 17 Apr 2021 05:39:13
Message-Id: 1618633444.5f494f3f79c4669bf6a3c217e9233b4a0a672244.vapier@gentoo
1 commit: 5f494f3f79c4669bf6a3c217e9233b4a0a672244
2 Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 17 03:50:19 2021 +0000
4 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 17 04:24:04 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/pax-utils.git/commit/?id=5f494f3f
7
8 refresh http:// URIs
9
10 Signed-off-by: Mike Frysinger <vapier <AT> gentoo.org>
11
12 README.md | 16 ++++++++--------
13 TODO | 2 +-
14 elf.h | 2 +-
15 macho.h | 3 ++-
16 man/fragment/reftail | 4 ++--
17 paxinc.h | 2 +-
18 6 files changed, 15 insertions(+), 14 deletions(-)
19
20 diff --git a/README.md b/README.md
21 index fa0f0f8..7e6dc99 100644
22 --- a/README.md
23 +++ b/README.md
24 @@ -33,7 +33,7 @@ You don't need PaX to use the pax-utils. Infact the only thing they
25 really have in common is that pax-utils was initially written to aid in
26 deploying PaX systems so it includes support for PT_PAX_FLAGS and the
27 deprecated but still in use EI_PAX flags. For more information about PaX
28 -see the homepage at http://pax.grsecurity.net/
29 +see the homepage at https://pax.grsecurity.net/
30
31 ## Links
32
33 @@ -49,25 +49,25 @@ If you include pax-utils in your distro, feel free to send an update for this.
34 * Maintainer: ludwig.nussel@××××.de
35
36 ##### Ubuntu
37 - * http://packages.ubuntu.com/edgy/devel/pax-utils
38 + * https://packages.ubuntu.com/hirsute/pax-utils
39 * Maintainer: john.r.moser@×××××.com
40
41 ##### Debian
42 - * http://packages.debian.org/unstable/misc/pax-utils
43 - * http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=388200
44 + * https://packages.debian.org/unstable/misc/pax-utils
45 + * https://bugs.debian.org/388200
46 * Maintainer: rdenis@××××××××××××.com
47
48 ##### FreeBSD
49 - * http://portsmon.freebsd.org/portoverview.py?category=sysutils&portname=pax-utils
50 - * http://www.freshports.org/sysutils/pax-utils/
51 + * https://portsmon.freebsd.org/portoverview.py?category=sysutils&portname=pax-utils
52 + * https://www.freshports.org/sysutils/pax-utils/
53 * http://archive.netbsd.se/?ml=freebsd-cvs-all&a=2006-08&m=2311441
54 * Maintainer: sbz@×××××××.org
55
56 ##### OpenEmedded
57 - * http://www.openembedded.org/filebrowser/org.openembedded.dev/packages/pax-utils
58 + * https://www.openembedded.org/filebrowser/org.openembedded.dev/packages/pax-utils
59
60 ##### Crux
61 - * http://magog.se/crux/pax-utils/Pkgfile
62 + * https://magog.se/crux/pax-utils/Pkgfile
63 * Maintainer: mattias@×××××××××.se
64
65 ##### Fedora
66
67 diff --git a/TODO b/TODO
68 index 3c9968c..613bfb6 100644
69 --- a/TODO
70 +++ b/TODO
71 @@ -22,7 +22,7 @@ no hits as all of our symbol comparisons ignore the versioning info.
72 allow digging into ARM_ATTRIBUTES (.ARM.attributes) sections
73 - need info on the section layout
74 - figure out how to integrate cleanly (target-independent driller)
75 - http://sourceware.org/binutils/docs/as/GNU-Object-Attributes.html
76 + https://sourceware.org/binutils/docs/as/GNU-Object-Attributes.html
77
78 scanelf should look at the dynamic table for rpath/needed/soname entries instead
79 of requiring section headers and looking up by section names. need to implement
80
81 diff --git a/elf.h b/elf.h
82 index 3627066..51962c9 100644
83 --- a/elf.h
84 +++ b/elf.h
85 @@ -14,7 +14,7 @@
86
87 You should have received a copy of the GNU Lesser General Public
88 License along with the GNU C Library; if not, see
89 - <http://www.gnu.org/licenses/>. */
90 + <https://www.gnu.org/licenses/>. */
91
92 #ifndef _ELF_H
93 #define _ELF_H 1
94
95 diff --git a/macho.h b/macho.h
96 index 79da151..c4929c8 100644
97 --- a/macho.h
98 +++ b/macho.h
99 @@ -9,7 +9,8 @@
100 #include <stdint.h>
101
102 /*
103 - * http://developer.apple.com/documentation/DeveloperTools/Conceptual/MachORuntime/Reference/reference.html
104 + * https://nicolascormier.com/documentation/macosx-programming/MachORuntime.pdf
105 + * https://web.archive.org/web/20090404123504/http://developer.apple.com/DOCUMENTATION/DeveloperTools/Conceptual/MachORuntime/Reference/reference.html
106 */
107
108 #define CPU_ARCH_ABI64 0x01000000 /* 64 bit */
109
110 diff --git a/man/fragment/reftail b/man/fragment/reftail
111 index 3acd009..c722421 100644
112 --- a/man/fragment/reftail
113 +++ b/man/fragment/reftail
114 @@ -1,6 +1,6 @@
115 <refsect1 id='homepage'>
116 <title>HOMEPAGE</title>
117 - <para><ulink>http://hardened.gentoo.org/pax-utils.xml</ulink></para>
118 + <para><ulink>https://wiki.gentoo.org/wiki/Hardened/PaX_Utilities</ulink></para>
119 </refsect1>
120
121 <refsect1 id='report_bugs'>
122 @@ -9,7 +9,7 @@
123 Please include as much information as possible (using any available
124 debugging options) and send bug reports to the maintainers (see the
125 <link><emphasis remap='B'>AUTHORS</emphasis></link> section). Please
126 - use the Gentoo bugzilla at <ulink>http://bugs.gentoo.org/</ulink> if
127 + use the Gentoo bugzilla at <ulink>https://bugs.gentoo.org/</ulink> if
128 possible.
129 </para>
130 </refsect1>
131
132 diff --git a/paxinc.h b/paxinc.h
133 index 620ad68..aaff2e5 100644
134 --- a/paxinc.h
135 +++ b/paxinc.h
136 @@ -108,7 +108,7 @@ const char *strfileperms(const char *fname);
137 #define PTR_ALIGN_DOWN(base, size) ((__typeof__(base))ALIGN_DOWN((uintptr_t)(base), (size)))
138 #define PTR_ALIGN_UP(base, size) ((__typeof__(base))ALIGN_UP ((uintptr_t)(base), (size)))
139
140 -/* Support for libFuzzer: http://llvm.org/docs/LibFuzzer.html */
141 +/* Support for libFuzzer: https://llvm.org/docs/LibFuzzer.html */
142 #if PAX_UTILS_LIBFUZZ
143 int LLVMFuzzerInitialize(__unused__ int *argc, __unused__ char ***argv);
144 int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size);