pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/sesh



Module Name:    pkgsrc
Committed By:   kim
Date:           Tue Jul 21 04:16:51 UTC 2026

Modified Files:
        pkgsrc/misc/sesh: Makefile distinfo

Log Message:
misc/sesh: update to 2.27.0

Changes since 2.26.2:

* Fix --hide-duplicates hiding live tmux sessions
* Picker: Emacs keybindings (Ctrl-P/Ctrl-N) for navigation
* Fix session targeting when creating wildcard windows
* Allow passing git flags to the clone command
* New commands: sesh mkdir, sesh cache refresh
* Fix git namer for sibling worktrees; add git_dir_length option
* Configurable frecency backend via [frecency] config

Changes in 2.26.2:

* Revert startup_command shell-command injection experiment,
  restore send-keys method


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/misc/sesh/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/misc/sesh/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/sesh/Makefile
diff -u pkgsrc/misc/sesh/Makefile:1.4 pkgsrc/misc/sesh/Makefile:1.5
--- pkgsrc/misc/sesh/Makefile:1.4       Wed Jul  8 18:32:30 2026
+++ pkgsrc/misc/sesh/Makefile   Tue Jul 21 04:16:51 2026
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2026/07/08 18:32:30 bsiegert Exp $
+# $NetBSD: Makefile,v 1.5 2026/07/21 04:16:51 kim Exp $
 
-DISTNAME=              sesh-2.26.1
-PKGREVISION=           3
+DISTNAME=              sesh-2.27.0
 CATEGORIES=            misc
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=joshmedeski/}
 GITHUB_TAG=            v${PKGVERSION_NOREV}

Index: pkgsrc/misc/sesh/distinfo
diff -u pkgsrc/misc/sesh/distinfo:1.1 pkgsrc/misc/sesh/distinfo:1.2
--- pkgsrc/misc/sesh/distinfo:1.1       Sun May  3 22:10:14 2026
+++ pkgsrc/misc/sesh/distinfo   Tue Jul 21 04:16:51 2026
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1 2026/05/03 22:10:14 kim Exp $
+$NetBSD: distinfo,v 1.2 2026/07/21 04:16:51 kim Exp $
 
 BLAKE2s (charm.land_bubbles_v2_@v_v2.0.0-rc.1.mod) = 6859ca9e1dacfdf5de8ffa1674f5ce96c88a5e5c8a954d95ad581623a7b1843d
 SHA512 (charm.land_bubbles_v2_@v_v2.0.0-rc.1.mod) = 389890170f442ef9d5def7eac02a03c31b543658f038fea078feea7dc419b517e7837484db26ff5cc7457d88f73c79af9066d3f2e64e84a2349060adb221e18f
@@ -237,6 +237,6 @@ Size (gopkg.in_yaml.v3_@v_v3.0.1.mod) = 
 BLAKE2s (gopkg.in_yaml.v3_@v_v3.0.1.zip) = 2e80fa896e65b1ae160400012c71aeac70e22a31cac82ec4921c85a93d65774c
 SHA512 (gopkg.in_yaml.v3_@v_v3.0.1.zip) = d57b0d42c71ad6503415e42979b51b0dc7f6344072c728ab2e3d4bab88da7b7d775e7f261868909f990f6b44aed6c533966c97bbe333a0acd65fc8bac9d1d4ff
 Size (gopkg.in_yaml.v3_@v_v3.0.1.zip) = 104623 bytes
-BLAKE2s (sesh-2.26.1.tar.gz) = fdeb47d03bac96db5d9f52b78f53e596f411723c0bd1347d76ec17ee00c820ee
-SHA512 (sesh-2.26.1.tar.gz) = 66040638e4838b66a147e391debdd97490801e5b8f116747df13fef2ed516089abd3f272e19ba752239bad2c61c1b9fd70bb5a58d1be826612f885ce7f108366
-Size (sesh-2.26.1.tar.gz) = 949196 bytes
+BLAKE2s (sesh-2.27.0.tar.gz) = 36da023bdc1704bd23be24f06ca44ec3ef77016c1139f5ce18a5a468f702769e
+SHA512 (sesh-2.27.0.tar.gz) = 09d706690f4be5aab817723c85db3a41903f00000a89d3fc7f3c5fe22ec9b84b020d7181026fbd13828e1c665bfa7c6e806267db87816fa84f0758a10350bac3
+Size (sesh-2.27.0.tar.gz) = 955478 bytes



Home | Main Index | Thread Index | Old Index