Hello community, here is the log from the commit of package p7zip for openSUSE:Factory checked in at 2015-03-16 06:55:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/p7zip (Old) and /work/SRC/openSUSE:Factory/.p7zip.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "p7zip" Changes: -------- --- /work/SRC/openSUSE:Factory/p7zip/p7zip.changes 2015-02-12 10:21:50.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.p7zip.new/p7zip.changes 2015-03-16 06:55:46.000000000 +0100 @@ -1,0 +2,6 @@ +Fri Mar 6 15:43:22 UTC 2015 - [email protected] + +- update to 9.38.1 + - bug #145 "p7zip crashes while moving memory in MoveItems" + +------------------------------------------------------------------- Old: ---- p7zip_9.38_src_all.tar.bz2 New: ---- p7zip_9.38.1_src_all.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ p7zip.spec ++++++ --- /var/tmp/diff_new_pack.nL0sHe/_old 2015-03-16 06:55:47.000000000 +0100 +++ /var/tmp/diff_new_pack.nL0sHe/_new 2015-03-16 06:55:47.000000000 +0100 @@ -17,7 +17,7 @@ Name: p7zip -Version: 9.38 +Version: 9.38.1 Release: 0 Summary: 7-zip file compression program License: LGPL-2.1+ ++++++ p7zip_9.38_src_all.tar.bz2 -> p7zip_9.38.1_src_all.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/p7zip_9.38/C/7zVersion.h new/p7zip_9.38.1/C/7zVersion.h --- old/p7zip_9.38/C/7zVersion.h 2015-01-05 19:51:42.000000000 +0100 +++ new/p7zip_9.38.1/C/7zVersion.h 2015-02-25 20:32:50.000000000 +0100 @@ -9,5 +9,5 @@ #define MY_COPYRIGHT ": Igor Pavlov : Public domain" #define MY_VERSION_COPYRIGHT_DATE MY_VERSION " " MY_COPYRIGHT " : " MY_DATE -#define P7ZIP_VERSION "9.38" +#define P7ZIP_VERSION "9.38.1" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/p7zip_9.38/CPP/Common/StringConvert.cpp new/p7zip_9.38.1/CPP/Common/StringConvert.cpp --- old/p7zip_9.38/CPP/Common/StringConvert.cpp 2014-12-31 18:36:17.000000000 +0100 +++ new/p7zip_9.38.1/CPP/Common/StringConvert.cpp 2015-02-25 20:35:04.000000000 +0100 @@ -138,6 +138,8 @@ UString resultString; int numChars = mbstowcs(resultString.GetBuffer(srcString.Len()),srcString,srcString.Len()+1); if (numChars >= 0) { + resultString.ReleaseBuffer(numChars); + #if WCHAR_MAX > 0xffff for (int i = numChars; i >= 0; i--) { if (resultString[i] > 0xffff) { @@ -149,7 +151,7 @@ } } #endif - resultString.ReleaseBuffer(numChars); + return resultString; } } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/p7zip_9.38/ChangeLog new/p7zip_9.38.1/ChangeLog --- old/p7zip_9.38/ChangeLog 2015-01-27 19:43:06.000000000 +0100 +++ new/p7zip_9.38.1/ChangeLog 2015-02-25 20:34:11.000000000 +0100 @@ -1,4 +1,9 @@ +Version 9.38.1 +============== + - bug #145 "p7zip crashes while moving memory in MoveItems + + Version 9.38 ============== diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/p7zip_9.38/README new/p7zip_9.38.1/README --- old/p7zip_9.38/README 2015-01-27 19:42:38.000000000 +0100 +++ new/p7zip_9.38.1/README 2015-02-25 20:33:04.000000000 +0100 @@ -1,5 +1,5 @@ - p7zip 9.38 - ========== + p7zip 9.38.1 + ============ Homepage : http://p7zip.sourceforge.net/ @@ -222,7 +222,7 @@ For .7z archive only, you can enable archive header encryption with "-mhe" 7za a -mhe=on -pmy_password archive.7z dir1 - For more, see the documentation of 7za.exe in DOCS/MANUAL directory + For more, see the documentation of 7za.exe in DOC/MANUAL directory 7za a -t7z -m0=lzma -mx=9 -mfb=64 -md=32m -ms=on archive.7z dir1 adds all files from directory "dir1" to archive archive.7z using "ultra settings". @@ -319,7 +319,7 @@ LICENSE : --------- - please read DOCS/License.txt. + please read DOC/License.txt. LIMITATIONS from 7-zip : ------------------------ Files old/p7zip_9.38/Utils/file_7z.pyc and new/p7zip_9.38.1/Utils/file_7z.pyc differ Files old/p7zip_9.38/Utils/file_7zCon_sfx.pyc and new/p7zip_9.38.1/Utils/file_7zCon_sfx.pyc differ Files old/p7zip_9.38/Utils/file_7zFM.pyc and new/p7zip_9.38.1/Utils/file_7zFM.pyc differ Files old/p7zip_9.38/Utils/file_7zG.pyc and new/p7zip_9.38.1/Utils/file_7zG.pyc differ Files old/p7zip_9.38/Utils/file_7z_so.pyc and new/p7zip_9.38.1/Utils/file_7z_so.pyc differ Files old/p7zip_9.38/Utils/file_7za.pyc and new/p7zip_9.38.1/Utils/file_7za.pyc differ Files old/p7zip_9.38/Utils/file_7zr.pyc and new/p7zip_9.38.1/Utils/file_7zr.pyc differ Files old/p7zip_9.38/Utils/file_Client7z.pyc and new/p7zip_9.38.1/Utils/file_Client7z.pyc differ Files old/p7zip_9.38/Utils/file_Codecs_Rar29_so.pyc and new/p7zip_9.38.1/Utils/file_Codecs_Rar29_so.pyc differ Files old/p7zip_9.38/Utils/file_LzmaCon.pyc and new/p7zip_9.38.1/Utils/file_LzmaCon.pyc differ Files old/p7zip_9.38/Utils/file_P7ZIP.pyc and new/p7zip_9.38.1/Utils/file_P7ZIP.pyc differ Files old/p7zip_9.38/Utils/file_TestUI.pyc and new/p7zip_9.38.1/Utils/file_TestUI.pyc differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/p7zip_9.38/install.sh new/p7zip_9.38.1/install.sh --- old/p7zip_9.38/install.sh 2011-03-16 20:32:56.000000000 +0100 +++ new/p7zip_9.38.1/install.sh 2015-02-10 19:46:49.000000000 +0100 @@ -130,18 +130,18 @@ fi mkdir -p "${DEST_DIR}${DEST_MAN}/man1" -if [ -d DOCS ] +if [ -d DOC ] then echo "- installing ${DEST_DIR}${DEST_MAN}/man1/7z.1" - sed -e s?"{DEST_SHARE_DOC}"?"${DEST_SHARE_DOC}/DOCS"?g man1/7z.1 > "${DEST_DIR}${DEST_MAN}/man1/7z.1" + sed -e s?"{DEST_SHARE_DOC}"?"${DEST_SHARE_DOC}/DOC"?g man1/7z.1 > "${DEST_DIR}${DEST_MAN}/man1/7z.1" chmod 444 "${DEST_DIR}${DEST_MAN}/man1/7z.1" echo "- installing ${DEST_DIR}${DEST_MAN}/man1/7za.1" - sed -e s?"{DEST_SHARE_DOC}"?"${DEST_SHARE_DOC}/DOCS"?g man1/7za.1 > "${DEST_DIR}${DEST_MAN}/man1/7za.1" + sed -e s?"{DEST_SHARE_DOC}"?"${DEST_SHARE_DOC}/DOC"?g man1/7za.1 > "${DEST_DIR}${DEST_MAN}/man1/7za.1" chmod 444 "${DEST_DIR}${DEST_MAN}/man1/7za.1" echo "- installing ${DEST_DIR}${DEST_MAN}/man1/7zr.1" - sed -e s?"{DEST_SHARE_DOC}"?"${DEST_SHARE_DOC}/DOCS"?g man1/7zr.1 > "${DEST_DIR}${DEST_MAN}/man1/7zr.1" + sed -e s?"{DEST_SHARE_DOC}"?"${DEST_SHARE_DOC}/DOC"?g man1/7zr.1 > "${DEST_DIR}${DEST_MAN}/man1/7zr.1" chmod 444 "${DEST_DIR}${DEST_MAN}/man1/7zr.1" else echo "- installing ${DEST_DIR}${DEST_MAN}/man1/7z.1" @@ -173,13 +173,13 @@ chmod 444 "${DEST_DIR}${DEST_SHARE_DOC}/ChangeLog" fi -if [ -d DOCS ] +if [ -d DOC ] then - echo "- installing HTML help in ${DEST_DIR}${DEST_SHARE_DOC}/DOCS" + echo "- installing HTML help in ${DEST_DIR}${DEST_SHARE_DOC}/DOC" mkdir -p "${DEST_DIR}${DEST_SHARE_DOC}" - cp -r DOCS "${DEST_DIR}${DEST_SHARE_DOC}/DOCS" - find "${DEST_DIR}${DEST_SHARE_DOC}/DOCS" -type d -exec chmod 555 {} \; - find "${DEST_DIR}${DEST_SHARE_DOC}/DOCS" -type f -exec chmod 444 {} \; + cp -r DOC "${DEST_DIR}${DEST_SHARE_DOC}/DOC" + find "${DEST_DIR}${DEST_SHARE_DOC}/DOC" -type d -exec chmod 555 {} \; + find "${DEST_DIR}${DEST_SHARE_DOC}/DOC" -type f -exec chmod 444 {} \; fi use_lang="n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/p7zip_9.38/makefile.glb new/p7zip_9.38.1/makefile.glb --- old/p7zip_9.38/makefile.glb 2015-01-18 17:16:01.000000000 +0100 +++ new/p7zip_9.38.1/makefile.glb 2015-02-19 15:56:02.000000000 +0100 @@ -20,7 +20,7 @@ include makefile.depend $(PROG): $(OBJS) - $(CXX) $(ALLFLAGS_CPP) $(LOCAL_SHARED) -o $(PROG) $(LDFLAGS) $(OBJS) $(LIBS) + $(CXX) $(ALLFLAGS) $(ALLFLAGS_CPP) $(LOCAL_SHARED) -o $(PROG) $(LDFLAGS) $(OBJS) $(LIBS) depend: rm -f makefile.depend diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/p7zip_9.38/makefile.linux_gcc_2.95_no_need_for_libstdc new/p7zip_9.38.1/makefile.linux_gcc_2.95_no_need_for_libstdc --- old/p7zip_9.38/makefile.linux_gcc_2.95_no_need_for_libstdc 1970-01-01 01:00:00.000000000 +0100 +++ new/p7zip_9.38.1/makefile.linux_gcc_2.95_no_need_for_libstdc 2015-01-11 17:31:59.000000000 +0100 @@ -0,0 +1,22 @@ + +OPTFLAGS=-O2 + +ALLFLAGS=${OPTFLAGS} -pipe -s \ + -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE \ + -DNDEBUG -D_REENTRANT -DENV_UNIX \ + -D_7ZIP_LARGE_PAGES \ + -DP7ZIP_USE_ASM \ + $(LOCAL_FLAGS) + +CXX=gcc +CC=gcc +LINK_SHARED=-shared +ASM=nasm -f elf + +LOCAL_LIBS=-lpthread +LOCAL_LIBS_DLL=$(LOCAL_LIBS) -ldl + +CPU=x86 +OBJ_CRC32=$(OBJ_CRC32_x86) +OBJ_AES=AesOpt.o + -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
