New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #11614: libssh.patch

File libssh.patch, 1.0 KB (added by simon@…, 5 years ago)

Added patch to also add the epoch to ensure and update; contains the patch of the reporter so it's the only one necessary.

  • Portfile

     
    33PortSystem 1.0 
    44 
    55name            libssh 
    6 version         0.11 
    7 categories      devel security 
     6version         0.2 
     7epoch           1 
     8categories      devel security net 
    89maintainers     ron@oneinsane.net 
    910description     an SSH library 
    1011long_description        The ssh library was designed to be used by \ 
    1112                        programmers needing a working SSH implementation \ 
    1213                        by the mean of a library. 
    1314 
    14 homepage        http://0xbadc0de.be/?part=libssh 
     15homepage        http://0xbadc0de.be/wiki/libssh:libssh 
    1516master_sites    http://www.0xbadc0de.be/libssh 
    1617extract.suffix  .tgz 
    17 checksums       md5 ad703c4702646c83ca4fcace92c220d3 \ 
    18                 sha1 307430249ded90332c4ec77a264913b3bc93a648 \ 
    19                 rmd160 69c2cc00becb84a62555fe884345398f155815a4 
     18checksums       md5 8a76c03579a3e27046e6bafe88ffd171 \ 
     19                sha1 bde7652da5a0f79127c3d5e4b9383d3a07619344 \ 
     20                rmd160 29b5d109f7962daa1f5e38197ff75b9603a39873 
    2021 
    21 patchfiles      patch-Makefile.in.diff \ 
    22                 patch-libssh-Makefile.in.diff \ 
    23                 patch-sample.c.diff 
     22depends_lib     port:openssl port:zlib