Gentoo Archives: gentoo-commits

From: "Thilo Bangert (bangert)" <bangert@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-admin/srlog2/files: srlog2-0.80-fix-execstacks-curve25519.patch digest-srlog2-0.80
Date: Wed, 30 Jan 2008 23:06:29
Message-Id: E1JKM0e-0001If-SD@stork.gentoo.org
1 bangert 08/01/30 23:06:24
2
3 Added: srlog2-0.80-fix-execstacks-curve25519.patch
4 digest-srlog2-0.80
5 Log:
6 initial portage proper release - from the bangert overlay - credits for the original ebuild go to dragonheart
7 (Portage version: 2.1.3.19)
8
9 Revision Changes Path
10 1.1 app-admin/srlog2/files/srlog2-0.80-fix-execstacks-curve25519.patch
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/srlog2/files/srlog2-0.80-fix-execstacks-curve25519.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/srlog2/files/srlog2-0.80-fix-execstacks-curve25519.patch?rev=1.1&content-type=text/plain
14
15 Index: srlog2-0.80-fix-execstacks-curve25519.patch
16 ===================================================================
17 Index: curve25519/curve25519_athlon_square.s
18 ===================================================================
19 --- curve25519/curve25519_athlon_square.s (revision 182)
20 +++ curve25519/curve25519_athlon_square.s (working copy)
21 @@ -296,3 +296,6 @@
22 fstpl 72(%ecx)
23 add %eax,%esp
24 ret
25 +#if defined(__linux__) && defined(__ELF__)
26 +.section .note.GNU-stack,"",%progbits
27 +#endif
28 Index: curve25519/curve25519_athlon_init.s
29 ===================================================================
30 --- curve25519/curve25519_athlon_init.s (revision 182)
31 +++ curve25519/curve25519_athlon_init.s (working copy)
32 @@ -11,3 +11,6 @@
33 fldcw curve25519_athlon_rounding
34 add %eax,%esp
35 ret
36 +#if defined(__linux__) && defined(__ELF__)
37 +.section .note.GNU-stack,"",%progbits
38 +#endif
39 Index: curve25519/curve25519_athlon_todouble.s
40 ===================================================================
41 --- curve25519/curve25519_athlon_todouble.s (revision 182)
42 +++ curve25519/curve25519_athlon_todouble.s (working copy)
43 @@ -142,3 +142,6 @@
44 fstpl 72(%ecx)
45 add %eax,%esp
46 ret
47 +#if defined(__linux__) && defined(__ELF__)
48 +.section .note.GNU-stack,"",%progbits
49 +#endif
50 Index: curve25519/curve25519_athlon_mainloop.s
51 ===================================================================
52 --- curve25519/curve25519_athlon_mainloop.s (revision 182)
53 +++ curve25519/curve25519_athlon_mainloop.s (working copy)
54 @@ -3988,3 +3988,6 @@
55 movl 176(%ecx),%ebp
56 add %eax,%esp
57 ret
58 +#if defined(__linux__) && defined(__ELF__)
59 +.section .note.GNU-stack,"",%progbits
60 +#endif
61 Index: curve25519/curve25519_athlon_mult.s
62 ===================================================================
63 --- curve25519/curve25519_athlon_mult.s (revision 182)
64 +++ curve25519/curve25519_athlon_mult.s (working copy)
65 @@ -408,3 +408,6 @@
66 movl 0(%esp),%ebp
67 add %eax,%esp
68 ret
69 +#if defined(__linux__) && defined(__ELF__)
70 +.section .note.GNU-stack,"",%progbits
71 +#endif
72 Index: curve25519/curve25519_athlon_const.s
73 ===================================================================
74 --- curve25519/curve25519_athlon_const.s (revision 182)
75 +++ curve25519/curve25519_athlon_const.s (working copy)
76 @@ -112,3 +112,6 @@
77 curve25519_athlon_rounding:
78 .byte 0x7f
79 .byte 0x13
80 +#if defined(__linux__) && defined(__ELF__)
81 + .section .note.GNU-stack,"",%progbits
82 +#endif
83 Index: curve25519/curve25519_athlon_fromdouble.s
84 ===================================================================
85 --- curve25519/curve25519_athlon_fromdouble.s (revision 182)
86 +++ curve25519/curve25519_athlon_fromdouble.s (working copy)
87 @@ -193,3 +193,6 @@
88 movl 0(%esp),%ebp
89 add %eax,%esp
90 ret
91 +#if defined(__linux__) && defined(__ELF__)
92 +.section .note.GNU-stack,"",%progbits
93 +#endif
94
95
96
97 1.1 app-admin/srlog2/files/digest-srlog2-0.80
98
99 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/srlog2/files/digest-srlog2-0.80?rev=1.1&view=markup
100 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/srlog2/files/digest-srlog2-0.80?rev=1.1&content-type=text/plain
101
102 Index: digest-srlog2-0.80
103 ===================================================================
104 MD5 3aa3157a0c44fe94910acf7c72b25266 srlog2-0.80.tar.gz 93231
105 RMD160 b1096988324453abe0b222071b37b6597738cec3 srlog2-0.80.tar.gz 93231
106 SHA256 0445950b8a3366ef9c585c1b26dd727b215dd0d85f4d939ddc230796b7fa24ac srlog2-0.80.tar.gz 93231
107
108
109
110 --
111 gentoo-commits@l.g.o mailing list