mosh: update to 1.4.0
authorRosen Penev <rosenp@gmail.com>
Sun, 6 Nov 2022 19:39:54 +0000 (11:39 -0800)
committerRosen Penev <rosenp@gmail.com>
Sun, 6 Nov 2022 20:38:36 +0000 (12:38 -0800)
Remove upstreamed patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
net/mosh/Makefile
net/mosh/patches/020-std.patch [deleted file]

index 65a9f1499de1edcbca4cb1a87f7cfbac064fb220..1c3341a32ec0abd4e2419596a047727885c95772 100644 (file)
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=mosh
-PKG_VERSION:=1.3.2
-PKG_RELEASE:=2
+PKG_VERSION:=1.4.0
+PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://mosh.org/
-PKG_HASH:=da600573dfa827d88ce114e0fed30210689381bbdcff543c931e4d6a2e851216
+PKG_HASH:=872e4b134e5df29c8933dff12350785054d2fd2839b5ae6b5587b14db1465ddd
 
 PKG_MAINTAINER:=Rosen Penev <rosenp@gmail.com>
 PKG_LICENSE:=GPL-3.0-or-later
diff --git a/net/mosh/patches/020-std.patch b/net/mosh/patches/020-std.patch
deleted file mode 100644 (file)
index 06ad284..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/src/network/network.cc
-+++ b/src/network/network.cc
-@@ -60,7 +60,6 @@
- #define AI_NUMERICSERV 0
- #endif
--using namespace std;
- using namespace Network;
- using namespace Crypto;