Next | Query returned 25 messages, browsing 11 to 20 | Previous

History of commit frequency

CVS Commit History:


   2021-10-26 13:18:07 by Nia Alarie | Files touched by this commit (605)
Log message:
security: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Unfetchable distfiles (fetched conditionally?):
./security/cyrus-sasl/distinfo \ 
cyrus-sasl-dedad73e5e7a75d01a5f3d5a6702ab8ccd2ff40d.patch.v2
   2021-10-07 16:54:50 by Nia Alarie | Files touched by this commit (606)
Log message:
security: Remove SHA1 hashes for distfiles
   2020-01-18 22:51:16 by Jonathan Perkin | Files touched by this commit (1836)
Log message:
*: Recursive revision bump for openssl 1.1.1.
   2019-11-04 22:13:04 by Roland Illig | Files touched by this commit (118)
Log message:
security: align variable assignments

pkglint -Wall -F --only aligned --only indent -r

No manual corrections.
   2018-06-08 22:02:30 by Niclas Rosenvik | Files touched by this commit (4)
Log message:
Updated security/qore-ssh2-module to version 1.2 .

Changes from release notes:
* added the Ssh2Connections user module
* added the following SFTPClient methods supporting
  streams:SFTPClient::get(), SFTPClient::put()
* fixed bugs retrieving zero-length text files with
  SFTPClient::getFile(), SFTPClient::getTextFile(),
  SFTPClient::get(), and SFTPClient::retrieveFile()
* fixed bugs streaming data with SFTPClient::transferFile()
  and SFTPClient::put()
* argument error in SFTPClient disconnection with
  socket errors causes a crash
* infinite loop in SftpPoller polling when
  PO_NO_PROCESS_CONTROL is not set and no sleep
  option is given
* implement support for additional directories
  in SftpPoller
* SftpPoller::run() cannot be synchronized
* compile fixes for Solaris 10 g++
* add constructor option to SftpPoller for checking
  if polled directories are writable
* fixed a bug that could cause a crash when an error
  occurs in the SFTPClient class
* streaming from SFTP server impossible without user
  re-implementing SftpPoller methods
* fixed a bug in libssh2 library initialization
  error reporting
   2018-01-28 17:24:15 by Thomas Klausner | Files touched by this commit (71)
Log message:
recursive bump after mpfr shlib major bump
   2018-01-07 14:04:44 by Roland Illig | Files touched by this commit (583)
Log message:
Fix indentation in buildlink3.mk files.

The actual fix as been done by "pkglint -F */*/buildlink3.mk", and was
reviewed manually.

There are some .include lines that still are indented with zero spaces
although the surrounding .if is indented. This is existing practice.
   2017-10-12 20:21:24 by Niclas Rosenvik | Files touched by this commit (16) | Package updated
Log message:
Revbump and use of c++11 beacuse of lang/qore update.
   2016-08-07 13:44:43 by Niclas Rosenvik | Files touched by this commit (11)
Log message:
email style fix
   2016-07-20 16:54:57 by Niclas Rosenvik | Files touched by this commit (6)
Log message:
Update qore-ssh2-module to version 1.0.

Patches have been applied upstream.

Release notes:

* fixed crashing bugs handling errors and handle scope in the SFTPClient class
* added the SftpPoller user module
* force socket disconnect in case of a timeout error when trying to
  close a file descriptor
* socket performance instrumentation supported in the SFTPClient class
* user modules moved to top-level qore module directory from
  version-specific module directory since they are valid for multiple
  versions of qore
* fixed a bug where a crash would result when attempting a connection and
  libssh2 would not return any user authentication methods
* implemented an automatic disconnection when timeouts occur to avoid
  dead connections
* fixed crashing bugs in the SFTPClient class handling disconnect events
  when an sftp handle was open; the handle must be closed before the
  socket connection is closed or a crash will result
* implemented the SFTPClient::retrieveFile() and SFTPClient::transferFile()
  methods
* ported the SFTPClient class tests to QUnit and added tests for the
  new methods
* ported test/sftp-poller.q to QUnit
* fixed a bug in socket handling related to asyncronous socket event polling
  and select(2) and lack of socket descriptor bounds checking
  (issue 714)
* requires Qore 0.8.12+ to build (uses the new QoreValue API)

Next | Query returned 25 messages, browsing 11 to 20 | Previous