Skip to content

Commit

Permalink
tmux - update from 3.3 to 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
citrus-it committed Feb 20, 2024
1 parent 8a94733 commit 7491eeb
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions build/tmux/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
# }}}
#
# Copyright 2016 OmniTI Computer Consulting, Inc. All rights reserved.
# Copyright 2022 OmniOS Community Edition (OmniOSce) Association.
# Copyright 2024 OmniOS Community Edition (OmniOSce) Association.

. ../../lib/build.sh

PROG=tmux
VER=3.3
VER=3.4
PKG=terminal/tmux
SUMMARY="Terminal multiplexer"
DESC="$SUMMARY"
Expand Down
2 changes: 1 addition & 1 deletion build/tmux/patches-libevent/no-arc4random-addrandom.patch
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
diff -wpruN '--exclude=*.orig' a~/evutil_rand.c a/evutil_rand.c
diff -wpruN --no-dereference '--exclude=*.orig' a~/evutil_rand.c a/evutil_rand.c
--- a~/evutil_rand.c 1970-01-01 00:00:00
+++ a/evutil_rand.c 1970-01-01 00:00:00
@@ -194,8 +194,15 @@ evutil_secure_rng_get_bytes(void *buf, s
Expand Down
2 changes: 1 addition & 1 deletion build/tmux/patches/errno-for-errno.patch
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
diff -wpruN '--exclude=*.orig' a~/server-client.c a/server-client.c
diff -wpruN --no-dereference '--exclude=*.orig' a~/server-client.c a/server-client.c
--- a~/server-client.c 1970-01-01 00:00:00
+++ a/server-client.c 1970-01-01 00:00:00
@@ -26,6 +26,7 @@
Expand Down
2 changes: 1 addition & 1 deletion build/tmux/patches/evports.patch
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ See: https://github.com/tmux/tmux/issues/2702
We would rather use event ports than poll, and given that we cannot replicate
the original bug, we re-enable them.

diff -wpruN '--exclude=*.orig' a~/osdep-sunos.c a/osdep-sunos.c
diff -wpruN --no-dereference '--exclude=*.orig' a~/osdep-sunos.c a/osdep-sunos.c
--- a~/osdep-sunos.c 1970-01-01 00:00:00
+++ a/osdep-sunos.c 1970-01-01 00:00:00
@@ -96,17 +96,5 @@ osdep_get_cwd(int fd)
Expand Down
2 changes: 1 addition & 1 deletion build/tmux/patches/job-libevheader.patch
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
diff -wpruN '--exclude=*.orig' a~/job.c a/job.c
diff -wpruN --no-dereference '--exclude=*.orig' a~/job.c a/job.c
--- a~/job.c 1970-01-01 00:00:00
+++ a/job.c 1970-01-01 00:00:00
@@ -28,6 +28,7 @@
Expand Down
2 changes: 1 addition & 1 deletion doc/packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
| system/test/fio | 3.36 | https://github.com/axboe/fio/tags
| system/watch | 3.3.16 | https://gitlab.com/api/v4/projects/procps-ng%2Fprocps/releases https://gitlab.com/procps-ng/procps/-/releases
| terminal/screen | 4.9.1 | https://ftp.gnu.org/gnu/screen/
| terminal/tmux | 3.3 | https://github.com/tmux/tmux/releases http://tmux.github.io/
| terminal/tmux | 3.4 | https://github.com/tmux/tmux/releases http://tmux.github.io/
| text/gawk | 5.3.0 | https://ftp.gnu.org/gnu/gawk/
| text/gnu-diffutils | 3.10 | http://git.savannah.gnu.org/cgit/diffutils.git/refs/tags
| text/gnu-gettext | 0.22.4 | https://ftp.gnu.org/pub/gnu/gettext/
Expand Down

0 comments on commit 7491eeb

Please sign in to comment.