pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/libffcall



Module Name:    pkgsrc
Committed By:   joerg
Date:           Sat Apr 18 22:00:40 UTC 2020

Modified Files:
        pkgsrc/devel/libffcall: distinfo
Added Files:
        pkgsrc/devel/libffcall/patches: patch-common_asm-x86__64.h

Log Message:
.eh_frame section on amd64 is supposed to be read-only.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/libffcall/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/devel/libffcall/patches/patch-common_asm-x86__64.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/libffcall/distinfo
diff -u pkgsrc/devel/libffcall/distinfo:1.3 pkgsrc/devel/libffcall/distinfo:1.4
--- pkgsrc/devel/libffcall/distinfo:1.3 Thu Oct 10 11:53:12 2019
+++ pkgsrc/devel/libffcall/distinfo     Sat Apr 18 22:00:40 2020
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.3 2019/10/10 11:53:12 wiz Exp $
+$NetBSD: distinfo,v 1.4 2020/04/18 22:00:40 joerg Exp $
 
 SHA1 (libffcall-2.2.tar.gz) = 464f1af197d417366face3007d7b63848b8fd6f4
 RMD160 (libffcall-2.2.tar.gz) = 6aea8db43824cb75c5d113b65817aeccee59679c
 SHA512 (libffcall-2.2.tar.gz) = b9d3ca4c67ab92915a8183d850153e585dcb58ceb2199a104426a7aae363d37017b1226440acd18a2db0cc207e044f71e932857189964261e8eaa6de5cef1731
 Size (libffcall-2.2.tar.gz) = 954623 bytes
+SHA1 (patch-common_asm-x86__64.h) = ba0315d17fec8861429f61eb5e4c5e05bd24983f

Added files:

Index: pkgsrc/devel/libffcall/patches/patch-common_asm-x86__64.h
diff -u /dev/null pkgsrc/devel/libffcall/patches/patch-common_asm-x86__64.h:1.1
--- /dev/null   Sat Apr 18 22:00:40 2020
+++ pkgsrc/devel/libffcall/patches/patch-common_asm-x86__64.h   Sat Apr 18 22:00:40 2020
@@ -0,0 +1,12 @@
+$NetBSD: patch-common_asm-x86__64.h,v 1.1 2020/04/18 22:00:40 joerg Exp $
+
+--- common/asm-x86_64.h.orig   2020-03-11 16:04:30.072321269 +0000
++++ common/asm-x86_64.h
+@@ -280,6 +280,6 @@
+ #define EH_FRAME_SECTION .eh_frame,"aL",link=.text,@unwind
+ #else
+ // Linux/ELF
+-#define EH_FRAME_SECTION .eh_frame,"aw",@progbits
++#define EH_FRAME_SECTION .eh_frame,"a",@progbits
+ #endif
+ #endif



Home | Main Index | Thread Index | Old Index