pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/mosh



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Nov  2 14:43:05 UTC 2023

Modified Files:
        pkgsrc/net/mosh: Makefile distinfo
Removed Files:
        pkgsrc/net/mosh/patches: patch-Makefile.am patch-Makefile.in
            patch-scripts_Makefile.am patch-scripts_Makefile.in
            patch-src_network_network.cc

Log Message:
mosh: update to 1.4.0

Using wip/mosh from bsiegert.

The Mosh team is pleased to announce the long-awaited 1.4.0 release.
This release has a mix of bug fixes and new features.


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/net/mosh/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/net/mosh/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/net/mosh/patches/patch-Makefile.am \
    pkgsrc/net/mosh/patches/patch-Makefile.in \
    pkgsrc/net/mosh/patches/patch-scripts_Makefile.am \
    pkgsrc/net/mosh/patches/patch-scripts_Makefile.in \
    pkgsrc/net/mosh/patches/patch-src_network_network.cc

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

Modified files:

Index: pkgsrc/net/mosh/Makefile
diff -u pkgsrc/net/mosh/Makefile:1.35 pkgsrc/net/mosh/Makefile:1.36
--- pkgsrc/net/mosh/Makefile:1.35       Thu Nov  2 12:20:05 2023
+++ pkgsrc/net/mosh/Makefile    Thu Nov  2 14:43:05 2023
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.35 2023/11/02 12:20:05 wiz Exp $
+# $NetBSD: Makefile,v 1.36 2023/11/02 14:43:05 wiz Exp $
 
-DISTNAME=      mosh-1.3.2
-PKGREVISION=   10
+DISTNAME=      mosh-1.4.0
 CATEGORIES=    net
-MASTER_SITES=  http://mosh.org/
+MASTER_SITES=  https://mosh.org/
 
 MAINTAINER=    agc%NetBSD.org@localhost
 HOMEPAGE=      https://mosh.org/
@@ -12,9 +11,14 @@ LICENSE=     gnu-gpl-v3
 
 GNU_CONFIGURE=         yes
 USE_TOOLS+=            perl:run pkg-config
-USE_LANGUAGES+=                c c++11
+USE_LANGUAGES+=                c c++
 USE_GCC_RUNTIME=       yes
 
+USE_CXX_FEATURES+=     c++14
+
+# USE_CXX_FEATURES does not affect configure phase, but is needed there
+CXXFLAGS+=     -std=c++14
+
 REPLACE_PERL+= scripts/mosh.pl
 REPLACE_PERL+= src/tests/genbase64.pl
 REPLACE_PERL+= src/tests/hold-stdin

Index: pkgsrc/net/mosh/distinfo
diff -u pkgsrc/net/mosh/distinfo:1.12 pkgsrc/net/mosh/distinfo:1.13
--- pkgsrc/net/mosh/distinfo:1.12       Tue Oct 26 11:06:01 2021
+++ pkgsrc/net/mosh/distinfo    Thu Nov  2 14:43:05 2023
@@ -1,10 +1,5 @@
-$NetBSD: distinfo,v 1.12 2021/10/26 11:06:01 nia Exp $
+$NetBSD: distinfo,v 1.13 2023/11/02 14:43:05 wiz Exp $
 
-BLAKE2s (mosh-1.3.2.tar.gz) = 7b90339bcd18fc35607e11c97f138bedb3728bc57b97ef1bceef564320f40a08
-SHA512 (mosh-1.3.2.tar.gz) = f400e8fe7ba2ab7362311fc12a00ec69587505f901988aeee500fc68d38a388218500a3f602111c883ff23a9d43572114fcf0a8bf505df203691e5b597615769
-Size (mosh-1.3.2.tar.gz) = 359574 bytes
-SHA1 (patch-Makefile.am) = 2ccdac3f0d10f9f2b2f0ea9d4dc060a2333b7254
-SHA1 (patch-Makefile.in) = c770356e9223cda8a058ce6fad315d7b5c3027c7
-SHA1 (patch-scripts_Makefile.am) = 6e727a0a8725ded9afe9cbdafbbb9de4ba42c4c6
-SHA1 (patch-scripts_Makefile.in) = 9e0746db6f1681eaec55c9dd4c168867285d8f89
-SHA1 (patch-src_network_network.cc) = cb3fbea57b2c9c208e61ba4c7a7d329aabb35d9e
+BLAKE2s (mosh-1.4.0.tar.gz) = 2500ffd34e8a1c2d29f52726de9adfbbe9547e858ae269fd9a35ca521ea6c96c
+SHA512 (mosh-1.4.0.tar.gz) = 38c11f52ff1e42965b50a22bf6de80b0fa8ebbff841d825e760abf69c788a2bf5f34e6f7fc047574d595118334eef9edf8da5520b52cdde3ac1a79d7ad70312e
+Size (mosh-1.4.0.tar.gz) = 393465 bytes



Home | Main Index | Thread Index | Old Index