Commit graph

198595 commits

Author SHA1 Message Date
dholland
3c745dbb39 Copy the pre-update ghostscript 9.05 package as ghostscript-gpl. 2013-03-16 21:32:00 +00:00
pettai
4058808cab Updated security/oath-toolkit to 2.0.2 2013-03-16 20:53:16 +00:00
pettai
42bf3c5037 Version 2.0.2 (released 2013-01-08)
* oathtool: Base32 decoding of keys are now more liberal in what accepts.
  It can now accept keys on the "gr6d 5br7 25s6 vnck v4vl hlao re"
  format, i.e., base32 data delimited using SPC and without padding.
  The old proper base32 format is still supported.
* liboath: oath_base32_decode now ignores SPC and adds pad characters.
* liboath: If password in usersfile is + then ignore supplied password.
  This enables the pam_oath module to be used with external password
  verification.  Based on patch from Ilkka Virta <itvirta@iki.fi>.
* tests: Fixed expiry date of some certificates used in the test suite.
  The last release would only complete 'make check' during a 30 day window.
* API and ABI is backwards compatible with the previous version.

Version 2.0.1 (released 2012-10-24)

* libpskc, pskctool: Support sign and verify of PSKC data using XML DigSig.
* libpskc: XML Schema validation modified.
  The entire PSKC schema is now supported (before the XML Digital
  Signatures and Encryption parts were removed).  The code now assumes
  that the schema is available in the local XML catalog.  Thanks to Liam
  Quin for hints about XML catalogs.
* pskctool: the --check (-c) parameter was renamed to --info (-i).
* API and ABI is backwards compatible with the previous version.

Version 2.0.0 (released 2012-10-10)

* libpskc, pskctool: New components.
  The OATH Toolkit now supports the Portable Symmetric Key Container
  (PSKC) data format specified in RFC 6030 for dealing with key
  provisioning.  There is a new low-level library libpskc for managing
  PSKC data for application developers and a new command line tool
  pskctool for interacting with PSKC data for users.  The PSKC
  functionality depends on Libxml2 <http://xmlsoft.org/>.  It can be
  disabled unconditionally using the ./configure-parameter
  --disable-pskc.
* liboath: Add manpages for library API.
* API and ABI is backwards compatible with the previous version.
2013-03-16 20:52:38 +00:00
pettai
c091d735ee Updated security/pam-yubico to 2.13 2013-03-16 20:19:30 +00:00
pettai
ea370de010 Version 2.13 (released 2013-03-01)
* Fix a bug in the version check to support major version > 2 (neo).
  Patch from https://github.com/wwest4

* Give ykpamcfg an option for specifying path.
2013-03-16 20:19:02 +00:00
pettai
52dab6617b Updated security/ykpers to 1.11.3 2013-03-16 20:08:23 +00:00
pettai
7fc4e03950 Version 1.11.3 (released 2013-01-09)
* Fixup of broken release.

Version 1.11.2 (released 2013-01-09)

* Fix a bug where writing a NDEF with unknown prefix ended up writing invalid
  data to the YubiKey NEO. Wrote prefix as 0x24 instead of 0x00.
* Don't allow opening a YubiKey if there's more than one present in the system.
* Fix shared linking of ykinfo and ykchalresp.

Version 1.11.1 (released 2012-12-21)

* Implement ykusb_strerror() on windows.
* Fix a bug where a YubiKey would fail to be recognized if there was
  another device from Yubico (vendor id 1050) inserted and looked at
  before in the device chain.
* Fix a bug where you could only set 8 bytes of the public id with
  the command line tool, now all 16 bytes can be set.
* Documentation updates and fixes.

Version 1.11.0 (released 2012-12-12)

* Added version symbols and functions.
  The header file is "ykpers-version.h" and it contains the following
  symbols and functions: YKPERS_VERSION_STRING, YKPERS_VERSION_NUMBER,
  YKPERS_VERSION_MAJOR, YKPERS_VERSION_MINOR, YKPERS_VERSION_PATCH,
  ykpers_check_version.

Version 1.10.0 (released 2012-12-11)

* Support for the new productId of the production Neo.
  Has ProducId 0x110, 0x111 or 0x112 depending on mode (see the notes about
  -m and device_config).
* Add support for SLOT_NDEF2.
  Use SLOT_NDEF to emit slot 1 as NDEF or SLOT_NDEF2 to emit slot 2.
  This also adds the function yk_write_ndef2() that takes a slot parameter.
* Add -m flag for ykpersonalize, set usb mode of YubiKey NEO.
  0 means pure YubiKey mode, 1 means pure CCID mode and 2 means YubiKey/CCID
  composite mode. Add 80 to set EJECT_FLAG.
  To use this with the api, see the functions:
  ykp_alloc_device_config(), ykp_free_device_config(), ykp_set_device_mode(),
  ykp_set_device_chalresp_timeout(), ykp_set_device_autoeject_time() and
  yk_write_device_config().
* Add -S flag for ykpersonalize, set the scanmap of the YubiKey NEO.
  Take an 90 character string describing 45 scancodes. See man page for more
  info. To use this with the api see yk_write_scan_map().
* In the api add ykp_ndef_as_text() to export the text from a YK_NDEF structure.
* Higher timeout for configuration writes as in particular swap can take
  longer than 600 ms.
2013-03-16 20:07:29 +00:00
pettai
74af667cd2 Updated security/libyubikey to 1.10 2013-03-16 19:56:33 +00:00
pettai
cb68420a67 Version 1.10 (released 2013-03-12)
* Added ./configure --enable-gcc-warnings to enable a lot of warnings.

* Warning fixes, build fixes etc.
2013-03-16 19:56:07 +00:00
jym
f93614cfaa Add stud-0.3p53. 2013-03-16 19:44:08 +00:00
jym
58a1bcfe12 Add stud to Makefile. 2013-03-16 19:42:34 +00:00
jym
67372736ca Import stud-0.3pl53.
Description:

stud is a network proxy that terminates TLS/SSL connections and forwards
the unencrypted traffic to some backend. It's designed to handle 10s
of thousands of connections efficiently on multicore machines.
stud has very few features. It is designed to be paired with an
intelligent backend like haproxy or nginx.
2013-03-16 19:41:35 +00:00
gdt
08f90a3020 Updated geography/gpsbabel to 1.4.4 2013-03-16 18:53:11 +00:00
gdt
f88811bbd6 Update to 1.4.4.
The patch to help serial garmins with prolific adaptors is retained,
but it's perhaps a bit dicey because upstream code has changed a bit.

Upstream NEWS content from web pages:

1.4.4:

  Add MotoActiv format. Thank you, Dan Brown.
  Kris Beevers contributes Lowrance USR v4 support.
  Allow EXIF to represent altitude below MSL.
  Allow reading known invalid (sigh) data in NMEA, such as that
  written by Canon Camera/GPS devices, probably including:
      Canon GPS shoes
	  GP-E1
	  GP-E2
      Powershot models with GPS capabilities
	  S100
	  SX260
	  HS D20
  Enhance Garmin Fit support for latest firmware.
  Skytraq fixes.
  Steve Eckert adds line styling to the National Geographic TPO3 reader.
  Erik Krause improves German translations.
  OS X Mountain Lion fixes.

1.4.3 beta:

  Fix translations for GUI on Windows. German, Italian, Hungarian,
  Russian, and a few others should now work. If your language is there,
  please contribute a translation. It's easy and doesn't require you to
  program.
  A new writer for geocaches in KML (Google Earth) provide better
  visualizations of high-density areas.
  Many KML improvements including validation fixes, aviations units,
  fixes for min/max alt.
  Adds iblue757 GPS support.
  Add support for Holux M-1200E GPS.
  Add the Minihomer variant of Skytraq.
  Add FlySight GPS support.
  Add Garmin FIT support.
  Add Land Air Sea format for GPS Tracking Key Pro.
  Many Navicache improvements.
  Fixes to track filter to not mangle tracks recorded at low speed when
  segement filter is applied.
2013-03-16 18:52:58 +00:00
shattered
b4d6361d08 Updated mail/poppy to 4.0.1
Updated www/calamaris to 2.59
2013-03-16 18:52:04 +00:00
shattered
8b39b7d893 Updated to 2.59. Changes:
added sanity-check for time-interval-option
added x-hiername for NetCache-Logparsing
fix for iPlanet Web Proxy Server
moved CARP from HIT to MISS section
2013-03-16 18:43:44 +00:00
shattered
92bbf18eaa Updated to 4.0.1. Changes:
- Seperated POP/IMAP/SMTP code into a seperate library so that it
  can be used with different applications.  Now "poppy" handles just
  config file reading and pretty-printing.

- Intial draft of a spamkill application.  Deletes spams based on the
  headers on a POP3/IMAP server.  Requires customization for your
  setup.
2013-03-16 18:39:01 +00:00
bouyer
805978fffe Updated www/php-owncloud to 4.5.7nb1 2013-03-16 17:28:40 +00:00
bouyer
2bd5363e5e This requires php-pdo, add it to the depends list
NetBSD's iconv doesn't support ASCII//TRANSLIT, use plain ASCII instead.
bump PKGREVISION
2013-03-16 17:27:27 +00:00
gdt
26dc99f81a Fix homepage (now at gna). 2013-03-16 16:53:33 +00:00
ryoon
b102cf2999 Updated devel/gitolite to 3.4nb1 2013-03-16 16:26:29 +00:00
ryoon
9b000bb7ca One more PERL5 SUBST.
Ride previous revbump.
2013-03-16 16:11:16 +00:00
ryoon
ca52e0989a * Remove unused SUBST_*.
* Whitespaces to tabs.
2013-03-16 16:02:06 +00:00
ryoon
26168bd6ae Bump PKGREVISION.
* Fix perl's path in hook files.
  Fix functionality on unprivileged bootstrap pkgsrc environment.
2013-03-16 15:56:17 +00:00
taca
678bc792ae Note update of www/SOGo package to 2.0.4b. 2013-03-16 15:13:32 +00:00
taca
448f810e26 Update SOGo to 2.0.4b.
2.0.4b (2013-02-04)
------------------

Bug fixes
 - Fixed order of precedence for options (#2166)
   The following order is enforced - first match wins
     1. Command line arguments
     2. .GNUstepDefaults
     3. /etc/sogo/{debconf,sogo}.conf
     4. SOGoDefaults.plist
 - fixed handling of LDAP DN containing special characters (#2152, #2207)
 - fixed handling of credential files for older GNUsteps (#2216)
 - fixed display of messages with control characters (#2079, #2177)
 - fixed tooltips in contacts list (#2211)
 - fixed classification menu in component editor (#2223)
 - fixed link to ACL editor for 'any authenticated user' (#2222, #2224)
 - fixed saving preferences when mail module is disabled
 - fixed handling for long credential strings (#2212)

2.0.4a (2013-01-30)
------------------

Enhancements
 - updated Czech translation
 - birthday is now properly formatted in addressbook module

Bug fixes
 - fixed handling of groups with spaces in their UID
 - fixed possible infinite loop in repeatable object
 - fixed until date in component editor
 - fixed saving all-day event in appointment editor
 - fixed handling of decoding contacts UID
 - fixed support of GNUstep 1.20 / Debian Squeeze

2.0.4 (2013-01-25)
------------------

New features
 - sogo-tool: new "dump-defaults" command to easily create /etc/sogo/sogo.conf

Enhancements
 - The sogo user is now a system user.
   For new installs, this means that 'su - sogo' won't work anymore.
   Please use 'sudo -u sogo cmd' instead
   If used in scripts from cronjobs, 'requiretty' must be disabled in sudoers
 - added basic support for LDAP URL in user sources
 - renamed default SOGoForceIMAPLoginWithEmail to
   SOGoForceExternalLoginWithEmail and extended it to SMTP authentication
 - updated the timezone files to the 2012j edition and removed RRDATES
 - updated CKEditor to version 4.0.1
 - added Finnish translation - thanks to Kari Salmu
 - updated translations
 - recurrence-id of all-day events is now set as a proper date with no time
 - 'show completed tasks' is now persistent
 - fixed memory usage consumption for remote ICS subscriptions

Bug fixes
 - fixed usage of browser's language for the login page
 - fixed partstat of attendee in her/his calendar
 - fixed French templates encoding
 - fixed CardDAV collections for OS X
 - fixed event recurrence editor (until date)
 - fixed column display for subfolders of draft & sent
 - improved IE7 support
 - fixed drag'n'drop of events with Safari
 - fixed first day of the week in datepickers
 - fixed exceptions of recurring all-day events

2.0.3 (2012-12-06)
------------------

New features
 - support for SAML2 for single sign-on, with the help of the lasso library
 - added support for the "AUTHENTICATE" command and SASL mechanisms
 - added domain default SieveHostFieldName
 - added a search field for tasks

Enhancements
 - search the contacts for the organization attribute
 - in HTML mode, optionally place answer after the quoted text
 - improved memory usage of "sogo-tool restore"
 - fixed invitations status in OSX iCal.app/Calendar.app (cleanup RSVP attribute)
 - now uses "imap4flags" instead of the deprecated "imapflags"
 - added Slovak translation - thanks to Martin Pastor
 - updated translations

Bug fixes
 - fixed LDIF import with categories
 - imported events now keep their UID when possible
 - fixed importation of multiple calendars
 - fixed modification date when drag'n'droping events
 - fixed missing 'from' header in Outlook
 - fixed invitations in Outlook
 - fixed JavaScript regexp for Firefox
 - fixed JavaScript syntax for IE7
 - fixed all-day event display in day/week view
 - fixed parsing of alarm
 - fixed Sieve server URL fallback
 - fixed Debian cronjob (spool directory cleanup)
2013-03-16 15:12:57 +00:00
taca
5f3d7d5500 Note update of devel/SOPE package to 2.0.4b. 2013-03-16 15:04:39 +00:00
taca
df5b00aa28 Update SOPE to 2.0.4b.
* Note that this package is the version developed by SOGo team.
* Changes are too many to write here, please refer ChangeLog.
2013-03-16 15:04:10 +00:00
ryoon
9c4cb32d38 Updated inputmethod/skk to 15.1 2013-03-16 15:00:25 +00:00
ryoon
e8cec2e9f2 Update to 15.1
* Drop emacs-21 support.

Changelog:
* Drop emacs-21 support.
* Improve emacs-24.3 support.
* Many improvements.
* Some new features.
2013-03-16 14:59:49 +00:00
obache
33bb05ba30 + rabbiter 2013-03-16 13:29:51 +00:00
obache
4720ded366 Added net/rabbiter version 2.0.0 2013-03-16 13:28:23 +00:00
obache
da505570a1 Import rabbiter-2.0.0 as net/rabbiter.
Rabbiter receives comments from twitter and sends them to Rabbit.
Rabbit shows them in your slides.
It is very useful when you talk on public event.
2013-03-16 13:28:10 +00:00
obache
4be65e898c Updated net/ruby-twitter-stream to 0.1.16nb1 2013-03-16 13:18:29 +00:00
obache
28db05a8a2 relax required version of simple_oauth, it simply just bump its version
from 0.1.9 to 0.2.0...

Bump PKGREVISION.
2013-03-16 13:17:58 +00:00
obache
56c5a98f26 fixes HOMEPAGE url. 2013-03-16 12:52:10 +00:00
adam
e7b8f51abb pdated databases/openldap to 2.4.34 2013-03-16 12:51:32 +00:00
adam
9e610cf0b7 OpenLDAP 2.4.34 Release (2013/03/03)
Fixed libldap connections with EINTR (ITS7476)
	Fixed libldap lineno overflow in ldif_read_record (ITS7497)
	Fixed liblmdb mdb_env_open flag handling (ITS7453)
	Fixed liblmdb mdb_midl_sort array optimization (ITS7432)
	Fixed liblmdb freelist with large entries (ITS7455)
	Fixed liblmdb to check for filled dirty page list (ITS7491)
	Fixed liblmdb to validate data limits (ITS7485)
	Fixed liblmdb mdb_update_key for large keys (ITS7505)
	Fixed ldapmodify to not core dump with invalid LDIF (ITS7477)
	Fixed slapd syncrepl for old entries in MMR setup (ITS7427)
	Fixed slapd signedness for index_substr_any_* (ITS7449)
	Fixed slapd enforce SLAPD_MAX_DAEMON_THREADS (ITS7450)
	Fixed slapd mutex in send_ldap_ber (ITS6164)
	Added slapd-ldap onerr option (ITS7492)
	Added slapd-ldap keepalive support (ITS7501)
	Fixed slapd-ldif with empty dir (ITS7451)
	Fixed slapd-mdb to reopen attr DBs after env reopen (ITS7416)
	Fixed slapd-mdb handling of missing entries (ITS7483,7496)
	Fixed slapd-mdb environment flag setting (ITS7452)
	Fixed slapd-mdb with sub db slapcat (ITS7469)
	Fixed slapd-mdb to correctly work with toolthreads > 2 (ITS7488,ITS7527)
	Fixed slapd-mdb subtree search speed (ITS7473)
	Fixed slapd-meta conversion to cn=config (ITS7525)
	Fixed slapd-meta segfault when modifying olcDbUri (ITS7526)
	Fixed slapd-sql back-config support (ITS7499)
	Fixed slapo-constraint handle uri and restrict correctly (ITS7418)
	Fixed slapo-constraint with multi-master replication (ITS7426)
	Fixed slapo-constraint segfault (ITS7431)
	Fixed slapo-deref control initialization (ITS7436)
	Fixed slapo-deref control exposure (ITS7445)
	Fixed slapo-memberof with internal ops (ITS7487)
	Fixed slapo-pcache matching rules for config db (ITS7459)
	Fixed slapo-rwm modrdn cleanup (ITS7414)
	Fixed slapo-sssvlv maxperconn parameter (ITS7484)
	Build Environment
		Fixed slapo-constraint test suite (ITS7423)
	Contrib
		Added nssov nssov_config support (ITS7518)
		Added nssov password_prohibit_message (ITS7518)
		Fixed ldapc++ with gcc-4.7 (ITS7281,ITS7304)
		Fixed nssov olcNssPamSession handling (ITS7481)
		Fixed nssov connection DN (ITS7518)
		Add missing Makefile for various modules (ITS7308)
		Unify Makefile structure for modules (ITS7309)
		Fixed slapo-allowed attribute replication (ITS7493)
		Fixed slapo-passwd SHA2 to correctly zero buffer (ITS7490)
	Documentation
		ldapurl(1) fix example usage (ITS7454)
		ldap_get_option(3) fixed trailing whitespace (ITS7411)
		slapd-config(5) olcExtraAttrs is per db (ITS7421)
		slapd-overlays(5) update manpage index (ITS7489)
		slapo-dynlist(5) Search behavior notes (ITS7486)
		slapo-valsort(5) Document valsort control syntax (ITS7523)
2013-03-16 12:49:54 +00:00
asau
2f9a91fa31 Added biology/mpqc version 2.3.1 2013-03-16 12:46:54 +00:00
asau
f97d8dda23 + mpqc 2013-03-16 12:45:33 +00:00
asau
32ecf9bb88 Import MPQC 2.3.1 as biology/mpqc
MPQC is the Massively Parallel Quantum Chemistry Program.
It computes properties of atoms and molecules from first
principles using the time independent Schroedinger equation.
It runs on a wide range of architectures ranging from single
many-core computers to massively parallel computers. Its design
is object oriented, using the C++ programming language.

Capabilities

  * Closed shell, unrestricted and general restricted open shell
    Hartree-Fock energies and gradients
  * Closed shell, unrestricted and general restricted open shell
    density functional theory energies and gradients
  * Second order open shell perturbation theory (OPT2[2]) and
    Z-averaged perturbation theory (ZAPT2) energies.
  * Second order closed shell Moller-Plesset perturbation
    theory energies and gradients.
  * Second order Moller-Plesset perturbation theory
    including an R12/F12 correlation factor. Energies of closed-
    and open-shell systems are supported.
  * Explicitly-correlated R12/F12 coupled-cluster methods via
    interface to Psi3 code and via native (experimental)
    implementation.
  * Explicitly-correlated multireference methods (MRCI, CASPT2)
    via interfaces to GAMESS and MOLCAS codes.
  * Robust internal coordinate geometry optimizer that efficiently
    optimizes molecules with many degrees of freedom. Nearly
    arbitrary internal coordinate constraints can be handled.
2013-03-16 12:43:26 +00:00
obache
8638ba2ea2 Updated www/ruby-sinatra to 1.3.6 2013-03-16 12:39:32 +00:00
obache
f5878d332f Update ruby-sinatra to 1.3.6.
= 1.3.6 (backport release) / 2013-03-15

Backported from 1.4.0:

 * Take views option into account for template caching. (Konstantin Haase)

 * Improve documentation (Konstantin Haase)

 * No longer override `define_singleton_method`. (Konstantin Haase)
2013-03-16 12:39:22 +00:00
obache
0271440b91 note update of ruby-gnome2 packages to 1.2.2. 2013-03-16 12:30:06 +00:00
obache
12e2253f95 Update ruby-gnome2 to 1.2.2.
== Ruby-GNOME2 1.2.2: 2013-03-11

Ruby 2.0.0 support release!

=== Changes

==== Ruby/GLib2

  * Improvements
    * Supported test on Ruby 2.0.0.
      [GitHub #134] [Reported by mtasaka]

==== Ruby/Poppler

  * Improvements
    * Removed deprecated GDK support.

==== Ruby/GDK3

  * Improvements
    * Supported Ruby 2.0.0.
      [GitHub#129] [Reported by TOMITA Masahiro]

==== Ruby/GObjectIntrospection

  * Improvements
    * Supported not GType based flags.
    * Supported not GType based enum.
    * Supported custom callback function.
    * Supported .h install.
    * Supported .pc install.
    * More Rubyish method names are used.
    * Stopped to raise exception when there are two or more out
      parameters.
    * Added Loader.start_callback_dispatch_thread().
    * Supported arguments validation.
    * Stopped to use array for just one return value.
    * Supported Enumerator.
    * Hide constructor methods.

==== Ruby/GtkSourceView3

  * Fixes
    * Fixed wrong deb package name.

==== Ruby/Clutter

  * Fixes
    * Fixed wrong initialized check.
    * Stopped to override Clutter.init unexpectedly.

==== Ruby/ClutterGTK

  * Fixes
    * Fixed wrong initialized check.

==== Ruby/WebKitGTK

  * Fixes
    * Fixed wrong initialized check.

=== Thanks

  * Vincent Carmona
    (for unreleased GObjectIntrospection based GStreamer bindings)
  * TOMITA Masahiro
  * NAKAJIMA Takashi
    (for unreleased GObjectIntrospection based GStreamer bindings)
  * mtasaka
2013-03-16 12:25:47 +00:00
obache
f94baf15d5 Updated inputmethod/ibus-qt to 1.3.2 2013-03-16 11:11:07 +00:00
obache
6a8dc62c0b Update ibus-qt to 1.3.2.
bug fixes.
2013-03-16 11:10:56 +00:00
obache
f967a41bc5 Updated multimedia/gecko-mediaplayer to 1.0.8 2013-03-16 10:50:23 +00:00
obache
e51933ed02 Update gecko-mediaplayer to 1.0.8.
Development
1.0.8
    Updated Spanish translation
    Updated Japanese translation
1.0.8b
    Allow compiling on older libxuls where certain constants are not defined
2013-03-16 10:50:12 +00:00
obache
73206efef0 Updated multimedia/gnome-mplayer to 1.0.8 2013-03-16 10:46:16 +00:00