diff options
author | joerg <joerg@pkgsrc.org> | 2013-07-19 12:57:51 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2013-07-19 12:57:51 +0000 |
commit | 92d8f8184436fa7e3ac96fdf83962d4366f61b60 (patch) | |
tree | b0864f3ecba3ab6f31f2c652ec911fe06dc8368e /sysutils | |
parent | 24c9f8a2d7b915754dbd191e89de161064b207c6 (diff) | |
download | pkgsrc-92d8f8184436fa7e3ac96fdf83962d4366f61b60.tar.gz |
Fix header guards.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/xentools33/distinfo | 4 | ||||
-rw-r--r-- | sysutils/xentools33/patches/patch-.._xen_patch-common_libelf_libelf-private.h | 10 | ||||
-rw-r--r-- | sysutils/xentools33/patches/patch-libfsimage_ufs_ufs.h | 13 |
3 files changed, 26 insertions, 1 deletions
diff --git a/sysutils/xentools33/distinfo b/sysutils/xentools33/distinfo index 2487fee9edb..a59e70d049b 100644 --- a/sysutils/xentools33/distinfo +++ b/sysutils/xentools33/distinfo @@ -1,8 +1,9 @@ -$NetBSD: distinfo,v 1.29 2013/04/11 19:57:52 joerg Exp $ +$NetBSD: distinfo,v 1.30 2013/07/19 12:57:51 joerg Exp $ SHA1 (xen-3.3.2.tar.gz) = 7f438e73ac81b25cf5e1570709e87001066bafe4 RMD160 (xen-3.3.2.tar.gz) = 28faa56286f2a418e35dcba6079570ea871d6c7b Size (xen-3.3.2.tar.gz) = 11357576 bytes +SHA1 (patch-.._xen_patch-common_libelf_libelf-private.h) = b115b0118f932b15c653c131c0c9c9885e2480ff SHA1 (patch-CVE-2011-1583) = c9f59d9fbb20f0cb76733a4c2d136a67253cae0a SHA1 (patch-aa) = 74c3023e39baf488f8bae060e93f6175b32df61a SHA1 (patch-ab) = 393c908858c81e526462a07de9b38fb449d294c3 @@ -58,6 +59,7 @@ SHA1 (patch-ff) = 6ff97fa4f34f29c276e4aaab4b4db9ccf7b09957 SHA1 (patch-fg) = 913295d341c1dd5bf4d1ef78f27520920f138d4c SHA1 (patch-io_ring_h) = 83b01462d5d2b48b4f97b3d9a7980aa3300ad0b3 SHA1 (patch-ioemu_block-vvfat.c) = 4e6d998fe2c006bb68caaf8e1d11e641319ff5c2 +SHA1 (patch-libfsimage_ufs_ufs.h) = dc59f33cf3abd08a8cdee5977ca4168613327513 SHA1 (patch-python_xen_util_xmlrpcclient.py) = 2f983bc67930b86b538743dab6bc81d9aacc6b35 SHA1 (patch-python_xen_util_xmlrpclib2.py) = 4977ebd86c7d76e1dc861c0f839c506446e384a5 SHA1 (patch-qemu-e1000-CVSE-2012-0029) = 8628504e1dfd013254f816cb4feeb7548b9ad2ec diff --git a/sysutils/xentools33/patches/patch-.._xen_patch-common_libelf_libelf-private.h b/sysutils/xentools33/patches/patch-.._xen_patch-common_libelf_libelf-private.h new file mode 100644 index 00000000000..1d4e58613d4 --- /dev/null +++ b/sysutils/xentools33/patches/patch-.._xen_patch-common_libelf_libelf-private.h @@ -0,0 +1,10 @@ +$NetBSD: patch-.._xen_patch-common_libelf_libelf-private.h,v 1.1 2013/07/19 12:57:51 joerg Exp $ + +--- ../xen/common/libelf/libelf-private.h.orig 2013-07-12 18:07:36.000000000 +0000 ++++ ../xen/common/libelf/libelf-private.h +@@ -1,4 +1,4 @@ +-#ifndef __LIBELF_PRIVATE_H__ ++#ifndef __LIBELF_PRIVATE_H_ + #define __LIBELF_PRIVATE_H_ + + #ifdef __XEN__ diff --git a/sysutils/xentools33/patches/patch-libfsimage_ufs_ufs.h b/sysutils/xentools33/patches/patch-libfsimage_ufs_ufs.h new file mode 100644 index 00000000000..bfb682ec144 --- /dev/null +++ b/sysutils/xentools33/patches/patch-libfsimage_ufs_ufs.h @@ -0,0 +1,13 @@ +$NetBSD: patch-libfsimage_ufs_ufs.h,v 1.1 2013/07/19 12:57:51 joerg Exp $ + +--- libfsimage/ufs/ufs.h.orig 2013-07-14 19:44:35.000000000 +0000 ++++ libfsimage/ufs/ufs.h +@@ -4,7 +4,7 @@ + */ + + #ifndef _GRUB_UFS_H +-#define _GRUB_UFS_H_ ++#define _GRUB_UFS_H + + /* ufs specific constants */ + #define UFS_SBLOCK 16 |