summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-06-05opencdk shlib major changed; bump ABI depends and PKGREVISIONs ofwiz226-363/+452
affected packages.
2007-06-05Update to 0.6.0:wiz4-12/+21
Noteworthy changes in version 0.6.0 (2007-05-XX) ------------------------------------------------ * Dropped all internal random, cipher, digest libs and only use gcrypt for such tasks. The library should only provide functions dedicated to parsing and packet creation for the protocol. * Adjust code for the new Libgcrypt interface. Now Libgcrypt >1.2.2 is required to build the code. * This new version introduces an API change and thus incompatibilities to prior versions. * Lots of cleanups all over the place. This also includes simplification for various code parts. * Better support for larger files. * Map the libgcrypt error directly and remove the invalid CDK_Gcry_Error type. * Add more regression tests for the various code parts. * We do not support ElGamal signatures any longer. * Merged patches from the other opencdk branch which is currently used by GnuTLS. * Provide user callback for the stream. As a sample implementation, socket callbacks are implemented and use in cdk_stream_sockopen(). * Drop most of the rfc1991 legacy format. This means we do not generate any rfc1991 data, but we still understand it. An exception is the packet header output. * Removed gnulib interface for now because the lib is currently not in use. * Interfaces changes relative to 0.5.x ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ functions: cdk_stream_tmp CHANGED: is now cdk_stream_tmp_new cdk_stream_new_from_mem CHANGED: new argument and return error code cdk_stream_control CHANGED: is no available any longer cdk_stream_new_from_cbs NEW cdk_stream_mmap_part NEW cdk_keydb_new_from_file NEW cdk_keydb_new_from_mem NEW cdk_keydb_new_from_stream NEW cdk_keydb_import CHANGED: second argument removed. cdk_keydb_pk_cache_sigs DELETED cdk_kbnode_write_to_mem_alloc NEW cdk_lib_startup NEW cdk_lib_shutdown NEW cdk_handle_set_keyring NEW cdk_handle_get_verify_result NEW cdk_subpkt_find_next NEW cdk_subpkt_find_nth NEW cdk_set_progress_handler DELETED cdk_userid_get_pref_array DELETED cdk_pk_encrypt CHANGED: last argument is now gcry_mpi_t cdk_pk_decrypt CHANGED: last argument is now gcry_mpi_t cdk_pk_get_mpi CHANGED: new argument nwritten. cdk_sk_get_mpi CHANGED: new argument nwritten. cdk_pk_release NEW cdk_sk_release NEW cdk_pubkey_to_sexp NEW cdk_seckey_to_sexp NEW cdk_armor_encode_buffer NEW cdk_keygen_set_mdc_feature DELETED cdk_keygen_set_algo_info CHANGED: new argument usage. cdk_seskey_new DELETED cdk_seskey_free DELETED cdk_dek_encode_pkcs1 CHANGED: not public any longer. cdk_dek_decode_pkcs1 CHANGED: not public any longer. cdk_stream_tell CHANGED: return type is now off_t cdk_stream_seek CHANGED: argument is now off_t cdk_pk_check_self_sig NEW constants: CDK_No_Data NEW CDK_CTL_TRUSTMODEL DELETED CDK_CTL_FORCE_DIGEST DELETED CDK_COMPRESS_BZIP2 NEW CDK_MD_SHA{256,384,512} NEW CDK_MD_{TIGER, MD2} DELETED CDK_CIPHER_{SAFER_SK128, DES_SK} DELETED CDK_CTL_COMPAT DELETED structures: cdk_md_hd_t CHANGED: is now gcry_md_hd_t cdk_cipher_hd_t CHANGED: is now gcry_cipher_hd_t cdk_sesskey_t CHANGED: is now gcry_mpi_t
2007-06-05Bump apache22 to 2.2.4nb4 due to:lkundrak4-4/+61
Security fix for CVE-2007-1862 sensitive information disclosure http://issues.apache.org/bugzilla/show_bug.cgi?id=41551 http://issues.apache.org/bugzilla/attachment.cgi?id=20065
2007-06-04Added lang/guile16 version 1.6.8dmcmahill1-1/+2
2007-06-04add and enable guile16dmcmahill1-1/+2
2007-06-04Import guile-1.6.8 as guile16-1.6.8 as part of getting ready to updatedmcmahill14-0/+504
lang/guile to 1.8.1. This package will be available for those which will not work with guile-1.8.x.
2007-06-04Remove dead mirror. From Zafer Aydogan.wiz3-9/+6
2007-06-04Remove dead mirrors. From Zafer Aydogan.wiz1-5/+2
2007-06-04Updated mail/spamdyke to 2.6.1schmonz1-1/+2
2007-06-04Update to 2.6.1. From the changelog:schmonz2-6/+6
* Changed calls to tolower() and isalnum() to eliminate warnings from gcc 3.3.3 on NetBSD 3.1. Thanks to David Frese for reporting this one. * Fixed a very small typo in the new mask/flag system that was preventing spamdyke from advertising SMTP AUTH on unpatched qmail servers -- FILTER_FLAG_AUTH_ADD had the same value as FILTER_FLAG_AUTH_NONE. Oops. Thanks to Renato Franzin for reporting this one. * Fixed an oversight in the use of gethostbyname() to perform DNS lookups for A records. If the server is configured to search a domain for matching names ("search" in /etc/resolv.conf) and the domain has a wildcard DNS entry, the DNS RBL code was always matching because an A record was always found. Adding a dot to the end of the queried name prevents the domain searching and returns correct results. Thanks to "Paolo", Alexander Fordyce and Jens Mickerts for reporting and helping me troubleshoot this one.
2007-06-04+ php-5.2.3xtraeme1-1/+2
2007-06-04gnucash-current updated to 2.1.3.wiz1-1/+2
2007-06-04Update to 2.1.3:wiz2-6/+6
Bugfixes and improvements since the last version 2.1.2 include: * Fixes to crashes and slowness in Scheduled Transaction Editor * Fix to crash when editing style sheets and selecting images using Windows version * Fix crash on QIF import with german umlaut * Updated translations * Improvements to Windows packaging
2007-06-04Updated editors/nvi to 1.81.5nb4schmonz1-1/+2
2007-06-04Note revision bump for gdm to 1.jmmv1-1/+2
2007-06-04On Darwin, link with -flat_namespace. Fixes this runtime error:schmonz1-4/+5
dyld: Symbol not found: ___global_list Referenced from: /usr/pkg/lib/libvi.0.dylib Expected in: flat namespace Trace/BPT trap Bump PKGREVISION. While here, reverse-resolve HOMEPAGE and MASTER_SITES.
2007-06-04Mimic the default xdm configuration and only use vt05 if running underjmmv1-2/+17
any combination of NetBSD/OpenBSD with i386/x64_86. Fixes problems shown in other platforms as described in PR pkg/30888.
2007-06-04clamsmtp-1.8nb2martti1-1/+2
2007-06-04Fix name of configuration file (pkg/36433).martti2-4/+4
PKGREVISION++
2007-06-04For GNU-style configure scripts, the environment variable install_shrillig2-3/+8
must point to a shell script (as the name implies), not to a binary.
2007-06-04Imported p5-Class-Accessor-Chained from pkgsrc-wip.rillig1-5/+2
A chained accessor is one that always returns the object when called with parameters (to set), and the value of the field when called with no arguments.
2007-06-04Keywords may be separated by commas.rillig1-2/+2
2007-06-04Added documentation.rillig1-1/+15
2007-06-04Added documentation. PKGREVISION++rillig2-4/+8
2007-06-04Remove dead mirror site. From Zafer Aydogan.wiz1-3/+2
2007-06-04Added graphics/rabbit version 0.5.2obache1-1/+2
2007-06-04Add rabbit.obache1-1/+2
2007-06-04Import rabbit version 0.5.2.obache5-0/+496
This is an application to do presentation with RD document.
2007-06-04Avoid usage of modern kinds of parameter expansion (##, #, %%, %)heinz1-3/+4
because /bin/sh on Solaris doesn't understand this syntax and bmake uses this ancient shell. bmake should really be built with /bin/ksh or /usr/xpg4/bin/sh as the default shell.
2007-06-03Remove dead mirror sites. From Zafer Aydogan.wiz1-5/+2
2007-06-03Remove dead mirror site. From Zafer Aydogan.wiz1-3/+2
2007-06-03Added support for installation to DESTDIR.heinz1-2/+4
2007-06-03Remove dead mirror, from Zafer Aydogan.wiz1-2/+1
2007-06-03Remove dead mirror site. From Zafer Aydogan.wiz1-3/+2
2007-06-03Fix a problem pointed out by Krister Walfridsson - don't indent a commentagc1-3/+2
with tabs in a Makefile - bmake gets awfully upset because it thinks it's a shell command.
2007-06-03Added "local" as a valid category, since it is suggested in the pkgsrcrillig1-2/+2
guide.
2007-06-03Note update of www/drraw to 2.2a4.kleink1-1/+2
2007-06-03Update drraw to 2.2a4.kleink2-6/+6
Changes since 2.2a3 [2007/03/17]: - Fixed support for SHIFT graph command. - Updated RRDs::fetch usage again (courtesy of Andy Mayhew). - Saving dashboards could generate bad index entries (reported by Fabien Wernli). - Added "Invisible" color (suggested by John Rouillard). - Dashboard style display for templates broke custom time display of templates (reported by Mark Noworolski). - Two typos caused forms to use POST instead of GET (courtesy of Fabien Wernli). - The graph editor no longer allowed stacking CDEFs or VDEFs (reported by John Rouillard).
2007-06-03Updated sysutils/htop to 0.6.6xtraeme1-2/+3
2007-06-03Update to 0.6.6:xtraeme2-6/+6
* Add support of NLWP field (thanks to Bert Wesarg) * BUGFIX: Fix use of configurable /proc location (thanks to Florent Thoumie) * Fix memory percentage calculation and make it saner (thanks to Olev Kartau for the report) * Added display of DRS, DT, LRS and TRS (thanks to Matthias Lederhofer) * BUGFIX: LRS and DRS memory values were flipped (thanks to Matthias Lederhofer) * BUGFIX: Don't crash on very high UIDs (thanks to Egmont Koblinger)
2007-06-03Updated print/scribus to 1.3.3.9.ghen1-1/+2
2007-06-03Update to Scribus 1.3.3.9 (bugfixes).ghen3-7/+9
2007-06-03Reindent.ghen1-8/+8
2007-06-03smartmontools updated to 5.37.jmmv2-3/+3
2007-06-03Update to 5.37:jmmv5-37/+17
This is an unstable/experimental release of smartmontools. I'm commiting this update anyway because of the SAT support, which allows this utility to be used with recent hard disks. No problems experienced so far and no objections raised on tech-pkg@. Changes include: - Many additions to the table of known drives - SAT (SCSI/ATA Translation) support - SCSI background scan results log - smartd -W directive for temperature tracking and warning - smartctl -n option to check power state - improved smartd power state logging - CCISS support under Linux - HighPoint RocketRAID support under Linux - 3ware RAID support under Windows - SPT interface for SCSI devices under Windows - ATA selective self test under Windows XP/2003 - NSIS installer support for Windows version - Started move from C to C++ - Various other improvements
2007-06-03Fogot to set MAINTAINER to myself. Also, some cosmetic changes for pkglint.dsainty1-5/+5
2007-06-03Note addition of tex-resume, version 20010823.jmmv1-1/+2
2007-06-03Add and enable tex-resume.jmmv1-1/+2
2007-06-03Initial import of tex-resume-20010823:jmmv4-0/+33
This package provides a LaTeX document style to easily write resumes.
2007-06-03Added graphics/gimp-fix-ca version 2.1.0dsainty1-1/+2