From a555661aaa277a2bafe59a885c486c77d65b2ca799ab1e7a93f0da357fdb1112 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Thu, 1 Aug 2013 13:37:52 +0000 Subject: [PATCH] Accepting request 185295 from devel:libraries:c_c++ update to v0~20130727 part of summer 2013 libyal refresh for opensuse 13.1 OBS-URL: https://build.opensuse.org/request/show/185295 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libevtx?expand=0&rev=2 --- Windows_XML_Event_Log_(EVTX).pdf | 4 +-- libevtx-alpha-20130329.tar.xz | 3 --- libevtx-alpha-20130727.tar.gz | 3 +++ libevtx.changes | 22 +++++++++++++++++ libevtx.spec | 42 +++++++++++++++++--------------- 5 files changed, 49 insertions(+), 25 deletions(-) delete mode 100644 libevtx-alpha-20130329.tar.xz create mode 100644 libevtx-alpha-20130727.tar.gz diff --git a/Windows_XML_Event_Log_(EVTX).pdf b/Windows_XML_Event_Log_(EVTX).pdf index 3189150..55dabaa 100644 --- a/Windows_XML_Event_Log_(EVTX).pdf +++ b/Windows_XML_Event_Log_(EVTX).pdf @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ffa23a66ec38de895612820f371a5680a2e3313ee1f18e9ef450a8700b0dcc2d -size 280338 +oid sha256:aeb71c98c364847d0aa37badb679b22ef5b6022cfe9503285ca6e38914c42548 +size 285528 diff --git a/libevtx-alpha-20130329.tar.xz b/libevtx-alpha-20130329.tar.xz deleted file mode 100644 index c0502d4..0000000 --- a/libevtx-alpha-20130329.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f60c4ab964f118cc46f887afa3e4d436a57388331c297fc774a2102e5a0a180b -size 901028 diff --git a/libevtx-alpha-20130727.tar.gz b/libevtx-alpha-20130727.tar.gz new file mode 100644 index 0000000..75863c1 --- /dev/null +++ b/libevtx-alpha-20130727.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13395e4526713508e951b32ef4123c6ea82d6758f076ce2f841b0625cce5c9ad +size 1678166 diff --git a/libevtx.changes b/libevtx.changes index e70f840..5489907 100644 --- a/libevtx.changes +++ b/libevtx.changes @@ -1,7 +1,29 @@ +------------------------------------------------------------------- +Wed Jul 31 02:37:55 UTC 2013 - Greg.Freemyer@gmail.com + +- update to 0~20130727 + * updated dependencies + * pyevtx + - changed event identifier to an unsigned long + - fixes for >2G file objects in BFIO glue code + - other updates and bug fixes + * removed unnecessary restriction in library include headers + * worked on tests + * improved reading from dirty files with an incorrect number of chunks + * fix for encoding special characters in XML output + * added support for parsing ProcessingErrorData + * worked on improving corruption detection for recovered records + * textual changes + * fixed codepage 1255 restriction + * improvements to message string support +- changed to gz compression to simplyfy donwload/convert +- used factory version of libyal libraries if possible + ------------------------------------------------------------------- Mon Apr 8 23:32:44 UTC 2013 - Greg.Freemyer@gmail.com - update to 0~20130329 + * bug fix for recent libfdata changes ------------------------------------------------------------------- Thu Apr 4 21:53:08 UTC 2013 - jengelh@inai.de diff --git a/libevtx.spec b/libevtx.spec index ce988a4..dc557a9 100644 --- a/libevtx.spec +++ b/libevtx.spec @@ -18,7 +18,7 @@ Name: libevtx %define lname libevtx1 -%define timestamp 20130329 +%define timestamp 20130727 Version: 0~%timestamp Release: 0 Summary: Library and tools to access the Windows XML Event Log (EVTX) format @@ -26,34 +26,36 @@ License: LGPL-3.0+ and GFDL-1.3 Group: Productivity/File utilities Url: http://code.google.com/p/libevtx/ -#DL-URL: http://libevtx.googlecode.com/files/libevtx-alpha-20130329.tar.gz -Source: %name-alpha-%timestamp.tar.xz +#DL-URL: https://googledrive.com/host/0B3fBvzttpiiSRnQ0SExzX3JjdFE/libevtx-alpha-20130727.tar.gz +Source: %name-alpha-%timestamp.tar.gz Source2: Windows_XML_Event_Log_(EVTX).pdf BuildRequires: pkg-config BuildRequires: python-devel -BuildRequires: xz -#BuildRequires: pkgconfig(libbfio) >= 20120426 -#BuildRequires: pkgconfig(libcdata) >= 20120425 -#BuildRequires: pkgconfig(libcdirectory) >= 20120425 +BuildRequires: pkgconfig(libcdata) >= 0~20130407 +BuildRequires: pkgconfig(libcfile) >= 0~20130609 +BuildRequires: pkgconfig(libclocale) >= 0~20130609 +BuildRequires: pkgconfig(libcnotify) >= 0~20130609 +BuildRequires: pkgconfig(libcpath) >= 0~20130609 +BuildRequires: pkgconfig(libcsplit) >= 0~20130609 +BuildRequires: pkgconfig(libfdatetime) >= 0~20130317 +BuildRequires: pkgconfig(libfguid) >= 0~20130317 +BuildRequires: pkgconfig(libregf) >= 0~20130716 +BuildRequires: pkgconfig(libuna) >= 0~20130609 +BuildRequires: pkgconfig(libwrc) >= 0~20130319 +#build fails if the factory package is used, use the internal version +#verified 7/30/2013 #BuildRequires: pkgconfig(libcerror) >= 20120425 -#BuildRequires: pkgconfig(libcfile) >= 20120526 -#BuildRequires: pkgconfig(libclocale) >= 20120425 -BuildRequires: pkgconfig(libcnotify) >= 20120425 -#BuildRequires: pkgconfig(libcpath) >= 20120701 -BuildRequires: pkgconfig(libcsplit) >= 20120701 +#BuildRequires: pkgconfig(libbfio) >= 20120426 +#packages not yet released by upstream #BuildRequires: pkgconfig(libcstring) >= 20120425 #BuildRequires: pkgconfig(libcsystem) >= 20120425 -#BuildRequires: pkgconfig(libexe) >= 20120405 -#BuildRequires: pkgconfig(libfcache) >= 20120405 -#BuildRequires: pkgconfig(libfdata) >= 20120405 -BuildRequires: pkgconfig(libfdatetime) >= 20120522 -BuildRequires: pkgconfig(libfguid) >= 20120426 +#BuildRequires: pkgconfig(libcdirectory) >= 20120425 #BuildRequires: pkgconfig(libfvalue) >= 20120428 #BuildRequires: pkgconfig(libfwevt) >= 20120426 #BuildRequires: pkgconfig(libfwnt) >= 20120426 -BuildRequires: pkgconfig(libregf) >= 20120405 -BuildRequires: pkgconfig(libuna) >= 20120425 -BuildRequires: pkgconfig(libwrc) >= 20120405 +#BuildRequires: pkgconfig(libexe) >= 20120405 +#BuildRequires: pkgconfig(libfcache) >= 20120405 +#BuildRequires: pkgconfig(libfdata) >= 20120405 BuildRoot: %{_tmppath}/%{name}-%{version}-build %description