Hi,

here an update of archivers/lzip/lunzip to 1.11.

Changes in version 1.11:

- Detection of forbidden combinations of characters in trailing data has been 
improved.
  - Errors are now also checked when closing the input file.
  - Lunzip now compiles on DOS with DJGPP. (Patch from Robert Riebisch).
- The configure script now accepts appending options to CFLAGS using the syntax 
'CFLAGS+=OPTIONS'.
  - It has been documented in INSTALL the use of
    CFLAGS+='-D __USE_MINGW_ANSI_STDIO' when compiling on MinGW.

Works ok for me on amd64.

Index: Makefile
===================================================================
RCS file: /cvs/ports/archivers/lzip/lunzip/Makefile,v
retrieving revision 1.10
diff -u -p -r1.10 Makefile
--- Makefile    1 Oct 2018 21:33:46 -0000       1.10
+++ Makefile    4 Jan 2019 22:50:41 -0000
@@ -2,8 +2,7 @@

 COMMENT =              decompressor written in C for lzip files

-DISTNAME =             lunzip-1.10
-REVISION =             0
+DISTNAME =             lunzip-1.11

 HOMEPAGE =             http://lzip.nongnu.org/lunzip.html
 MASTER_SITES =         ${MASTER_SITE_SAVANNAH:=lzip/lunzip/}
Index: distinfo
===================================================================
RCS file: /cvs/ports/archivers/lzip/lunzip/distinfo,v
retrieving revision 1.7
diff -u -p -r1.7 distinfo
--- distinfo    9 Feb 2018 20:57:35 -0000       1.7
+++ distinfo    4 Jan 2019 22:50:41 -0000
@@ -1,2 +1,2 @@
-SHA256 (lzip/lunzip-1.10.tar.gz) = dBY5O6xqZ0YMVf6XB10nIPO+B0ewHHQDPbpra/JKhcc=
-SIZE (lzip/lunzip-1.10.tar.gz) = 54222
+SHA256 (lzip/lunzip-1.11.tar.gz) = Ia1fBRzFFsX8Bctt/Ju2ZzfZgQz6k0lwnkLFResb+Kc=
+SIZE (lzip/lunzip-1.11.tar.gz) = 54608

Reply via email to