summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-11-11make this actually workjakllsch1-2/+2
2012-11-11Added devel/py-filechunkio version 1.5jakllsch1-1/+2
2012-11-11+py-filechunkiojakllsch1-1/+2
2012-11-11add py-filechunkio 1.5jakllsch4-0/+36
2012-11-11Fix build when R present.markd1-1/+2
2012-11-11Additional patches to build with ffmpeg-1.0. Bump PKGREVISION.markd3-5/+23
2012-11-11Fix build with ffmpeg 1.0. Bump PKGREVISION.markd3-3/+24
(fixes PR/47176)
2012-11-11+ bison-2.6.5, gnutls-3.1.4, libexttextcat-3.4.0,wiz1-8/+16
libmicrohttpd-0.9.23, libvisio-0.0.20, mono-3.0.1, nickle-2.77, nss-3.14, openttd-1.2.3, racket-5.3.1, stella-3.7.4, vigra-1.9.0, weechat-0.3.9.1, wine-devel-1.5.17, x264-devel-20121110.
2012-11-11Improve DESCR, per PR 47181 by diro@nixsyspaus.org.wiz1-8/+2
2012-11-11add workaround for pbulk failuredholland1-2/+9
2012-11-11Remove the PATCH* lines from the Makefilepettai2-8/+2
2012-11-10Added "rrl" optionpettai1-0/+1
2012-11-10Updated net/bind99 to 9.9.2nb2pettai1-1/+2
2012-11-10Updated net/bind98 to 9.8.4nb2pettai1-1/+2
2012-11-10Added RRL (Response Rate Limiting) build optionpettai6-8/+32
2012-11-10Added otptoolpettai1-1/+2
2012-11-10Added security/otptool version 1.1.4pettai1-1/+2
2012-11-10Otptool is a client utility for two-factor authentication using one-timepettai5-0/+71
passwords (OTP) generated via the HOTP/OATH algorithm defined in RFC 4226.
2012-11-10Version 1.8.2 (released 2012-10-17)pettai3-7/+9
* Add udev rules files to packed distribution. Version 1.8.1 (released 2012-10-17) * Memory leak fixes and potential crash fixes in osx backend. * Error reporting fixes in osx backend, reporting correct errors and better errors. * Provide new another udev permissions file that works on udev version greater than 188. Autodetects from configure which to use. * Add new binary ykinfo, can be used to get serial number, version and touch level from a YubiKey. Version 1.8.0 (released 2012-09-28) * Added ./configure --enable-gcc-warnings to enable a lot of warnings. * Added Continuous integration at travis-ci (http://travis-ci.org/#!/Yubico/yubikey-personalization) * Added yk_challenge_response() function for doing challenge response with a key. * Fixed functions for NDEF writing, adding: ykp_ndef_alloc(), ykp_ndef_free() and ykp_set_ndef_access_code() also providing compatible name YK_NDEF in ykcore.h and exporting yk_write_ndef() there. Change return values from ndef_construct_*() functions to make them consistent with the rest of the library. * Fixed a crash bug when the library was called from different threads. * Check return code from libusb_init() so we avoid crashing there. Also use a usb context instead of relying on default. * Fix numerous warnings. * Fix compilation in MSVC2010. Version 1.7.0 (released 2012-06-07) * Add support for new features in YubiKey 2.3: ALLOW_UPDATE flag that allows updating of configuration in slots. Update command (-u) to do update of existing config. Swap command (-x) to swap contents of two updatable slots DORMANT flag that's settable/removable if ALLOW_UPDATE is set USE_NUMERIC_KEYPAD flag for sending the OATH OTP using keypad scan codes instead FAST_TRIG flag for faster triggering of slot one if slot two is empty * Change the library around some to make the 2.3 features available. Use ykp_alloc() instead of ykp_create_config(). Use ykp_configure_version() instead of ykp_configure_for() to set the version. Use ykp_configure_command() instead of ykp_configure_for() to set slot. Use yk_write_command() instead of yk_write_config(). The new commands doesn't set any default configuration at all. * Add library support for the YubiKey NEO beta ykp_construct_ndef_uri() for preparing a URI to write. ykp_construct_ndef_text() for preparing a text to write. yk_write_ndef() to write the constructed NDEF. * Add support for the YubiKey NEO beta Writing NDEF URI with -n http://example.com/foo/ Writing NDEF Text record with -t example
2012-11-10Updated security/ykclient to 2.9pettai1-1/+2
2012-11-10Version 2.9 (released 2012-08-07)pettai2-6/+6
* Compability with curl versions before 7.20. * Fix signature checking on ARM (at least).
2012-11-10Updated net/tacacs-shrubbery to 4.0.4.26pettai1-1/+2
2012-11-10F4.0.4.26pettai3-24/+6
- add optional securid support via aceclient library - use localtime instead of gmtime for log messages so that the timezone is inheritted - allow file authentication for PAP authorization
2012-11-10Updated security/oath-toolkit to 1.12.6pettai1-1/+2
2012-11-10Version 1.12.6 (released 2012-09-04)pettai5-21/+22
* liboath: The usersfile is now fflush'ed and fsync'ed. * liboath: A memory leak fixed. * oathtool: The --counter parameter now works on 32-bit platforms. * API and ABI is backwards compatible with the previous version. OATH_FILE_FLUSH_ERROR: Added. OATH_FILE_SYNC_ERROR: Added. OATH_FILE_CLOSE_ERROR: Added. OATH_LAST_ERROR: Added. Version 1.12.5 (released 2012-08-19) * oathtool: The --counter parameter now supports larger values. Before it used an 'int' type and now it uses a 'longlong' type. Needed for eSecuTech tokens as they use a 64-bit value for their initial counter. see <https://savannah.nongnu.org/support/?108114>. * Added gnulib self-tests. * API and ABI is backwards compatible with the previous version. Version 1.12.4 (released 2012-06-17) * liboath: Usersfile code handles multiple lines for a single user. This can be used when a single user carries multiple tokens (with different OATH secrets) and any of them should be permitted. * API and ABI is backwards compatible with the previous version. Version 1.12.3 (released 2012-05-31) * pam_oath: Fix "try_first_pass". * API and ABI is backwards compatible with the previous version. Version 1.12.2 (released 2012-04-04) * liboath: usersfile function now works on FreeBSD. * tests: liboath usersfile self-test is skipped if there is no datefudge. * API and ABI is backwards compatible with the previous version. Version 1.12.1 (released 2012-04-01) * liboath, oathtool: Base32 decoding now permit lowercase characters. * API and ABI is backwards compatible with the previous version. Version 1.12.0 (released 2012-04-01) * oathtool: Added --base32 parameter to decode base32 keys. * oathtool: Verbose output (-v) now print key data in base32 format too. * liboath: Added base32 functions. Added hex encoding function. The new APIs are oath_bin2hex, oath_base32_decode, and oath_base32_encode. * liboath: Gnulib's snprintf is used for better portability. The system snprintf is known to have bugs on some systems, see the Gnulib manual for more information. * API and ABI is backwards compatible with the previous version. oath_bin2hex: New function. oath_base32_decode: New function. oath_base32_encode: New function. OATH_INVALID_BASE32: New error code. OATH_BASE32_OVERFLOW: New error code. OATH_MALLOC_ERROR: New error code.
2012-11-10Support "motif" in MOTIF_TYPE.ryoon2-7/+10
2012-11-10Added x11/motif version 2.3.4ryoon2-3/+3
2012-11-10Add motifryoon1-1/+2
2012-11-10Import motif-2.3.4 as x11/motif.ryoon18-0/+1398
The industry standard user interface toolkit for the X Window System. This is released under LGPL 2.1.
2012-11-10Note update of lang/ruby193-base and releated packages.taca1-1/+8
lang/ruby193-base 1.9.3p327 databases/ruby-gdbm 1.9.3p327nb2 devel/ruby-curses 1.9.3p327 devel/ruby-fiddle 1.9.3p327 devel/ruby-readline 1.9.3p327nb2 x11/ruby-tk 1.9.3p327nb1 devel/ruby-mode 1.9.3p327
2012-11-10Update ruby193-base (and releated packages) to 1.9.3p327 (Ruby 1.9.3taca2-6/+6
patchlevel 327) to fix DoS security problem. http://www.ruby-lang.org/en/news/2012/11/09/ruby19-hashdos-cve-2012-5371/ For other changes please refer Changelog file.
2012-11-10Updated security/sks to 1.1.4pettai1-1/+2
2012-11-101.1.4pettai7-40/+72
- Fix X-HKP-Results-Count so that limit=0 returns no results, but include the header, to let a client poll for how many results exist, without retrieving any. See: http://lists.nongnu.org/archive/html/sks-devel/2010-11/msg00015.html - Add UPGRADING document to explain upgrading Berkeley DB without rebuilding. System bdb versions often change with new SKS releases for .deb and .rpm distros. - Cleanup build errors for bdb/bdb_stubs.c. Patch from Mike Doty - Update cryptokit from version 1.0 to 1.5 without requiring OASIS build system or other additional dependencies - build, fastbuild, & pbuild fixed to ignore signals USR1 and USR2 - common.ml and reconSC.ml were using different values for minumimum compatible version. This has been fixed. - Added new server mime-types, and trying another default document (Issue 6) In addition to the new MIME types added in 1.1.[23], the server now looks over a list and and serves the first index file that it finds Current list: index.html, index.htm, index.xhtml, index.xhtm, index.xml. - options=mr now works on get as well as (v)index operations. This is described in http://tools.ietf.org/html/draft-shaw-openpgp-hkp-00 sections 3.2.1.1. and 5.1. - Updated copyright notices in source files - Added sksclient tool, similar to old pksclient - Add no-cache instructions to HTTP response (in order for reverse proxies not to cache the output from SKS) - Use unique timestamps for keydb to reduce occurrances of Ptree corruption. - Added Interface specifications (.mli files) for modules that were missing them - Yaron pruned some no longer needed source files from the tree. - Improved the HTTP status and HTTP error codes returned for various situations and added checks for more error conditions. - Add a suffix to version (+) indicating non-release or development builds - Add an option to specify the contact details of the server administrator that shows in the status page of the server. The information is in the form of an OpenPGP KeyID and set by server_contact: in sksconf - Add a `sks version` command to provide information on the setup. - Added configuration settings for the remaining database table files. If no pagesize settings are in sksconf, SKS will use 2048 bytes for key and 512 for ptree. The remainining files' pagesize will be set by BDB based on the filesystem settings, typically this is 4096 bytes. See sampleConfig/sksconf.typical for settings recommended by db_tuner. - Makefile: Added distclean target. Dropped autogenerated file from VCS. - Allow tuning BDB environment before creation in [fast]build and pbuild. If DB_CONFIG exists in basedir, copy it to DB dir before DB creation. Preference is given to DB_CONFIG.KDB and DB_CONFIG.PTree over DB_CONFIG. - Add support for Elliptic Curve Public keys (ECDSA, ECDH) - Add check if an upload is a revocation certificate, and if it is, produce an error message tailored for this. 1.1.3 - Makefile fix for 'make dep' if .depend does not exist. Issue #4 - Makefile fix: sks and sks_add_mail fail to link w/o '-ccopt -pg' Issue #23 - Added -disable_mailsync and -disable_log_diffs to sks.pod - Added file extensions .css, .jpeg, .htm, .es, .js, .xml, .shtml, .xhtm, .xhtml and associated MIME types to server code. Part of Issue #6 - Added sample configuration files in sampleConfig directory - Added sample web page files in sampleWeb directory. Issues #7, 9, 19 - Allow requests for non-official options hget, hash, status, & clean to be preceded by '-x'. Closes issues #10, 11, 13, & 14. - Allow &search with long subkey ID (16 digit) and subkey fingerprint subkey lookup was failing with other than a short key ID. However, public key lookup was working with short and long key ID and fingerprints. This patch makes subkey lookup behave the same as full key lookup. http://lists.gnupg.org/pipermail/gnupg-users/2012-January/043495.html - Patch recon script so that POST includes HTTP version number.
2012-11-10Updated lang/runawk to 1.4.4cheusov1-1/+2
2012-11-10Update to 1.4.4cheusov3-8/+7
Fix for bug in removing subdirs in temporary directory. Improvements and bug fix in runawk_modules.3
2012-11-10Fix PR pkg/47175ryoon1-2/+2
Add missing {.
2012-11-10Updated games/lbreakout2 to 2.6.4shattered2-4/+3
2012-11-10Update to 2.6.4. Changes:shattered3-7/+27
- fixed crash caused by long config path - added a bunch of levelsets
2012-11-09Add NetBSD CVS tag.ryoon2-2/+4
2012-11-09Only match swig <2.0, for now.gdt1-3/+3
While swig2 may or may not work for various packages, 1) it installs swig2, which isn't API-compatible with calling 'swig' (since it won't be found) and 2) it hasn't been validated.
2012-11-09Introduce IPAEXVER variable for easy update.ryoon1-3/+4
2012-11-09Updated fonts/ipaexfont to 00201ryoon1-1/+2
2012-11-09Update to 00201ryoon2-8/+8
Changelog: The major version is changed, with the addition of glyphs and code positions. Changes from IPAex Mincho Ver.001.03 to Ver.002.01 Changes from IPAex Gothic Ver.001.02 to Ver.002.01 -Nov 2012 Addition and modification of glyphs and code positions Added glyphs (six glyphs) Added Ideographic Variation Sequences (IVS) and glyphs, six sequences to elaborate glyph shapes corresponding to JIS X 0213:2000 example glyph shapes. U+53A9;U+E0103¡¡U+6062;U+E0102¡¡U+7337;U+E0101¡¡U+7511;U+E0103 U+55A9;U+E0102¡¡U+6FF9;U+E0101 Added Ideographic Description Characters (IDC, twelve characters) U+2FF0¡¡U+2FF1¡¡U+2FF2¡¡U+2FF3¡¡U+2FF4¡¡U+2FF5¡¡U+2FF6¡¡U+2FF7¡¡U+2FF8¡¡U+2FF9¡¡U+2FFA¡¡U+2FFB Added KangXi radical (one character) Added one new KangXi radical form and encoded both U+2F39 (KangXi Radicals Block) and U+5F50 (CJK Unified Ideographs Block). Slightly changed shapes U+5F98;U+E0101¡¡U+66B5;U+E0101¡¡U+696F;U+E0100¡¡U+696F;U+E0101¡¡U+8A0A;U+E0101¡¡U+8AB9;U+E0101¡¡U+8B7F;U+E0100¡¡U+71B1 Additional implementation of Ideographic Variation Sequences IPAex Font has been implemented several Ideographic Variation Sequences, including different glyph shapes between JIS X 0213:2000 and JIS X 0213:2004. In IPAex Font Version 002.01, IVSs are added to default glyph, consequently total number of IVSs changed to 352. The default glyphs, which appear without IVS environment, correspond to the exemplified shapes in JIS X 0213:2004. Noted that some IVSs in 352 sequences of IPAex Gothic Font have same glyph shapes for different sequences, because some differences of glyph shapes in Mincho font design have no meaning in Gothic font design. U+5026;U+E0101 U+50C5;U+E0101 U+5132;U+E0101 U+514E;U+E0101 U+51A4;U+E0101 U+5307;U+E0100 U+537F;U+E0102 U+53A9;U+E0103 U+53A9;U+E0105 U+53C9;U+E0101 U+53DB;U+E0101 U+53DF;U+E0101 U+54AC;U+E0101 U+54E8;U+E0101 U+55B0;U+E0101 U+5632;U+E0101 U+5642;U+E0101 U+564C;U+E0101 U+56C0;U+E0101 U+5835;U+E0101 U+5906;U+E0101 U+5A29;U+E0101 U+5BDB;U+E0100 U+5C51;U+E0101 U+5C60;U+E0101 U+5DF7;U+E0101 U+5E96;U+E0101 U+5EDF;U+E0101 U+5EFB;U+E0101 U+5F98;U+E0101 U+5FBD;U+E0101 U+6062;U+E0101 U+6062;U+E0102 U+609E;U+E0101 U+6108;U+E0101 U+61F2;U+E0100 U+6241;U+E0101 U+633A;U+E0101 U+633D;U+E0101 U+6357;U+E0101 U+6372;U+E0101 U+63C3;U+E0101 U+646F;U+E0100 U+647A;U+E0101 U+64B0;U+E0101 U+64E2;U+E0101 U+65A7;U+E0101 U+6666;U+E0101 U+66B5;U+E0101 U+6717;U+E0101 U+6753;U+E0101 U+6756;U+E0101 U+6897;U+E0101 U+6962;U+E0101 U+696F;U+E0101 U+698A;U+E0101 U+6994;U+E0101 U+69CC;U+E0101 U+6A0B;U+E0101 U+6A3D;U+E0101 U+6ADB;U+E0100 U+6B4E;U+E0101 U+6C72;U+E0101 U+6DEB;U+E0101 U+6EA2;U+E0101 U+6EBA;U+E0101 U+6F23;U+E0100 U+7015;U+E0101 U+701E;U+E0101 U+7026;U+E0101 U+7058;U+E0101 U+7078;U+E0101 U+707C;U+E0101 U+7149;U+E0100 U+714E;U+E0101 U+7152;U+E0101 U+717D;U+E0102 U+723A;U+E0101 U+724C;U+E0101 U+7259;U+E0101 U+72E1;U+E0101 U+7337;U+E0102 U+7337;U+E0101 U+7511;U+E0102 U+7511;U+E0103 U+7515;U+E0102 U+7526;U+E0101 U+75BC;U+E0101 U+77A5;U+E0101 U+7941;U+E0101 U+7947;U+E0101 U+79B0;U+E0101 U+79E4;U+E0101 U+7A17;U+E0101 U+7A7F;U+E0101 U+7AC8;U+E0101 U+7B08;U+E0102 U+7B75;U+E0101 U+7BAD;U+E0101 U+7BB8;U+E0101 U+7BC7;U+E0101 U+7BDD;U+E0101 U+7C3E;U+E0102 U+7C7E;U+E0102 U+7C82;U+E0101 U+7FEB;U+E0101 U+7FF0;U+E0101 U+8171;U+E0101 U+817F;U+E0101 U+8258;U+E0101 U+8292;U+E0101 U+82A6;U+E0101 U+8328;U+E0101 U+845B;U+E0101 U+84EC;U+E0101 U+8511;U+E0101 U+853D;U+E0101 U+85A9;U+E0101 U+85AF;U+E0101 U+85F7;U+E0101 U+8612;U+E0100 U+8654;U+E0101 U+86F8;U+E0101 U+8703;U+E0101 U+8755;U+E0101 U+8805;U+E0101 U+8956;U+E0101 U+8A0A;U+E0101 U+8A1D;U+E0102 U+8A3B;U+E0101 U+8A6E;U+E0101 U+8AB9;U+E0101 U+8AFA;U+E0101 U+8B0E;U+E0101 U+8B2C;U+E0101 U+8B7F;U+E0101 U+8C79;U+E0101 U+8CED;U+E0101 U+8FBB;U+E0101 U+8FBF;U+E0101 U+8FC2;U+E0101 U+8FC4;U+E0101 U+8FE6;U+E0101 U+9017;U+E0101 U+9019;U+E0101 U+9022;U+E0101 U+903C;U+E0101 U+9041;U+E0102 U+905C;U+E0101 U+9061;U+E0101 U+912D;U+E0101 U+914B;U+E0101 U+91DC;U+E0101 U+9306;U+E0101 U+9375;U+E0101 U+939A;U+E0101 U+9453;U+E0101 U+9699;U+E0101 U+9771;U+E0101 U+9784;U+E0101 U+9798;U+E0101 U+97AD;U+E0101 U+98F4;U+E0101 U+9905;U+E0101 U+990C;U+E0103 U+9910;U+E0101 U+9957;U+E0101 U+99C1;U+E0101 U+9A19;U+E0101 U+9A4A;U+E0101 U+9BAB;U+E0101 U+9BD6;U+E0101 U+9C2F;U+E0101 U+9C52;U+E0101 U+9D09;U+E0101 U+9D60;U+E0101 U+55A9;U+E0102 U+55A9;U+E0100 U+6FF9;U+E0101 U+6FF9;U+E0100 Addition of vertical and horizontal shape change setting Addition of vertical and horizontal shape change setting for hyphens (U+002D, U+2010, U+2011, U+2012) . Changes of tables in font file head table IPAex Mincho : fontRevision:1.030 --> 2.010 IPAex Gothic : font Revision : 1.020 --> 2.010 name table : update of ID0, ID3, ID5 IDO (Copyright) 2003-2009 --> 2003-2012 ID3 (Unique Font Identifier) IPAex Mincho : IPAexMincho Version 001.03 --> IPAexMincho Version 002.01 IPAex Gothic : IPAexGothic Version 001.02 --> IPAexGothic Version 002.01 ID5 (version) IPAex Mincho : Version 001.03 --> Version 002.01 IPAex Gothic : Version 001.02 --> Version 002.01
2012-11-09Added devel/swig2 version 2.0.8nb1 [gdt 2012-11-09]gdt1-1/+2
2012-11-09+swig2gdt1-1/+2
2012-11-09Import swig-2.0.8nb1 as devel/swig2.gdt5-0/+3910
This package was created by Jason Bacon in wip. Note that this is nb1 because it has been in wip as nb1. SWIG (Simplified Wrapper and Interface Generator) SWIG is a compiler that integrates C and C++ with languages including Perl, Python, Tcl, Guile, Mzscheme, Java, Ruby, PHP, and Ocaml. SWIG reads annotated C/C++ header files and creates wrapper code (glue code) in order to make the corresponding C/C++ libraries available to the listed languages, or to extend C/C++ programs with a scripting language. This is version 2 of swig.
2012-11-09Restore disabling of assembler support under Mac OS X i386 to fixtron1-1/+5
the build.
2012-11-09Restore disabling of assembler support under Mac OS X i386 to fixtron1-2/+3
the build.
2012-11-09Add platform file for QNX - from Sean Boudreau, thanks!agc1-0/+103
2012-11-08 -pedantic in gcc 4.5.3 (NetBSD 6) is less pedantic thanschnoebe1-2/+7
in gcc 4.1.3 (NetBSD 5.*) aka, -pedantic causes build failures when including gnutls on older versions of gcc. Should clear up the build issues on NetBSD 5.x