[Midnightbsd-cvs] mports [21956] trunk/archivers/unzip/files: refresh patchste

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Sep 29 17:00:52 EDT 2016


Revision: 21956
          http://svnweb.midnightbsd.org/mports/?rev=21956
Author:   laffer1
Date:     2016-09-29 17:00:52 -0400 (Thu, 29 Sep 2016)
Log Message:
-----------
refresh patchste

Modified Paths:
--------------
    trunk/archivers/unzip/files/patch-crypt.c
    trunk/archivers/unzip/files/patch-extract.c

Modified: trunk/archivers/unzip/files/patch-crypt.c
===================================================================
--- trunk/archivers/unzip/files/patch-crypt.c	2016-09-29 20:58:57 UTC (rev 21955)
+++ trunk/archivers/unzip/files/patch-crypt.c	2016-09-29 21:00:52 UTC (rev 21956)
@@ -1,6 +1,6 @@
---- crypt.c.orig	2007-01-05 16:47:36.000000000 +0100
-+++ crypt.c	2016-01-04 14:39:27.300502995 +0100
-@@ -465,7 +465,17 @@
+--- crypt.c.orig	2007-01-05 15:47:36 UTC
++++ crypt.c
+@@ -465,7 +465,17 @@ int decrypt(__G__ passwrd)
      GLOBAL(pInfo->encrypted) = FALSE;
      defer_leftover_input(__G);
      for (n = 0; n < RAND_HEAD_LEN; n++) {

Modified: trunk/archivers/unzip/files/patch-extract.c
===================================================================
--- trunk/archivers/unzip/files/patch-extract.c	2016-09-29 20:58:57 UTC (rev 21955)
+++ trunk/archivers/unzip/files/patch-extract.c	2016-09-29 21:00:52 UTC (rev 21956)
@@ -1,5 +1,5 @@
---- extract.c.orig	2009-03-14 02:32:52.000000000 +0100
-+++ extract.c	2016-01-04 14:43:11.813488458 +0100
+--- extract.c.orig	2009-03-14 01:32:52 UTC
++++ extract.c
 @@ -1,5 +1,5 @@
  /*
 -  Copyright (c) 1990-2009 Info-ZIP.  All rights reserved.
@@ -7,7 +7,7 @@
  
    See the accompanying file LICENSE, version 2009-Jan-02 or later
    (the contents of which are also included in unzip.h) for terms of use.
-@@ -298,6 +298,8 @@
+@@ -298,6 +298,8 @@ char ZCONST Far TruncNTSD[] =
  #ifndef SFX
     static ZCONST char Far InconsistEFlength[] = "bad extra-field entry:\n \
       EF block length (%u bytes) exceeds remaining EF data (%u bytes)\n";
@@ -16,7 +16,7 @@
     static ZCONST char Far InvalidComprDataEAs[] =
       " invalid compressed data for EAs\n";
  #  if (defined(WIN32) && defined(NTSD_EAS))
-@@ -2023,7 +2025,8 @@
+@@ -2023,7 +2025,8 @@ static int TestExtraField(__G__ ef, ef_l
          ebID = makeword(ef);
          ebLen = (unsigned)makeword(ef+EB_LEN);
  
@@ -26,7 +26,7 @@
             /* Discovered some extra field inconsistency! */
              if (uO.qflag)
                  Info(slide, 1, ((char *)slide, "%-22s ",
-@@ -2032,6 +2035,16 @@
+@@ -2032,6 +2035,16 @@ static int TestExtraField(__G__ ef, ef_l
                ebLen, (ef_len - EB_HEADSIZE)));
              return PK_ERR;
          }
@@ -43,7 +43,7 @@
  
          switch (ebID) {
              case EF_OS2:
-@@ -2217,14 +2230,28 @@
+@@ -2217,14 +2230,28 @@ static int test_compr_eb(__G__ eb, eb_si
      ulg eb_ucsize;
      uch *eb_ucptr;
      int r;
@@ -75,7 +75,7 @@
  
      if (
  #ifdef INT_16BIT
-@@ -2701,6 +2728,12 @@
+@@ -2701,6 +2728,12 @@ __GDEF
      int repeated_buf_err;
      bz_stream bstrm;
  



More information about the Midnightbsd-cvs mailing list