The NetBSD Project

CVS log for pkgsrc/security/libssh/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / security / libssh

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.46 / (download) - annotate - [select for diffs], Sun May 7 10:21:56 2023 UTC (4 weeks ago) by wiz
Branch: MAIN
CVS Tags: HEAD
Changes since 1.45: +3 -3 lines
Diff to previous 1.45 (colored)

libssh: update to 0.105.

version 0.10.5 (released 2023-05-04)
 * Fix CVE-2023-1667: a NULL dereference during rekeying with algorithm guessing
 * Fix CVE-2023-2283: a possible authorization bypass in
   pki_verify_data_signature under low-memory conditions.
 * Fix several memory leaks in GSSAPI handling code
 * Escape braces in ProxyCommand created from ProxyJump options for zsh
   compatibility.
 * Fix pkg-config path relocation for MinGW
 * Improve doxygen documentation
 * Fix build with cygwin due to the glob support
 * Do not enqueue outgoing packets after sending SSH2_MSG_NEWKEYS
 * Add support for SSH_SUPPRESS_DEPRECATED
 * Avoid functions declarations without prototype to build with clang 15
 * Fix spelling issues
 * Avoid expanding KnownHosts, ProxyCommands and IdentityFiles repetitively
 * Add support sk-* keys through configuration
 * Improve checking for Argp library
 * Log information about received extensions
 * Correctly handle rekey with delayed compression
 * Move the EC keys handling to OpenSSL 3.0 API
 * Record peer disconnect message
 * Avoid deadlock when write buffering occurs and we call poll recursively to
   flush the output buffer
 * Disable preauthentication compression by default
 * Add CentOS 8 Stream / OpenSSL 1.1.1 to CI
 * Add accidentally removed default compile flags
 * Solve incorrect parsing of ProxyCommand option

Revision 1.45 / (download) - annotate - [select for diffs], Sat Apr 15 21:36:14 2023 UTC (7 weeks, 1 day ago) by tnn
Branch: MAIN
Changes since 1.44: +3 -4 lines
Diff to previous 1.44 (colored)

libssh: update to 0.10.4

version 0.10.4 (released 2022-09-07)
  * Fixed issues with KDF on big endian
version 0.10.3 (released 2022-09-05)
  * Fixed possible infinite loop in known hosts checking
version 0.10.2 (released 2022-09-02)
  * Fixed tilde expansion when handling include directives
  * Fixed building the shared torture library
  * Made rekey test more robust (fixes running on i586 build systems e.g koji)
version 0.10.1 (released 2022-08-30)
  * Fixed proxycommand support
  * Fixed musl libc support
version 0.10.0 (released 2022-08-26)
  * Added support for OpenSSL 3.0
  * Added support for mbedTLS 3
  * Added support for Smart Cards  (through openssl pkcs11 engine)
  * Added support for chacha20-poly1305@openssh.com with libgcrypt
  * Added support ed25519 keys in PEM files
  * Added support for sk-ecdsa and sk-ed25519 (server side)
  * Added support for limiting RSA key sizes and not accepting small one by
    default
  * Added support for ssh-agent on Windows
  * Added ssh_userauth_publickey_auto_get_current_identity() API
  * Added ssh_vlog() API
  * Added ssh_send_issue_banner() API
  * Added ssh_session_set_disconnect_message() API
  * Added new configuration options:
    + IdentityAgent
    + ModuliFile
  * Provided X11 client example
  * Disabled DSA support at build time by default (will be removed in the next
    release)
  * Deprecated the SCP API!
  * Deprecated old pubkey, privatekey API
  * Avoided some needless large stack buffers to minimize memory footprint
  * Removed support for OpenSSL < 1.0.1
  * Fixed parsing username@host in login name
  * Free global init mutex in the destructor on Windows
  * Fixed PEM parsing in mbedtls to support both legacy and new PKCS8 formats

Revision 1.44 / (download) - annotate - [select for diffs], Tue Jan 24 18:36:32 2023 UTC (4 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1
Changes since 1.43: +4 -9 lines
Diff to previous 1.43 (colored)

*: convert to cmake/build.mk

Revision 1.43 / (download) - annotate - [select for diffs], Sat Jan 29 09:04:14 2022 UTC (16 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1
Changes since 1.42: +4 -2 lines
Diff to previous 1.42 (colored)

libssh: argp is only used for examples, which are not installed

Bump PKGREVISION

Revision 1.42 / (download) - annotate - [select for diffs], Sat Jan 29 09:02:00 2022 UTC (16 months ago) by wiz
Branch: MAIN
Changes since 1.41: +4 -2 lines
Diff to previous 1.41 (colored)

libssh: cmocka is a test framework and thus only needed at build time

Bump PKGREVISION.

Revision 1.41 / (download) - annotate - [select for diffs], Thu Oct 21 07:46:32 2021 UTC (19 months, 2 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base, pkgsrc-2021Q4
Changes since 1.40: +2 -1 lines
Diff to previous 1.40 (colored)

*: recursive bump for heimdal 7.7.0

its buildlink3.mk now includes openssl's buildlink3.mk

Revision 1.40 / (download) - annotate - [select for diffs], Mon Aug 30 15:57:11 2021 UTC (21 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3
Changes since 1.39: +3 -3 lines
Diff to previous 1.39 (colored)

libssh: update to 0.96.

version 0.9.6 (released 2021-08-26)
  * CVE-2021-3634: Fix possible heap-buffer overflow when rekeying with
    different key exchange mechanism
  * Fix several memory leaks on error paths
  * Reset pending_call_state on disconnect
  * Fix handshake bug with AEAD ciphers and no HMAC overlap
  * Use OPENSSL_CRYPTO_LIBRARIES in CMake
  * Ignore request success and failure message if they are not expected
  * Support more identity files in configuration
  * Avoid setting compiler flags directly in CMake
  * Support build directories with special characters
  * Include stdlib.h to avoid crash in Windows
  * Fix sftp_new_channel constructs an invalid object
  * Fix Ninja multiple rules error
  * Several tests fixes

Revision 1.39 / (download) - annotate - [select for diffs], Sun Sep 13 09:22:57 2020 UTC (2 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3
Changes since 1.38: +5 -6 lines
Diff to previous 1.38 (colored)

libssh: update to 0.95.

version 0.9.5 (released 2020-XX-XX)
  * CVE-2020-16135: Avoid null pointer dereference in sftpserver (T232)
  * Improve handling of library initialization (T222)
  * Fix parsing of subsecond times in SFTP (T219)
  * Make the documentation reproducible
  * Remove deprecated API usage in OpenSSL
  * Fix regression of ssh_channel_poll_timeout() returning SSH_AGAIN
  * Define version in one place (T226)
  * Prevent invalid free when using different C runtimes than OpenSSL (T229)
  * Compatibility improvements to testsuite

Revision 1.38 / (download) - annotate - [select for diffs], Wed Sep 2 11:45:51 2020 UTC (2 years, 9 months ago) by nia
Branch: MAIN
Changes since 1.37: +3 -1 lines
Diff to previous 1.37 (colored)

libssh: Disable building examples

They don't get installed and at least one of them doesn't like
NetBSD 8.

Bump PKGREVISION

Revision 1.37 / (download) - annotate - [select for diffs], Sun Apr 12 21:05:01 2020 UTC (3 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base, pkgsrc-2020Q2
Changes since 1.36: +3 -4 lines
Diff to previous 1.36 (colored)

libssh: update to 0.94.

version 0.9.4 (released 2020-04-09)
  * Fixed CVE-2020-1730 - Possible DoS in client and server when handling
    AES-CTR keys with OpenSSL
  * Added diffie-hellman-group14-sha256
  * Fixed serveral possible memory leaks

Revision 1.36 / (download) - annotate - [select for diffs], Sun Jan 26 17:32:04 2020 UTC (3 years, 4 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base, pkgsrc-2020Q1
Changes since 1.35: +2 -2 lines
Diff to previous 1.35 (colored)

all: migrate homepages from http to https

pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.

Revision 1.35 / (download) - annotate - [select for diffs], Sat Jan 18 21:48:23 2020 UTC (3 years, 4 months ago) by jperkin
Branch: MAIN
Changes since 1.34: +2 -1 lines
Diff to previous 1.34 (colored)

*: Recursive revision bump for openssl 1.1.1.

Revision 1.33.4.1 / (download) - annotate - [select for diffs], Tue Jan 7 19:26:28 2020 UTC (3 years, 4 months ago) by bsiegert
Branch: pkgsrc-2019Q4
Changes since 1.33: +3 -4 lines
Diff to previous 1.33 (colored) next main 1.34 (colored)

Pullup ticket #6107 - requested by is
security/libssh: security fix

Revisions pulled up:
- security/libssh/Makefile                                      1.34
- security/libssh/PLIST                                         1.15
- security/libssh/distinfo                                      1.20

---
   Module Name:    pkgsrc
   Committed By:   wiz
   Date:           Tue Dec 31 12:27:03 UTC 2019

   Modified Files:
           pkgsrc/security/libssh: Makefile PLIST distinfo

   Log Message:
   libssh: update to 0.93.

   version 0.9.3 (released 2019-12-10)
     * Fixed CVE-2019-14889 - SCP: Unsanitized location leads to command execution
     * SSH-01-003 Client: Missing NULL check leads to crash in erroneous state
     * SSH-01-006 General: Various unchecked Null-derefs cause DOS
     * SSH-01-007 PKI Gcrypt: Potential UAF/double free with RSA pubkeys
     * SSH-01-010 SSH: Deprecated hash function in fingerprinting
     * SSH-01-013 Conf-Parsing: Recursive wildcards in hostnames lead to DOS
     * SSH-01-014 Conf-Parsing: Integer underflow leads to OOB array access
     * SSH-01-001 State Machine: Initial machine states should be set explicitly
     * SSH-01-002 Kex: Differently bound macros used to iterate same array
     * SSH-01-005 Code-Quality: Integer sign confusion during assignments
     * SSH-01-008 SCP: Protocol Injection via unescaped File Names
     * SSH-01-009 SSH: Update documentation which RFCs are implemented
     * SSH-01-012 PKI: Information leak via uninitialized stack buffer

Revision 1.34 / (download) - annotate - [select for diffs], Tue Dec 31 12:27:03 2019 UTC (3 years, 5 months ago) by wiz
Branch: MAIN
Changes since 1.33: +3 -4 lines
Diff to previous 1.33 (colored)

libssh: update to 0.93.

version 0.9.3 (released 2019-12-10)
  * Fixed CVE-2019-14889 - SCP: Unsanitized location leads to command execution
  * SSH-01-003 Client: Missing NULL check leads to crash in erroneous state
  * SSH-01-006 General: Various unchecked Null-derefs cause DOS
  * SSH-01-007 PKI Gcrypt: Potential UAF/double free with RSA pubkeys
  * SSH-01-010 SSH: Deprecated hash function in fingerprinting
  * SSH-01-013 Conf-Parsing: Recursive wildcards in hostnames lead to DOS
  * SSH-01-014 Conf-Parsing: Integer underflow leads to OOB array access
  * SSH-01-001 State Machine: Initial machine states should be set explicitly
  * SSH-01-002 Kex: Differently bound macros used to iterate same array
  * SSH-01-005 Code-Quality: Integer sign confusion during assignments
  * SSH-01-008 SCP: Protocol Injection via unescaped File Names
  * SSH-01-009 SSH: Update documentation which RFCs are implemented
  * SSH-01-012 PKI: Information leak via uninitialized stack buffer

Revision 1.33 / (download) - annotate - [select for diffs], Thu Nov 28 09:25:52 2019 UTC (3 years, 6 months ago) by bsiegert
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base
Branch point for: pkgsrc-2019Q4
Changes since 1.32: +3 -1 lines
Diff to previous 1.32 (colored)

libssh: fix build on Solaris.

From Joern Clausen in PR pkg/54694.

Revision 1.32 / (download) - annotate - [select for diffs], Sat Nov 23 08:45:45 2019 UTC (3 years, 6 months ago) by mef
Branch: MAIN
Changes since 1.31: +2 -1 lines
Diff to previous 1.31 (colored)

Recursive revbump based on devel/cmocka 1.1.3 -> 1.1.5

Revision 1.31 / (download) - annotate - [select for diffs], Wed Nov 13 11:49:08 2019 UTC (3 years, 6 months ago) by wiz
Branch: MAIN
Changes since 1.30: +3 -3 lines
Diff to previous 1.30 (colored)

libssh: update to 0.92.

version 0.9.2 (released 2019-11-07)
  * Fixed libssh-config.cmake
  * Fixed issues with rsa algorithm negotiation (T191)
  * Fixed detection of OpenSSL ed25519 support (T197)

Revision 1.30 / (download) - annotate - [select for diffs], Wed Nov 6 14:37:39 2019 UTC (3 years, 6 months ago) by wiz
Branch: MAIN
Changes since 1.29: +3 -3 lines
Diff to previous 1.29 (colored)

libssh: update to 0.91.

version 0.9.1 (released 2019-10-25)
  * Added support for Ed25519 via OpenSSL
  * Added support for X25519 via OpenSSL
  * Added support for localuser in Match keyword
  * Fixed Match keyword to be case sensitive
  * Fixed compilation with LibreSSL
  * Fixed error report of channel open (T75)
  * Fixed sftp documentation (T137)
  * Fixed known_hosts parsing (T156)
  * Fixed build issue with MinGW (T157)
  * Fixed build with gcc 9 (T164)
  * Fixed deprecation issues (T165)
  * Fixed known_hosts directory creation (T166)

Revision 1.29 / (download) - annotate - [select for diffs], Sun Sep 15 10:37:50 2019 UTC (3 years, 8 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2019Q3-base, pkgsrc-2019Q3
Changes since 1.28: +3 -3 lines
Diff to previous 1.28 (colored)

libssh: Update to 0.90

ChangeLog

    Added support for AES-GCM
    Added improved rekeying support
    Added performance improvements
    Disabled blowfish support by default
    Fixed several ssh config parsing issues
    Added support for DH Group Exchange KEX
    Added support for Encrypt-then-MAC mode
    Added support for parsing server side configuration file
    Added support for ECDSA/Ed25519 certificates
    Added FIPS 140-2 compatibility
    Improved known_hosts parsing
    Improved documentation
    Improved OpenSSL API usage for KEX, DH, KDF and signatures

Revision 1.28 / (download) - annotate - [select for diffs], Wed Mar 20 16:00:30 2019 UTC (4 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1
Changes since 1.27: +3 -3 lines
Diff to previous 1.27 (colored)

libssh: update to 0.87.

version 0.8.7 (released 2019-02-25)
  * Fixed handling extension flags in the server implementation
  * Fixed exporting ed25519 private keys
  * Fixed corner cases for rsa-sha2 signatures
  * Fixed some issues with connector

Revision 1.27 / (download) - annotate - [select for diffs], Wed Feb 13 20:07:29 2019 UTC (4 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.26: +3 -4 lines
Diff to previous 1.26 (colored)

libssh: update to 0.86.

version 0.8.6 (released 2018-12-24)
  * Fixed compilation issues with different OpenSSL versions
  * Fixed StrictHostKeyChecking in new knownhosts API
  * Fixed ssh_send_keepalive() with packet filter
  * Fixed possible crash with knownhosts options
  * Fixed issus with rekeying
  * Fixed strong ECDSA keys
  * Fixed some issues with rsa-sha2 extentions
  * Fixed access violation in ssh_init() (static linking)
  * Fixed ssh_channel_close() handling

Revision 1.26 / (download) - annotate - [select for diffs], Wed Dec 5 10:54:39 2018 UTC (4 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2018Q4-base, pkgsrc-2018Q4
Changes since 1.25: +5 -2 lines
Diff to previous 1.25 (colored)

libssh: fix pkgconfig file.

Fix build on NetBSD by removing -Werror=strict-overflow.

Bump PKGREVISION.

Revision 1.25 / (download) - annotate - [select for diffs], Mon Dec 3 15:19:51 2018 UTC (4 years, 6 months ago) by adam
Branch: MAIN
Changes since 1.24: +22 -17 lines
Diff to previous 1.24 (colored)

libssh: updated to 0.8.5

version 0.8.5:
* Added support to get known_hosts locations with ssh_options_get()
* Fixed preferred algorithm for known hosts negotiations
* Fixed KEX with some server implementations (e.g. Cisco)
* Fixed issues with MSVC
* Fixed keyboard-interactive auth in server mode
  (regression from CVE-2018-10933)
* Fixed gssapi auth in server mode (regression from CVE-2018-10933)
* Fixed socket fd handling with proxy command
* Fixed a memory leak with OpenSSL

version 0.8.4:
* Fixed CVE-2018-10933
* Fixed building without globbing support
* Fixed possible memory leaks
* Avoid SIGPIPE on sockets

version 0.8.3:
* Added support for rsa-sha2
* Added support to parse private keys in openssh container format
  (other than ed25519)
* Added support for diffie-hellman-group18-sha512 and
  diffie-hellman-group16-sha512
* Added ssh_get_fingerprint_hash()
* Added ssh_pki_export_privkey_base64()
* Added support for Match keyword in config file
* Improved performance and reduced memory footprint for sftp
* Fixed ecdsa publickey auth
* Fixed reading a closed channel
* Added support to announce posix-rename@openssh.com and
  hardlink@openssh.com in the sftp server

version 0.8.2:
* Added sha256 fingerprints for pubkeys
* Improved compiler flag detection
* Fixed race condition in reading sftp messages
* Fixed doxygen generation and added modern style
* Fixed library initialization on Windows
* Fixed __bounded__ attribute detection
* Fixed a bug in the options parser
* Fixed documentation for new knwon_hosts API

version 0.8.1:
* Fixed version number in the header
* Fixed version number in pkg-config and cmake config
* Fixed library initialization
* Fixed attribute detection

version 0.8.0:
* Removed support for deprecated SSHv1 protocol
* Added new connector API for clients
* Added new known_hosts parsing API
* Added support for OpenSSL 1.1
* Added support for chacha20-poly1305 cipher
* Added crypto backend for mbedtls crypto library
* Added ECDSA support with gcrypt backend
* Added advanced client and server testing using cwrap.org
* Added support for curve25519-sha256 alias
* Added support for global known_hosts file
* Added support for symbol versioning
* Improved ssh_config parsing
* Improved threading support

Revision 1.23.18.1 / (download) - annotate - [select for diffs], Thu Oct 18 13:02:36 2018 UTC (4 years, 7 months ago) by bsiegert
Branch: pkgsrc-2018Q3
Changes since 1.23: +5 -5 lines
Diff to previous 1.23 (colored) next main 1.24 (colored)

Pullup ticket #5843 - requested by maya
security/libssh: security fix

Revisions pulled up:
- security/libssh/Makefile                                      1.24
- security/libssh/PLIST                                         1.8
- security/libssh/distinfo                                      1.13

---
   Module Name:	pkgsrc
   Committed By:	maya
   Date:		Tue Oct 16 20:25:25 UTC 2018

   Modified Files:
   	pkgsrc/security/libssh: Makefile PLIST distinfo

   Log Message:
   libssh: update to 0.7.6. security fix.

   version 0.7.6 (released 2018-10-16)
     * Fixed CVE-2018-10933
     * Added support for OpenSSL 1.1
     * Added SHA256 support for ssh_get_publickey_hash()
     * Fixed config parsing
     * Fixed random memory corruption when importing pubkeys

   version 0.7.5 (released 2017-04-13)
     * Fixed a memory allocation issue with buffers
     * Fixed PKI on Windows
     * Fixed some SSHv1 functions
     * Fixed config hostname expansion

   version 0.7.4 (released 2017-02-03)
     * Added id_ed25519 to the default identity list
     * Fixed sftp EOF packet handling
     * Fixed ssh_send_banner() to confirm with RFC 4253
     * Fixed some memory leaks

Revision 1.24 / (download) - annotate - [select for diffs], Tue Oct 16 20:25:25 2018 UTC (4 years, 7 months ago) by maya
Branch: MAIN
Changes since 1.23: +5 -5 lines
Diff to previous 1.23 (colored)

libssh: update to 0.7.6. security fix.

version 0.7.6 (released 2018-10-16)
  * Fixed CVE-2018-10933
  * Added support for OpenSSL 1.1
  * Added SHA256 support for ssh_get_publickey_hash()
  * Fixed config parsing
  * Fixed random memory corruption when importing pubkeys

version 0.7.5 (released 2017-04-13)
  * Fixed a memory allocation issue with buffers
  * Fixed PKI on Windows
  * Fixed some SSHv1 functions
  * Fixed config hostname expansion

version 0.7.4 (released 2017-02-03)
  * Added id_ed25519 to the default identity list
  * Fixed sftp EOF packet handling
  * Fixed ssh_send_banner() to confirm with RFC 4253
  * Fixed some memory leaks

Revision 1.23 / (download) - annotate - [select for diffs], Sun Oct 9 22:02:07 2016 UTC (6 years, 7 months ago) by kamil
Branch: MAIN
CVS Tags: pkgsrc-2018Q3-base, pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4
Branch point for: pkgsrc-2018Q3
Changes since 1.22: +3 -2 lines
Diff to previous 1.22 (colored)

Add missing dependency: devel/argp

This fixes build on NetBSD-7.99.39 with pkgsrc-current from 2016-10-09.

Bump PKGREVISION to 2.

Revision 1.22 / (download) - annotate - [select for diffs], Sat Mar 5 11:27:54 2016 UTC (7 years, 3 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1
Changes since 1.21: +2 -1 lines
Diff to previous 1.21 (colored)

Bump PKGREVISION for security/openssl ABI bump.

Revision 1.21 / (download) - annotate - [select for diffs], Tue Feb 23 15:49:42 2016 UTC (7 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.20: +5 -6 lines
Diff to previous 1.20 (colored)

Update libssh to 0.7.3:

version 0.7.3 (released 2016-01-23)
  * Fixed CVE-2016-0739
  * Fixed ssh-agent on big endian
  * Fixed some documentation issues

Revision 1.20 / (download) - annotate - [select for diffs], Tue Nov 17 15:48:23 2015 UTC (7 years, 6 months ago) by christos
Branch: MAIN
CVS Tags: pkgsrc-2015Q4-base, pkgsrc-2015Q4
Changes since 1.19: +6 -5 lines
Diff to previous 1.19 (colored)

update to 0.72 since the previous versions have known security issues.

Revision 1.19 / (download) - annotate - [select for diffs], Wed Feb 12 23:18:33 2014 UTC (9 years, 3 months ago) by tron
Branch: MAIN
CVS Tags: pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2, pkgsrc-2014Q1-base, pkgsrc-2014Q1
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored)

Recursive PKGREVISION bump for OpenSSL API version bump.

Revision 1.18 / (download) - annotate - [select for diffs], Mon Jan 27 18:41:14 2014 UTC (9 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.17: +1 -7 lines
Diff to previous 1.17 (colored)

Do not set FETCH_USING, should not be set in a package Makefile.

Revision 1.17 / (download) - annotate - [select for diffs], Thu Jan 9 14:29:31 2014 UTC (9 years, 4 months ago) by jperkin
Branch: MAIN
Changes since 1.16: +2 -1 lines
Diff to previous 1.16 (colored)

Needs zlib.

Revision 1.16 / (download) - annotate - [select for diffs], Wed Jan 1 11:52:33 2014 UTC (9 years, 5 months ago) by wiz
Branch: MAIN
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored)

Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump.

Revision 1.15 / (download) - annotate - [select for diffs], Mon Apr 8 11:17:21 2013 UTC (10 years, 1 month ago) by rodent
Branch: MAIN
CVS Tags: pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored)

Remove "Trailing empty lines." and/or "Trailing white-space."

Revision 1.14 / (download) - annotate - [select for diffs], Wed Feb 6 23:20:55 2013 UTC (10 years, 3 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2013Q1-base, pkgsrc-2013Q1
Changes since 1.13: +2 -1 lines
Diff to previous 1.13 (colored)

PKGREVISION bumps for the security/openssl 1.0.1d update.

Revision 1.13 / (download) - annotate - [select for diffs], Fri Feb 1 21:55:55 2013 UTC (10 years, 4 months ago) by is
Branch: MAIN
Changes since 1.12: +5 -4 lines
Diff to previous 1.12 (colored)

Make pkg_info show the upstream version, for comparison to advisories etc.

Revision 1.12 / (download) - annotate - [select for diffs], Fri Feb 1 13:33:49 2013 UTC (10 years, 4 months ago) by is
Branch: MAIN
Changes since 1.11: +28 -26 lines
Diff to previous 1.11 (colored)

Update libssh to (upstream) 0.5.4 == (our) 0.54.

(We need to keep the old numbering syntax to make versions compare
correctly.)

There are only two consumers in pkgsrc; one of them (remmina and
remmina-plugins) actually needed library version 0.4 or later, and
didn't build the ssh/sftp/nx plugins without. Hydra is also supposed
to build with 0.4.x and later.)

Upstream changelogs:

0.5.4:
        CVE-2013-0176 - NULL dereference leads to denial of service
        Fixed several NULL pointer dereferences in SSHv1.
        Fixed a free crash bug in options parsing.

and for completeness 0.5.3:

        This is an important SECURITY and maintenance release in
        order to address CVE-2012-4559, CVE-2012-4560, CVE-2012-4561
        and CVE-2012-4562.

        CVE-2012-4559 - Fix multiple double free() flaws
        CVE-2012-4560 - Fix multiple buffer overflow flaws
        CVE-2012-4561 - Fix multiple invalid free() flaws
        CVE-2012-4562 - Fix multiple improper overflow checks

        (...)

Suggested by Noud de Brouwer in wip/libssh and PR pkg/47518, but needed
some changes to PLIST as well as to make "pkg_admin audit" and updates
compare correctly.

Revision 1.11 / (download) - annotate - [select for diffs], Tue Oct 23 18:16:35 2012 UTC (10 years, 7 months ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2012Q4-base, pkgsrc-2012Q4
Changes since 1.10: +1 -3 lines
Diff to previous 1.10 (colored)

Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.

Revision 1.10 / (download) - annotate - [select for diffs], Sun Nov 27 03:49:03 2011 UTC (11 years, 6 months ago) by sbd
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4
Changes since 1.9: +3 -2 lines
Diff to previous 1.9 (colored)

Add missing devel/zlib buildlink.

Bump PKGREVISION

Revision 1.9 / (download) - annotate - [select for diffs], Sun Jan 17 12:02:41 2010 UTC (13 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

Recursive PKGREVISION bump for jpeg update to 8.

Revision 1.8 / (download) - annotate - [select for diffs], Wed Nov 25 21:11:33 2009 UTC (13 years, 6 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base, pkgsrc-2009Q4
Changes since 1.7: +9 -4 lines
Diff to previous 1.7 (colored)

Fix permissions of include files. Fix linkage for systems with openssh
in base. Add destdir support.

Revision 1.7 / (download) - annotate - [select for diffs], Fri Jul 17 18:00:22 2009 UTC (13 years, 10 months ago) by adrianp
Branch: MAIN
CVS Tags: pkgsrc-2009Q3-base, pkgsrc-2009Q3
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

Give up MAINTAINER

Revision 1.6 / (download) - annotate - [select for diffs], Fri Jan 18 05:09:38 2008 UTC (15 years, 4 months ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.5: +2 -1 lines
Diff to previous 1.5 (colored)

Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@

Revision 1.5 / (download) - annotate - [select for diffs], Sun Feb 5 00:20:17 2006 UTC (17 years, 4 months ago) by adrianp
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2, pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.4: +3 -3 lines
Diff to previous 1.4 (colored)

Update to 0.11
> -server implementation development. I won't document it before it even works.
> -small bug corrected when connecting to sun ssh servers.
> -channel wierdness corrected (writing huge data packets)
> -channel_read_nonblocking added
> -channel bug where stderr wasn't correctly read fixed.
> -sftp_file_set_nonblocking added. It's now possible to have nonblocking SFTP IO
> -connect_status callback.
> -priv.h contains the internal functions, libssh.h the public interface
> -options_set_timeout (thx marcelo) really working.
> -tcp tunneling through channel_open_forward.
> -channel_request_exec()
> -channel_request_env()
> -ssh_get_pubkey_hash()
> -ssh_is_server_known()
> -ssh_write_known_host()
> -options_set_ssh_dir
> -how could this happen ! there weren't any channel_close !
> -nasty channel_free bug resolved.
> -removed the unsigned long all around the code. use only u8,u32 & u64.
> -it now compiles and runs under amd64 !
> -channel_request_exec()
> -channel_request_env()
> -ssh_get_pubkey_hash()
> -ssh_is_server_known()
> -ssh_write_known_host()
> -options_set_ssh_dir
> -how could this happen ! there weren't any channel_close !
> -nasty channel_free bug resolved.
> -removed the unsigned long all around the code. use only u8,u32 & u64.
> -it now compiles and runs under amd64 !
> -channel_request_pty_size
> -channel_change_pty_size
> -options_copy()
> -ported the doc to an HTML file.
> -small bugfix in packet.c
> -prefixed error constants with SSH_
> -sftp_stat, sftp_lstat, sftp_fstat. thanks Michel Bardiaux for the patch.
> -again channel number mismatch fixed.
> -fixed a bug in ssh_select making the select fail when a signal has been caught.
> -keyboard-interactive authentication working.

Revision 1.4 / (download) - annotate - [select for diffs], Wed Dec 28 17:57:14 2005 UTC (17 years, 5 months ago) by reed
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

Fix typo in DESCR.
Reword COMMENT (which also removes the typo).

Revision 1.3 / (download) - annotate - [select for diffs], Wed Sep 28 14:31:08 2005 UTC (17 years, 8 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

Removed trailing white-space.

Revision 1.2 / (download) - annotate - [select for diffs], Sun May 15 17:11:04 2005 UTC (18 years ago) by adrianp
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3, pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.1: +5 -1 lines
Diff to previous 1.1 (colored)

- Add a note in the Makefile about upgrading this package.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sun Apr 17 11:34:16 2005 UTC (18 years, 1 month ago) by adrianp
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

The ssh library was designed to be used by programmers needing a working
SSH implementation by the mean of a library. The complete control of the
client is made by the programmer.

With libssh, you can remotely execute programs, transfer files, use a
secure and transparent tunnel for your remote programs. With its Secure
FTP implementation, you can play with remote files easily, without
third-party programs others than libcrypto (from openssl).

Revision 1.1 / (download) - annotate - [select for diffs], Sun Apr 17 11:34:16 2005 UTC (18 years, 1 month ago) by adrianp
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>