pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/shells/zsh



Module Name:    pkgsrc
Committed By:   wen
Date:           Sat Sep 15 13:40:34 UTC 2018

Modified Files:
        pkgsrc/shells/zsh: Makefile distinfo

Log Message:
Update to 5.6.2

Upstream changes:
Changes from 5.6.1 to 5.6.2
---------------------------

Fix another SIGTTOU case.

Fix SIGWINCH being ignored when zsh is not in the foreground.

The release tarballs are now compressed using xz(1), whereas previously
both xz(1) and gzip(1) versions were available.  If this gets in your way,
give us a shout.


To generate a diff of this commit:
cvs rdiff -u -r1.86 -r1.87 pkgsrc/shells/zsh/Makefile
cvs rdiff -u -r1.64 -r1.65 pkgsrc/shells/zsh/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/shells/zsh/Makefile
diff -u pkgsrc/shells/zsh/Makefile:1.86 pkgsrc/shells/zsh/Makefile:1.87
--- pkgsrc/shells/zsh/Makefile:1.86     Fri Sep 14 03:36:51 2018
+++ pkgsrc/shells/zsh/Makefile  Sat Sep 15 13:40:34 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.86 2018/09/14 03:36:51 ryoon Exp $
+# $NetBSD: Makefile,v 1.87 2018/09/15 13:40:34 wen Exp $
 
-DISTNAME=      zsh-5.6.1
+DISTNAME=      zsh-5.6.2
 CATEGORIES=    shells
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=zsh/}
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/shells/zsh/distinfo
diff -u pkgsrc/shells/zsh/distinfo:1.64 pkgsrc/shells/zsh/distinfo:1.65
--- pkgsrc/shells/zsh/distinfo:1.64     Fri Sep 14 03:36:51 2018
+++ pkgsrc/shells/zsh/distinfo  Sat Sep 15 13:40:34 2018
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.64 2018/09/14 03:36:51 ryoon Exp $
+$NetBSD: distinfo,v 1.65 2018/09/15 13:40:34 wen Exp $
 
-SHA1 (zsh-5.6.1.tar.xz) = 6caa65c72b2f8f52aecce9064e223139d3a37d85
-RMD160 (zsh-5.6.1.tar.xz) = 458a9705fc5255003c1fa293fb14733ec25e7689
-SHA512 (zsh-5.6.1.tar.xz) = 45a60b864482a276277d8443f6faf41a2f63e11ab89a4ec0276c897971f34a874393f79c118af915b8f325a1b0265a457a1a82e8d33530f7fb797ece9c2adb7b
-Size (zsh-5.6.1.tar.xz) = 3076732 bytes
+SHA1 (zsh-5.6.2.tar.xz) = f10d17431ce2c867f7c99e3f539c6cf458461874
+RMD160 (zsh-5.6.2.tar.xz) = 565369ebdba7d89c1ff46df0d42f20ffc93e34b8
+SHA512 (zsh-5.6.2.tar.xz) = f0a49e41b55eb478692ab5471d7c9828956b7e96bc82944202b0ef1c49a889b21a0e7682aa5f59fd0054ebfd866c2244c8a622e7aa46c13038af5c226c48a3a2
+Size (zsh-5.6.2.tar.xz) = 3077368 bytes
 SHA1 (patch-aczsh.m4) = 36c270d8d7cf727f48787ef889b2bd89cbf065e2
 SHA1 (patch-configure.ac) = 3f59bed777db389aaae72ad7564b16e99e17fee6



Home | Main Index | Thread Index | Old Index