pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/rlwrap



Module Name:    pkgsrc
Committed By:   leot
Date:           Wed Aug 18 17:19:31 UTC 2021

Modified Files:
        pkgsrc/misc/rlwrap: Makefile distinfo

Log Message:
rlwrap: Update to 0.45.2

Changes:
0.45.2
------
- rlwrap enables bracketed-paste when instructed to do so by .inputrc,
  but would then never disable it at exit.
- rlwrap -z (i.e. rlwrap when using a filter) would still open
  /tmp/rlwrap.debug after forking the filter command, preventing other
  users from running it afterwards

0.45.1
------
- rlwrap would always open /tmp/rlwrap.debug after forking child
  command, preventing other users from running it.
- Fix args to setitimer() call to prevent EINVAL error on return
- advise about --always-readline if in direct mode at first user ENTER
  keystroke
- check for I_SWROPT even if isastream() is present (compile would fail
  on Oracle linux)


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/misc/rlwrap/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/misc/rlwrap/distinfo

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

Modified files:

Index: pkgsrc/misc/rlwrap/Makefile
diff -u pkgsrc/misc/rlwrap/Makefile:1.27 pkgsrc/misc/rlwrap/Makefile:1.28
--- pkgsrc/misc/rlwrap/Makefile:1.27    Mon May 24 19:53:10 2021
+++ pkgsrc/misc/rlwrap/Makefile Wed Aug 18 17:19:31 2021
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.27 2021/05/24 19:53:10 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2021/08/18 17:19:31 leot Exp $
 #
 
-DISTNAME=      rlwrap-0.45
-PKGREVISION=   1
+DISTNAME=      rlwrap-0.45.2
 CATEGORIES=    misc
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=hanslub42/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}

Index: pkgsrc/misc/rlwrap/distinfo
diff -u pkgsrc/misc/rlwrap/distinfo:1.10 pkgsrc/misc/rlwrap/distinfo:1.11
--- pkgsrc/misc/rlwrap/distinfo:1.10    Thu Mar  4 10:12:12 2021
+++ pkgsrc/misc/rlwrap/distinfo Wed Aug 18 17:19:31 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2021/03/04 10:12:12 leot Exp $
+$NetBSD: distinfo,v 1.11 2021/08/18 17:19:31 leot Exp $
 
-SHA1 (rlwrap-0.45.tar.gz) = 0bd77962049aa9144c20d633f9a8aab0250ad019
-RMD160 (rlwrap-0.45.tar.gz) = 74494257e47124e0b22dcff77427d25d6358751e
-SHA512 (rlwrap-0.45.tar.gz) = 3ac5f1f15496311edd4bcc206751b17a8f305a201338ea233cf0f56eb14532a18c2f85a7ddd2913d627e5383435376e8761ca44565686ca67c3b377ca3886330
-Size (rlwrap-0.45.tar.gz) = 181239 bytes
+SHA1 (rlwrap-0.45.2.tar.gz) = 13002b13da778c60014c0fc0ac3a48f9cc82acfe
+RMD160 (rlwrap-0.45.2.tar.gz) = 44bb0089e10304efb13515b471c8dd3c423e01f5
+SHA512 (rlwrap-0.45.2.tar.gz) = 77664bc17c4e6148037b8ae64c025b07c3feae91dfeff59f1846ce38e5f808a41005286daa81fd0ed01e0c789762e377cc48e6abdf124a7d4654f66b2b6c6cc4
+Size (rlwrap-0.45.2.tar.gz) = 182025 bytes



Home | Main Index | Thread Index | Old Index