svn commit: r491373 - head/archivers/lzip

Gerald Pfeifer gerald at FreeBSD.org
Sun Jan 27 17:57:43 UTC 2019


Author: gerald
Date: Sun Jan 27 17:57:42 2019
New Revision: 491373
URL: https://svnweb.freebsd.org/changeset/ports/491373

Log:
  Update to lzip version 1.21.  This includes the following changes:
   - Improved detection of corrupt headers.
   - Some more error handling.
   - Improved descriptions of the -0, ..., -9, -m and -s command-line options.

Modified:
  head/archivers/lzip/Makefile
  head/archivers/lzip/distinfo

Modified: head/archivers/lzip/Makefile
==============================================================================
--- head/archivers/lzip/Makefile	Sun Jan 27 17:49:16 2019	(r491372)
+++ head/archivers/lzip/Makefile	Sun Jan 27 17:57:42 2019	(r491373)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	lzip
-PORTVERSION=	1.20
+PORTVERSION=	1.21
 CATEGORIES=	archivers
 MASTER_SITES=	SAVANNAH/lzip
 

Modified: head/archivers/lzip/distinfo
==============================================================================
--- head/archivers/lzip/distinfo	Sun Jan 27 17:49:16 2019	(r491372)
+++ head/archivers/lzip/distinfo	Sun Jan 27 17:57:42 2019	(r491373)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1544139297
-SHA256 (lzip-1.20.tar.gz) = c93b81a5a7788ef5812423d311345ba5d3bd4f5ebf1f693911e3a13553c1290c
-SIZE (lzip-1.20.tar.gz) = 103426
+TIMESTAMP = 1547680444
+SHA256 (lzip-1.21.tar.gz) = e48b5039d3164d670791f9c5dbaa832bf2df080cb1fbb4f33aa7b3300b670d8b
+SIZE (lzip-1.21.tar.gz) = 105558


More information about the svn-ports-head mailing list