Compare commits
29 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0243a53cf1 | ||
|
|
e14a54023c | ||
|
|
439eb59b5a | ||
|
|
271c365301 | ||
|
|
9b1cf0ac0a | ||
|
|
86a3a8bd6c | ||
|
|
a993166697 | ||
|
|
3d3314b171 | ||
|
|
f3a331eebb | ||
|
|
11072fae9d | ||
|
|
cc072d4bd7 | ||
|
|
855edcbf90 | ||
|
|
26adffdbef | ||
|
|
3cafbe58a0 | ||
|
|
4663ff1030 | ||
|
|
3eef7e6661 | ||
|
|
d0a036a8b7 | ||
|
|
47f4a8291b | ||
|
|
977cc84ccc | ||
|
|
8d3f94b691 | ||
|
|
377a58266a | ||
|
|
4b5387cb51 | ||
|
|
b24746f6fc | ||
|
|
eaa961160a | ||
|
|
837f125eba | ||
|
|
135fe88170 | ||
|
|
837a4b187a | ||
|
|
90aeb100cd | ||
|
|
3be2dded72 |
4 changed files with 1273 additions and 0 deletions
23
.gitignore
vendored
23
.gitignore
vendored
|
|
@ -0,0 +1,23 @@
|
|||
/annobin-8.71.tar.xz
|
||||
/annobin-8.73.tar.xz
|
||||
/annobin-8.76.tar.xz
|
||||
/annobin-8.77.tar.xz
|
||||
/annobin-8.78.tar.xz
|
||||
/annobin-8.81.tar.xz
|
||||
/annobin-8.89.tar.xz
|
||||
/annobin-8.90.tar.xz
|
||||
/annobin-9.12.tar.xz
|
||||
/annobin-9.14.tar.xz
|
||||
/annobin-9.17.tar.xz
|
||||
/annobin-9.18.tar.xz
|
||||
/annobin-9.19.tar.xz
|
||||
/annobin-9.20.tar.xz
|
||||
/annobin-9.39.tar.xz
|
||||
/annobin-9.41.tar.xz
|
||||
/annobin-9.46.tar.xz
|
||||
/annobin-9.59.tar.xz
|
||||
/annobin-9.64.tar.xz
|
||||
/annobin-9.71.tar.xz
|
||||
/annobin-9.81.tar.xz
|
||||
/annobin-9.83.tar.xz
|
||||
/annobin-10.94.tar.xz
|
||||
1228
annobin.spec
Normal file
1228
annobin.spec
Normal file
File diff suppressed because it is too large
Load diff
21
annocheck-no-build-with-plugin.patch
Normal file
21
annocheck-no-build-with-plugin.patch
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
diff -rup annobin.orig/annocheck/Makefile.am annobin-9.81/annocheck/Makefile.am
|
||||
--- annobin.orig/annocheck/Makefile.am 2021-07-13 15:47:16.345084083 +0100
|
||||
+++ annobin-9.81/annocheck/Makefile.am 2021-07-13 15:48:12.145778656 +0100
|
||||
@@ -9,4 +9,4 @@ bin_PROGRAMS = annocheck
|
||||
annocheck_SOURCES = annocheck.c timing.c size.c notes.c hardened.c built-by.c annocheck.h ../annobin-global.h
|
||||
annocheck_LDADD = -lelf -ldw $(RPMLIBS) -liberty $(LIBDEBUGINFOD)
|
||||
annocheck_LDFLAGS = -Wl,-z,now
|
||||
-annocheck_CFLAGS = -O2 -ansi -g -Wall -Werror -fpie -D_FORTIFY_SOURCE=2 -fplugin=annobin -fstack-protector-strong
|
||||
+annocheck_CFLAGS = -O2 -ansi -g -Wall -Werror -fpie -D_FORTIFY_SOURCE=2 -fstack-protector-strong
|
||||
diff -rup annobin.orig/annocheck/Makefile.in annobin-9.81/annocheck/Makefile.in
|
||||
--- annobin.orig/annocheck/Makefile.in 2021-07-13 15:47:16.345084083 +0100
|
||||
+++ annobin-9.81/annocheck/Makefile.in 2021-07-13 15:48:24.098713222 +0100
|
||||
@@ -334,7 +334,7 @@ AUTOMAKE_OPTIONS = no-dependencies
|
||||
annocheck_SOURCES = annocheck.c timing.c size.c notes.c hardened.c built-by.c annocheck.h ../annobin-global.h
|
||||
annocheck_LDADD = -lelf -ldw $(RPMLIBS) -liberty $(LIBDEBUGINFOD)
|
||||
annocheck_LDFLAGS = -Wl,-z,now
|
||||
-annocheck_CFLAGS = -O2 -ansi -g -Wall -Werror -fpie -D_FORTIFY_SOURCE=2 -fplugin=annobin -fstack-protector-strong
|
||||
+annocheck_CFLAGS = -O2 -ansi -g -Wall -Werror -fpie -D_FORTIFY_SOURCE=2 -fstack-protector-strong
|
||||
all: all-am
|
||||
|
||||
.SUFFIXES:
|
||||
1
sources
1
sources
|
|
@ -0,0 +1 @@
|
|||
SHA512 (annobin-10.94.tar.xz) = da6cee60c5640ed30ee8c359e0f0450cafd41164a0136144350216403347de90e8ed417b370007f444eba202dcd45e13639c4defcf4e6da90337d4d65f3e2187
|
||||
Loading…
Add table
Add a link
Reference in a new issue