Next | Query returned 308 messages, browsing 171 to 180 | Previous

History of commit frequency

CVS Commit History:


   2011-11-09 19:41:46 by Matthias Drochner | Files touched by this commit (2) | Package updated
Log message:
update to 2.12.14
This fixes a Possible buffer overflow/Denial of service problem
(CVE-2011-4128)
   2011-10-30 19:07:56 by Matthias Drochner | Files touched by this commit (2) | Package updated
Log message:
update to 2.12.12
changes: minor fixes and cleanup
   2011-10-06 19:56:25 by Matthias Drochner | Files touched by this commit (2) | Package updated
Log message:
update to 2.12.11
changes: bugfixes
   2011-09-12 19:31:40 by Matthias Drochner | Files touched by this commit (2) | Package updated
Log message:
update to 2.12.10
changes: bugfixes
   2011-08-11 13:03:35 by Adam Ciarcinski | Files touched by this commit (4)
Log message:
Changes 2.12.8:
* libgnutls: PKCS-11 back-end was replaced by p11-kit
* libgnutls: gcrypt: replaced occurences of gcry_sexp_nth_mpi (..., 0)
  with gcry_sexp_nth_mpi (..., GCRYMPI_FMT_USG) to fix errors with 1.5.0.
* libgnutls: Verify that a certificate liste specified using
  gnutls_certificate_set_x509_key*(), is sorted according to TLS specification
* libgnutls: Added GNUTLS_X509_CRT_LIST_FAIL_IF_UNSORTED flag for
  gnutls_x509_crt_list_import. It checks whether the list to be imported is
  properly sorted.
* libgnutls: writev_emu: stop on the first incomplete write.
* libgnutls: Fix zlib handling in gnutls.pc.
* certtool: bug fixes in certificate request generation.
* API and ABI modifications: GNUTLS_X509_CRT_LIST_FAIL_IF_UNSORTED:
  New element in gnutls_certificate_import_flags
   2011-07-11 18:10:29 by Matthias Drochner | Files touched by this commit (4) | Package updated
Log message:
update to 2.12.7
changes:
-bugfixes
-minor feature additions
pkgsrc change: since the pkg was changed to build against "nettle"
instead of libgcrypt (whether this was a good idea or not...), the
latter isn't needed anymore, so remove the stale dependency
This can cause build breakage -- in this case addition of a local
dependency should restore the old state. (This dependency is technically
unnecessary often, but the assumption that gnutls needs libgcrypt
is sometimes hardwired in configure scripts and/or code.)
   2011-05-02 11:27:44 by OBATA Akio | Files touched by this commit (2)
Log message:
Add a patch for lack of posix standard AF_LOCAL, fall back to AF_UNIX.
for PR#44924.
   2011-04-27 18:56:44 by Tobias Nygren | Files touched by this commit (3)
Log message:
"pkg-config --cflags gnutls" failed with:

Package zlib was not found in the pkg-config search path.

... there is no zlib.pc, so comment out the part of the configure
script that adds that to the pkg-config file.
Bump PKGREVISION.
   2011-04-27 09:19:06 by OBATA Akio | Files touched by this commit (1)
Log message:
need to buildlink with security/nettle.
fixes PR#44909.
   2011-04-26 12:35:30 by Adam Ciarcinski | Files touched by this commit (9) | Package updated
Log message:
Changes 2.12.3:
* libgnutls: Several minor bugfixes.
* libgnutls: Restored HMAC-MD5 for compatibility. Although considered weak,
  several sites require it for connection. It is enabled for "NORMAL" and
  "PERFORMANCE" priority strings.
* libgnutls: depend on libdl.
* libgnutls: gnutls_transport_set_global_errno() was deprecated. Use your
  system's errno fascility or gnutls_transport_set_errno().
* gnutls-cli: Correction with usage of select to check for pending data in
  gnutls sessions. It now uses gnutls_record_check_pending().
* tests: More fixes and updates for win32. Patches by LRN.
* libgnutls: Several files unnecessarily included <gcrypt.h>; this has been
  fixed.
** API and ABI modifications: gnutls_transport_set_global_errno: DEPRECATED

Changes 2.12.2:
* libgnutls: Several updates and fixes for win32. Patches by LRN.
* libgnutls: Several bug and memory leak fixes.
* srptool: Accepts the -d option to enable debugging.
* libgnutls: Corrected bug in gnutls_srp_verifier() that prevented the
  allocation of a verifier. Reported by Andrew Wiseman.

Changes 2.12.1:
* certtool: Generated certificate request with stricter permissions.
* libgnutls: Bug fixes in opencdk code. Reported by Vitaly Kruglikov.
* libgnutls: Corrected windows system_errno() function prototype.
* libgnutls: C++ compatibility fix for compat.h. Reported by Mark Brand.
* libgnutls: Fix size of gnutls_openpgp_keyid_t by using the
  GNUTLS_OPENPGP_KEYID_SIZE definition. Reported by Andreas Metzler.

Next | Query returned 308 messages, browsing 171 to 180 | Previous