Commit graph

213430 commits

Author SHA1 Message Date
jperkin
adc317e94f This package now requires GNU m4 features. 2014-02-26 09:47:27 +00:00
agc
8bfcf8b74a Note update of security/libpbc to 0.5.14 2014-02-26 04:02:16 +00:00
agc
6d95b11968 Update pbc from version 0.5.10 to 0.5.14
Changes between PBC version 0.5.14 and 0.5.13

	* Eta pairing (type I), by Homer Hsing

	Changes between PBC version 0.5.13 and 0.5.12

	* Many thanks to Homer Hsing for volunteering to maintain this library.
	* Flattened nested functions.
	* Bugfix for test script.

	Changes between PBC version 0.5.12 and 0.5.11

	* Fixed a parsing bug reported by Michael Adjedj.

	Changes between PBC version 0.5.11 and 0.5.10

	* Support native win32 compilation via autotools. Thanks to Michael Rushanan.

Some changes from joerg, others from myself.
2014-02-26 04:00:57 +00:00
wiedi
ec2463ec8a Link network libs on SunOS 2014-02-26 01:29:28 +00:00
gdt
a23bd34e43 Drop old patches that I don't understand.
There were two patches to cast __FUNCTION__ to const char *; this is
apparently to work around a warning.  gcc on NetBSD 6 and clang on osx
10.9 do not emit a warning with the unpatched code.  Upstream doesn't
understand the patch, and I don't etiher.  ok pettai@

Take maintainership.
2014-02-26 01:16:56 +00:00
wiz
58ef7766cf Add untested code for checking multilib-support, based on the gcc47
version of the same.
2014-02-25 21:24:51 +00:00
wiz
deb97f76be Re-add ecj-4.5.jar checksum. Noted by Kai-Uwe Eckhardt <kuehro@gmx.de> in private mail. 2014-02-25 21:22:31 +00:00
gdt
4fe2ed8ef5 Updated security/pcsc-tools to 1.4.22 2014-02-25 18:02:50 +00:00
gdt
b5e5b50103 Update to 1.4.22.
http://ludovicrousseau.blogspot.fr/2014/01/new-version-of-pcsc-tools-1422.html
Changes:
1.4.22 - 17 January 2014, Ludovic ROUSSEAU
    - 215 new ATRs
    - Fetch a new ATR file if it was not upgraded in the last 10
      hours.
    - Propose to use http://smartcard-atr.appspot.com/parse to submit a
      new ATR
    - minor fixes
2014-02-25 18:02:36 +00:00
gdt
2b7d32e01f Updated security/pcsc-lite to 1.8.11 2014-02-25 17:47:30 +00:00
gdt
aebb32b4c0 Update to 1.8.11 from 1.8.8.
Builds on NetBSD/i386 6-stable, not tested (but
MAINTAINER=pkgsrc-users, so presumbly that's ok).

pkgsrc notes: We used to patch -ldl from spy, but the patch didn't
apply and spy is no longer built.  So I left a patch that adds a
comment to spy Makefile.in.


http://ludovicrousseau.blogspot.fr/2014/02/new-version-of-pcsc-lite-1811.html
No major changes except polkit support (pushed by RedHat).

Changes:
pcsc-lite-1.8.11: Ludovic Rousseau
14 February 2014
- Add polkit support. See doc/README.polkit
- /etc/reader.conf: CHANNELID and DEVICENAME are both optional but not
  at the same time
- Some other minor improvements and bug corrections

1.8.10: minor bugfix

http://ludovicrousseau.blogspot.fr/2013/10/new-version-of-pcsc-lite-189.html
After a long (maybe too long) time I now publish a new version of pcsc-lite.
A lot a small bugs fixed.

Changes
pcsc-lite-1.8.9: Ludovic Rousseau
16 October 2013
- SCardEndTransaction(): Return an error if is called with no
  corresponding SCardBeginTransaction()
- SCardGetAttrib(): Add support of SCARD_ATTR_DEVICE_SYSTEM_NAME
- SCardGetAttrib(): Fix bug in SCARD_ATTR_DEVICE_FRIENDLY_NAME
- SCardBeginTransaction() was not correctly releasing a mutex when the
  hCard handle was invalidated
  The problem was that SCardGetStatusChange() was blocked because
  SCardBeginTransaction() had not released the context mutex.
- PCSC/reader.h: Use C99 flexible array member
  The structures PIN_MODIFY_STRUCTURE and PIN_VERIFY_STRUCTURE now use a
  C99 flexible array member when available for abData field.
  uint8_t abData[];
- Add support of --reader-name-no-serial and --reader-name-no-interface
  It is now possible to NOT add the USB serial number of the reader
  using --reader-name-no-serial
  It is now possible to NOT add the CCID interface name of the reader
  using --reader-name-no-interface
- Add support of serialconfdir pkg-config variable
  It is now possible to use pkg-config to get the directory used by
  pcscd to fetch serial drivers configurations.
  $ pkg-config libpcsclite --variable=serialconfdir
  /etc/reader.conf.d
- pcsc-spy: Try to display the thread in the order they appear in the log
- pcsc-spy: Add SCARD_ATTR_DEVICE_SYSTEM_NAME
- Check the Info.plist file is (a minimum) correct
- Update PROTOCOL_VERSION_MINOR from 2 to 3
  We broke the API between version 1.8.3 and 1.8.4 by changing the value
  of MAX_READERNAME. This change should have been made before releasing
  version 1.8.4 to make mix of versions clearly non working instead of
  failing with strange errors.
- hotplug_libudev.c: Fix a memory leak in case of error
- Fix OpenBSD 5.2 compilation regarding dlopen
- correctly manage thread safe multi-slot readers
- Do not use pthread_atfork() any more (fix problem on FreeBSD)
- fix memory leaks.
  This was not really a problem unless you embedd pcscd in another
  process and do init/deinit pcscd without exiting the process (as maybe
  used on Android or iOS).
- pcscd.8 manpage: add documentation for --max-thread,
  --max-card-handle-per-thread, --max-card-handle-per-reader,
  --force-reader-polling, --error, --critical and --color
- Some other minor improvements and bug corrections
2014-02-25 17:47:19 +00:00
gdt
065be4fbbd Updated security/ccid to 1.4.15 2014-02-25 17:16:46 +00:00
gdt
46f077de38 Update to 1.4.15 (from 1.4.12).
(This update was not tested, but built fine.)

http://ludovicrousseau.blogspot.fr/2014/02/new-version-of-libccid-1415.html
1.4.15 - 14 February 2014, Ludovic Rousseau
    - Add support of
      . DUALi DRAGON NFC READER
      . Feitian bR301
      . Gemalto CR30 reader in serial communication
      . Gemalto Ezio Shield Pro SC
      . IIT E.Key Almaz-1C
    - PIN_MODIFY_STRUCTURE & PIN_VERIFY_STRUCTURE: Fix calculation of
      the command length after pcsc-lite 1.8.9 (October 2013) changed
      the PCSC/reader.h header
    - Add specific PIN min (0) & max (25) sizes for SmartTerminal
      ST-2xxx
    - Do not get the data rates if bNumDataRatesSupported = 0
    - Support Gemalto features for pinpad readers MinimumPINSize,
      MaximumPINSize and bEntryValidationCondition are fetched from the
      reader firmware
    - disable (broken) pinpad for Fujitsu SmartCase KB SCR eSIG
    - examples/scardcontrol.c:
      . Parse codes returned by a pinpad (as SW1/SW2)
        Known codes for now are:
        0x9000: Success
        0x6400: Timeout
        0x6401: Cancelled by user
        0x6402: PIN mismatch
        0x6403: Too short or too long PIN
      . Retrieve min and max PIN sizes from the driver
      . Retrieve bEntryValidationCondition from the driver
    - be more strict for bInterfaceClass = 255 by also checking extra_length
    - some minor bugs removed

http://ludovicrousseau.blogspot.fr/2013/11/new-version-of-libccid-1414.html
1.4.14 - 25 November 2013, Ludovic Rousseau
    - Add support of
      . Gemalto GemCore SIM Pro firmware 2.0 (using USB)
    - report FEATURE_IFD_PIN_PROPERTIES only for pinpad readers
    - Generalize the management of (old) readers with bDeviceClass = 0xFF
    - some minor bugs removed

http://ludovicrousseau.blogspot.fr/2013/10/new-version-of-libccid-1413.html
1.4.13 - 9 October 2013, Ludovic Rousseau
    - Add support of
      . Access IS ePassport Reader
      . Planeta RC700-NFC CCID
    - Add support of Windows value for CM_IOCTL_GET_FEATURE_REQUEST
      Windows uses 0x313520 for SCARD_CTL_CODE(3400) pcsc-lite uses
      0x42000D48 for SCARD_CTL_CODE(3400)
      RDP aplications (like rdesktop) will convert SCardControl()
      commands from a Windows application (so using 0x313520) to
      pcsc-lite.
    - fix multi-slot support for card movement notification (introduced
      in 1.4.12)
    - Mac OS X: differentiate each libccid library by the dynamic linker
      using --prefix=/fake/$BUNDLE_ID
    - some minor bugs removed
2014-02-25 17:16:35 +00:00
ryoon
199c49bc25 Updated misc/libreoffice4 to 4.2.1.1 2014-02-25 12:39:35 +00:00
ryoon
eee67a5d11 Update to 4.2.1.1
Changelog:
* Many busfixes
  See full list: https://wiki.documentfoundation.org/Releases/4.2.1/RC1
2014-02-25 12:39:05 +00:00
ryoon
c748693ef7 Updated devel/mdds to 0.10.2 2014-02-25 12:38:14 +00:00
ryoon
fcb9120b49 Update to 0.10.2
Changelog:
mdds 0.10.2

* multi_type_vector

  * fixed a bug in transfer() that would trigger an assertion and
    eventually lead to a crash.  The problem occurred when a range of
    data to be transferred spanned over 2 blocks and consisted of the
    lower part of an upper block and the upper part of a lower block.
2014-02-25 12:37:26 +00:00
joerg
38a72245a8 Add upper limit to the botan dependency. Bump revisions as needed. 2014-02-25 11:51:32 +00:00
obache
e90f2e98d7 Tell right prefix to configure for gmp and fltk, or builtin one or other one
using different prefix than this package will not be picked up.
2014-02-25 09:32:57 +00:00
adam
f27b04a2ad Updated math/isl to 0.12.2 2014-02-25 09:19:31 +00:00
adam
c92338feac Changes 0.12.2:
- MinGW-w64 build fix
- fix simplification bug
2014-02-25 09:18:25 +00:00
wiz
cc623f7298 Add --without-gmp to configure arguments when gmp is disabled.
Just to be on the safe side (I don't see a difference).
2014-02-25 09:16:49 +00:00
adam
89c6303e99 Updated multimedia/ffmpeg2 to 2.1.4 2014-02-25 07:36:29 +00:00
adam
24fcfe20a8 Changes 2.1.4:
* avcodec/hevc: Simplify get_qPy_pred()
* avcodec/mpeg4videodec: Check for bitstream overread in decode_vol_header()
* avcodec/h264: use subsample factors of the used pixel format
* avformat/bink: Check return value of av_add_index_entry()
* avcodec/h264: more completely check the loop filter parameters
* avcodec/alsdec: check predictor order against block length
* avcodec/hevc_ps: Use get_bits_long() in decode_vui()
* avcodec/hevc: make check for previous slice segment tighter
* avcodec/hevc: clear tab_slice_address of ctb on error.
* avcodec/hevc: hls_decode_entry: check that the previous slice segment is available before decoding the next
* avcodec/hevc: clear tab_slice_address in hevc_frame_start()
* avcodec/h264: update current_sps & sps->new only after the whole slice header decoder and init code finished
* avcodec/h264: Disallow pps_id changing between slices
* avcodec/aacdec: Fix pulse position checks in decode_pulses()
* avcodec/hevc: propagate error code from hls_coding_quadtree()
* avcodec/tiff: reset geotag_count in free_geotags()
* avcodec/vc1: Check bfraction_lut_index
* avcodec/vc1: factor read_bfraction() out
* avcodec/vc1dec: field pictures with direct mode MBs, followed by frame pictures are not supported
2014-02-25 07:32:53 +00:00
obache
c955deee66 from joerg's bulk build, disable optimization for NetBSD-current/amd64 with clang. 2014-02-25 05:14:37 +00:00
obache
2c251a86fb Update patchsum 2014-02-25 05:12:14 +00:00
obache
e39f2793e6 Not a general issue of clang (some environment specific issue). 2014-02-25 04:32:54 +00:00
mspo
09c4bcb476 change docs saying changes-entry-commit to commit-changes-entry, the correct target 2014-02-25 02:30:06 +00:00
wiedi
04cba1c73b Fix ambiguous math on SunOS 2014-02-25 01:45:53 +00:00
mspo
187124b1bc xl2p -> xl2pd 2014-02-25 01:00:10 +00:00
obache
3ddcfa4be3 Marked as broken with clang (it should be fixed instead). 2014-02-25 00:58:30 +00:00
mspo
807d37a836 push doc change about using changes-entry-commit 2014-02-25 00:54:35 +00:00
tonio
9244c8a21c Updated chat/weechat to 0.4.3 2014-02-24 23:07:15 +00:00
tonio
d62faacfa0 Update chat/weechat to 0.4.3
Version 0.4.3:
- new command /print
- logical and/or for tags in /filter and hook_print
- gaps in buffer numbers
- support of italic text
- new options to customize default text search in buffers
- use of IRC monitor command for /notify (if available on server)
- new IRC server option "ssl_fingerprint"
- new option to smart-filter IRC mode messages
- new option for default IRC ban mask
- support of IPv6 for DCC chat/file
- auto check CRC32 of files received with DCC
- many bugs fixed.

Version 0.4.2:
- rename binary from "weechat-curses" to "weechat" (with symbolic link "weechat-curses" for compatibility)
- add secured data (encryption of passwords or private data), new command /secure, new file sec.conf
- search of regular expression in buffer with text emphasis, in prefixes, messages or both
- add option "scroll_beyond_end" for command /window
- add optional buffer context in bar items (for example to display bitlbee nicklist in a root bar)
- new options weechat.look.hotlist_{prefix|suffix}
- new option weechat.look.key_bind_safe to prevent any key binding error from user
- new option weechat.network.proxy_curl to use a proxy when downloading URLs with curl
- display day change message dynamically
- support of wildcards in IRC commands (de)op/halfop/voice
- new option irc.look.notice_welcome_redirect to redirect channel welcome notices to the channel buffer
- new option irc.look.nick_color_hash: new hash algorithm to find nick colors (variant of djb2)
- add info about things defined by a script in the detailed view of script (/script show)
- support of "enchant" library in aspell plugin
- many bugs fixed.
2014-02-24 23:06:12 +00:00
richard
f456314357 disable bloody aalib autodetection in xine-ui 2014-02-24 22:40:44 +00:00
wiz
a7b0458bab Updated devel/meld-devel to 3.11.0nb1 2014-02-24 21:04:52 +00:00
wiz
0c52ca0f07 Mark as not ready for python-3.x, as discussed with upstream.
3.12 will probably be python-3.x only.

Bump PKGREVISION.
2014-02-24 21:04:41 +00:00
joerg
9e2aeda5da Added security/botan-devel version 1.11.8 2014-02-24 20:49:45 +00:00
joerg
59f14ba4d7 + botan-devel 2014-02-24 20:49:33 +00:00
joerg
b86ac6eaa9 Add botan 1.11.8, the in-progress version of security/botan. It brings a
heavily changed x509 instructure and TLS support on top.
2014-02-24 20:49:14 +00:00
adam
ced7af9aff Updated audio/libxmp to 4.2.4 2014-02-24 20:44:13 +00:00
adam
78024a4df9 Clean-up; On Darwin, xmp uses CoreAudio, so do not suggest any other options. 2014-02-24 20:41:17 +00:00
adam
5f539874fe Changes 4.2.4:
Fix bugs:
- fix XM note and envelope retrig on delay effect
- fix XM keyoff reset on new note event
- fix retrig effect frame counter
- fix envelope update after manually set point
Other changes:
- fix Chiptracker pattern decoding
- fix AMF sample loop end
- fix false positives in Slamtilt format test
- refactor S3M arpeggio effect memory
- disabled incomplete DMF loader
- disabled incomplete DTT loader
- address clang-analyzer warnings
2014-02-24 20:40:21 +00:00
joerg
f70b77e878 Correct license. 2014-02-24 19:58:19 +00:00
schnoebe
820be63a9e Update chat/jabberd2 to version 2.3.2 2014-02-24 19:31:39 +00:00
schnoebe
2b4e06e712 * 2.3.1 to 2.3.2 upgrade:
What changed:
- Removed unmaintained CyrusSASL backend
- Option to add realm to username in ldapvcard module
- systemd unit files
2014-02-24 19:30:53 +00:00
schnoebe
54c8ea042e Update net/udns to 0.4 2014-02-24 19:30:05 +00:00
schnoebe
9306a8b85f Upgrade to 0.4:
0.4 (Jan 2014)
  - bugfix: fix a bug in new list code introduced in 0.3
  - portability: use $(LD)/$(LDFLAGS)/$(LIBS)

0.3 (Jan 2014)
  - bugfix: refactor double-linked list implementation in udns_resolver.c
      (internal to the library) to be more strict-aliasing-friendly,
      because old code were miscompiled by gcc.
  - bugfix: forgotten strdup() in rblcheck
2014-02-24 19:29:02 +00:00
wiedi
166913e1ac Link X11 on SunOS 2014-02-24 17:54:04 +00:00
joerg
164916647b Fix missing prototype. Fix missing bison dependency. Invoke it by hand
as scons want to add the header on the command line, which clang doesn't
like.
2014-02-24 16:19:39 +00:00