pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/gnutls



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Apr 26 10:35:30 UTC 2011

Modified Files:
        pkgsrc/security/gnutls: Makefile PLIST buildlink3.mk distinfo
        pkgsrc/security/gnutls/patches: patch-ab patch-ae patch-af
Removed Files:
        pkgsrc/security/gnutls/patches: patch-aa patch-aj

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.


To generate a diff of this commit:
cvs rdiff -u -r1.98 -r1.99 pkgsrc/security/gnutls/Makefile
cvs rdiff -u -r1.38 -r1.39 pkgsrc/security/gnutls/PLIST
cvs rdiff -u -r1.24 -r1.25 pkgsrc/security/gnutls/buildlink3.mk
cvs rdiff -u -r1.70 -r1.71 pkgsrc/security/gnutls/distinfo
cvs rdiff -u -r1.15 -r0 pkgsrc/security/gnutls/patches/patch-aa
cvs rdiff -u -r1.12 -r1.13 pkgsrc/security/gnutls/patches/patch-ab
cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/gnutls/patches/patch-ae
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/gnutls/patches/patch-af
cvs rdiff -u -r1.3 -r0 pkgsrc/security/gnutls/patches/patch-aj

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index