Merge pull request #2906 from ertugerata/master

openssh update
This commit is contained in:
Ertuğrul Erata
2017-02-19 00:00:25 +02:00
committed by GitHub
2 changed files with 9 additions and 2 deletions
+1 -1
View File
@@ -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())
+8 -1
View File
@@ -13,7 +13,7 @@
<IsA>service</IsA>
<Summary>Port of OpenBSD's free SSH release</Summary>
<Description>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.</Description>
<Archive sha1sum="70e35d7d6386fe08abbd823b3a12a3ca44ac6d38" type="targz">http://ftp.icm.edu.pl/pub/OpenBSD/OpenSSH/portable/openssh-7.2p2.tar.gz</Archive>
<Archive sha1sum="2330bbf82ed08cf3ac70e0acf00186ef3eeb97e0" type="targz">http://ftp.icm.edu.pl/pub/OpenBSD/OpenSSH/portable/openssh-7.4p1.tar.gz</Archive>
<BuildDependencies>
<Dependency>libedit-devel</Dependency>
<Dependency>zlib-devel</Dependency>
@@ -58,6 +58,13 @@
</Package>
<History>
<Update release="3">
<Date>2017-02-19</Date>
<Version>7.4_p1</Version>
<Comment>Version bump.</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="2">
<Date>2016-06-08</Date>
<Version>7.2_p2</Version>