diff --git a/trunk/debian/changelog b/trunk/debian/changelog index e26cfa9..9f7886a 100644 --- a/trunk/debian/changelog +++ b/trunk/debian/changelog @@ -1,145 +1,145 @@ xmount (0.7.5) stable; urgency=low * Improved and fixed the way fsname is built - * Added a patch fixing a bug in libxmount_input_aewf (supplied by Guy Voncken) + * Added two patches fixing bugs in libxmount_input_aewf (supplied by Guy Voncken) - -- Gillen Daniel Sat, 05 Nov 2016 15:00:00 +0200 + -- Gillen Daniel Thu, 27 Apr 2017 15:00:00 +0200 xmount (0.7.4) stable; urgency=low * libxmount_input_aewf input library is now able to decompress EWF chunks in parallel, which will increase read speed * libxmount_input_ewf input library will now fail when not specifying all EWF segments -- Gillen Daniel Wed, 20 Aug 2015 11:06:00 +0200 xmount (0.7.3) stable; urgency=low * Fixed minor bug in ParseCmdLine() which was not checking upper argc bounds correctly -- Gillen Daniel Thu, 13 Nov 2014 21:07:00 +0100 xmount (0.7.2) stable; urgency=low * Fixed minor bug in FreeResources() where an unallocated pointer was freed -- Gillen Daniel Wed, 01 Oct 2014 18:59:00 +0200 xmount (0.7.1) stable; urgency=low * Fixed minor bug with --sizelimit comman dline option -- Gillen Daniel Tue, 30 Sep 2014 11:00:00 +0200 xmount (0.7.0) stable; urgency=low * Changed build system from autoconf / automake to cmake * Moved input image support into external libs * Added morphing functionality including combine, raid and unallocated * Added --offset and --sizelimit command line parameter * Massive code cleanup including some small bug fixes -- Gillen Daniel Fri, 26 Sep 2014 11:00:00 +0200 xmount (0.6.0) stable; urgency=low * Added faster aff input support (using libaaff). * Added support for split DD input files (using libdd). -- Gillen Daniel Fri, 26 Jul 2013 16:00:00 +0200 xmount (0.5.0) stable; urgency=low * Added support for virtual VHD image file emulation. -- Gillen Daniel Sun, 06 May 2012 12:00:00 +0200 xmount (0.4.7) stable; urgency=low * Made InitVirtImageInfoFile less picky about missing EWF infos. -- Gillen Daniel Mon, 30 Jan 2012 12:00:00 +0100 xmount (0.4.6) stable; urgency=low * Added support for libewf v2 -- Gillen Daniel Tue, 11 Oct 2011 20:00:00 +0200 xmount (0.4.5) stable; urgency=low * Added FUSE options to show mounted source in mount command output -- Gillen Daniel Tue, 11 Feb 2011 16:00:00 +0100 xmount (0.4.4) stable; urgency=critical * Fixed a bug in UUID generation -- Gillen Daniel Tue, 10 Aug 2010 15:00:00 +0100 xmount (0.4.3) stable; urgency=critical * Fixed a bug when moving cache files between different hw archtitectures -- Gillen Daniel Wed, 24 Mar 2010 11:30:00 +0100 xmount (0.3.1) stable; urgency=low * Added --cache and --owcache command line options * Updated some parts of the documentation -- Gillen Daniel Fri, 10 Jul 2009 10:19:00 +0100 xmount (0.3.0) stable; urgency=low * Added VMDK emulation support -- Gillen Daniel Fri, 22 May 2009 11:00:00 +0100 xmount (0.2.3) stable; urgency=critical * Virtual write support is fixed now -- Gillen Daniel Fri, 10 Apr 2009 17:02:00 +0100 xmount (0.2.2) stable; urgency=critical * Fixed yet another bug in virtual write support -- Gillen Daniel Thu, 31 Mar 2009 15:13:00 +0100 xmount (0.2.1) stable; urgency=critical * Fixed a bug in virtual write support that corrupted cache files -- Gillen Daniel Fri, 27 Mar 2009 12:00:00 +0100 xmount (0.2.0) stable; urgency=low * Changed name from mountewf to xmount * Massive code cleanup * Added support for multiple input image formats * Added support for virtual write access to emulated image files -- Gillen Daniel Mon, 16 Mar 2009 17:00:00 +0100 mountewf (0.1.2) stable; urgency=low * Added random generator initialisation * Resolved compilation issue by fixing a typo * Fixed some debian specific scripts to be able to build a package -- Gillen Daniel Tue, 10 Feb 2009 16:12:00 +0100 mountewf (0.1.1) stable; urgency=low * Fixed severe bugs in block map calculation. * VDI emulation should now work -- Gillen Daniel Thu, 03 Feb 2009 17:12:00 +0100 mountewf (0.1.0) unstable; urgency=low * Initial Release. -- Gillen Daniel Sun, 01 Feb 2009 01:30:50 +0100 diff --git a/trunk/xmount.spec b/trunk/xmount.spec index 0a72c07..2af3bb3 100644 --- a/trunk/xmount.spec +++ b/trunk/xmount.spec @@ -1,61 +1,61 @@ %define debug_package %{nil} Name: xmount Summary: Tool to crossmount between multiple input and output harddisk images Version: 0.7.5 Release: 1%{?dist} License: GPL Group: Applications/System URL: https://www.pinguin.lu/xmount Source0: %{name}-%{version}.tar.gz Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root Requires: fuse zlib libewf afflib BuildRequires: cmake fuse-devel zlib-devel libewf-devel afflib-devel %description xmount allows you to convert on-the-fly between multiple input and output harddisk image formats. xmount creates a virtual file system using FUSE (Filesystem in Userspace) that contains a virtual representation of the input harddisk image. The virtual representation can be in raw DD, Apple's Disk Image format (DMG), VirtualBox's virtual disk file format (VDI), Microsoft's Virtual Hard Disk Image format (VHD) or in VmWare's VMDK file format. Input images can be raw DD, EWF (Expert Witness Compression Format) or AFF (Advanced Forensic Format) files. In addition, xmount also supports virtual write access to the output files that is redirected to a cache file. This makes it for example possible to boot acquired harddisk images using QEMU, KVM, VirtualBox, VMware or alike. %prep %setup -q %build mkdir build cd build cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_SKIP_RPATH=ON -DCMAKE_INSTALL_PREFIX=%{_prefix} .. make %{?_smp_mflags} %install cd build %{__make} DESTDIR=%{buildroot} install %clean rm -fr %{buildroot} %post %preun %postun %files %defattr(-,root,root) %{_bindir}/* %{_mandir}/* %{_exec_prefix}/lib/%{name}/*.so %doc AUTHORS COPYING INSTALL NEWS README ROADMAP %changelog -* Sat Nov 05 2016 Daniel Gillen 0.7.5-1 +* Thu Apr 27 2017 Daniel Gillen 0.7.5-1 * Release 0.7.5-1 See NEWS for details — build package