Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F107320508
D13502.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
965 B
Referenced Files
None
Subscribers
None
D13502.diff
View Options
Index: head/security/tor/Makefile
===================================================================
--- head/security/tor/Makefile
+++ head/security/tor/Makefile
@@ -3,6 +3,7 @@
PORTNAME= tor
PORTVERSION= 0.3.1.9
+PORTREVISION= 1
CATEGORIES= security net ipv6
MASTER_SITES= TOR
Index: head/security/tor/files/patch-orconfig.h.in
===================================================================
--- head/security/tor/files/patch-orconfig.h.in
+++ head/security/tor/files/patch-orconfig.h.in
@@ -0,0 +1,12 @@
+--- orconfig.h.in.orig 2017-11-30 20:34:49 UTC
++++ orconfig.h.in
+@@ -517,7 +517,9 @@
+ #undef HAVE_TIME_H
+
+ /* Define to 1 if you have the `timingsafe_memcmp' function. */
++#if __FreeBSD_version >= 1200000 // disabled: timingsafe_memcmp(3) has been added only in 12.0, and isn't yet available on older systems
+ #undef HAVE_TIMINGSAFE_MEMCMP
++#endif
+
+ /* Define to 1 if you have the `TLS_method' function. */
+ #undef HAVE_TLS_METHOD
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Jan 13, 10:55 AM (4 h, 1 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15781109
Default Alt Text
D13502.diff (965 B)
Attached To
Mode
D13502: security/tor: Unbreaking on systems without timingsafe_memcmp(3)
Attached
Detach File
Event Timeline
Log In to Comment