Skip to content

Commit

Permalink
rlwrap: Update to 0.46.1
Browse files Browse the repository at this point in the history
Changes:
0.46.1
------
When compiled with readline-8.2, correctly handle echo'ed user input
when accepting a line (see #168)

This will disable bracketed-paste when compiled with readline-8.1 or
earlier.

0.46
----
- rlwrapfilter.py would not find collections.Callable with
  newer (>= 3.10) python
- rlwrapfilter.py would choke on rlwrap version strings (like 0.45.2) that
  cannot be converted by float()
- rlwrap could segfault or garble prompts containing a carriage return
- configure.ac would complain about obsolete macros with newest autoconf
- Bind TAB to self-insert if no completions are specified on the rlwrap
  command line
  • Loading branch information
iamleot committed Aug 17, 2023
1 parent 5ccb989 commit d383c71
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
6 changes: 2 additions & 4 deletions misc/rlwrap/Makefile
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
# $NetBSD: Makefile,v 1.31 2023/08/14 05:24:54 wiz Exp $
# $NetBSD: Makefile,v 1.32 2023/08/17 21:47:32 leot Exp $
#

DISTNAME= rlwrap-0.45.2
PKGREVISION= 3
DISTNAME= rlwrap-0.46.1
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_GITHUB:=hanslub42/}
GITHUB_TAG= v${PKGVERSION_NOREV}

MAINTAINER= leot@NetBSD.org
HOMEPAGE= https://github.com/hanslub42/rlwrap
Expand Down
8 changes: 4 additions & 4 deletions misc/rlwrap/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.13 2021/10/26 10:59:27 nia Exp $
$NetBSD: distinfo,v 1.14 2023/08/17 21:47:32 leot Exp $

BLAKE2s (rlwrap-0.45.2.tar.gz) = f5b906dbf34cb273773f18cc705eff7f6c39b9df8a3d4ae5bcb5e13962cd1324
SHA512 (rlwrap-0.45.2.tar.gz) = 77664bc17c4e6148037b8ae64c025b07c3feae91dfeff59f1846ce38e5f808a41005286daa81fd0ed01e0c789762e377cc48e6abdf124a7d4654f66b2b6c6cc4
Size (rlwrap-0.45.2.tar.gz) = 182025 bytes
BLAKE2s (rlwrap-0.46.1.tar.gz) = 9c72f6918301b5c1885b0084f482a0bc0f6fb27dd3072ec8e75d5199cc8d27b2
SHA512 (rlwrap-0.46.1.tar.gz) = 558f16cfd7bd0f80e2ba7cf8764248c94f13a497607c491d4148ad5c2b7bbe5c6b72aba4901753792b1377fb402e9e7876636c03b5a6595d5884f93b20505eb2
Size (rlwrap-0.46.1.tar.gz) = 185088 bytes

0 comments on commit d383c71

Please sign in to comment.