diff --git a/server/openssh/actions.py b/server/openssh/actions.py
index c255829546..b258854556 100644
--- a/server/openssh/actions.py
+++ b/server/openssh/actions.py
@@ -9,7 +9,7 @@ from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import get
-WorkDir = "openssh-%s" % get.srcVERSION().replace("_","")
+#WorkDir = "openssh-%s" % get.srcVERSION().replace("_","")
def setup():
shelltools.export("CFLAGS","%s -fpie" % get.CFLAGS())
diff --git a/server/openssh/pspec.xml b/server/openssh/pspec.xml
index 9644d5b02b..e622757a45 100644
--- a/server/openssh/pspec.xml
+++ b/server/openssh/pspec.xml
@@ -13,7 +13,7 @@
service
Port of OpenBSD's free SSH release
OpenSSH is a FREE version of the SSH connectivity tools that technical users of the Internet rely on. Users of telnet, rlogin, and ftp may not realize that their password is transmitted across the Internet unencrypted, but it is. OpenSSH encrypts all traffic (including passwords) to effectively eliminate eavesdropping, connection hijacking, and other attacks.
- http://ftp.icm.edu.pl/pub/OpenBSD/OpenSSH/portable/openssh-7.2p2.tar.gz
+ http://ftp.icm.edu.pl/pub/OpenBSD/OpenSSH/portable/openssh-7.4p1.tar.gz
libedit-devel
zlib-devel
@@ -58,6 +58,13 @@
+
+ 2017-02-19
+ 7.4_p1
+ Version bump.
+ Ertuğrul Erata
+ ertugrulerata@gmail.com
+
2016-06-08
7.2_p2