Commit graph

207366 commits

Author SHA1 Message Date
wiz
5b16848c54 Update to 1.12.7:
Gnumeric 1.12.7

Morten:
	* Extend BESSELJ and BESSELY to handle fractional order.  [#706720]
	* Fix crash with split pane.  [#707047]

--------------------------------------------------------------------------
Gnumeric 1.12.6

Andreas:
	* Fix crash on corrupted files. [#706526]

Morten:
	* Fix crash on corrupted files.  [#706413]  [#706417]
	* Fix save style performance issue.  [#699045]
2013-10-06 16:25:09 +00:00
wiz
76a4bc64a2 Updated misc/goffice0.10 to 0.10.7 2013-10-06 16:19:50 +00:00
wiz
abdfaab91d Update to 0.10.7:
goffice 0.10.7:

--------------------------------------------------------------------------
goffice 0.10.6:

Alexander Larsson:
	* Fix gtk+ 3.9 redraw problems.  [#703124]

Jean:
	* Fix NULL pointer issue in line plots. [#706663]
2013-10-06 16:19:41 +00:00
wiz
f88e0a49fd Updated math/eigen3 to 3.1.4 2013-10-06 16:16:26 +00:00
wiz
85c29be2cb Update to 3.1.4:
Changes since 3.1.3:

    Bug 620: Fix robustness and performance issues in JacobiSVD::solve.
    Bug 613: Fix accuracy of SSE sqrt for very small numbers.
    Bug 608: Fix sign computation in LDLT.
    Fix write access to CwiseUnaryView expressions.
    Fix compilation of transposeInPlace() for Array expressions.
    Fix non const data() member in Array and Matrix wrappers.
    Fix a few warnings and compilation issues with recent compiler versions.
    Documentation fixes.
2013-10-06 16:16:17 +00:00
wiz
515515055c Updated fonts/t1utils to 1.38 2013-10-06 16:14:29 +00:00
wiz
e5925038a1 Update to 1.38:
Version 1.38   29.Sep.2013

* t1disasm: Fix an infinite loop on some fonts reported by Niels
  Thykier.
2013-10-06 16:14:20 +00:00
wiz
e01d8041e5 Updated fonts/harfbuzz to 0.9.22 2013-10-06 16:13:22 +00:00
wiz
ce803b8911 Update to 0.9.22:
Overview of changes leading to 0.9.22
Thursday, October 3, 2013
=====================================

- Fix use-after-end-of-scope in hb_language_from_string().
- Fix hiding of default_ignorables if font doesn't have space glyph.
- Protect against out-of-range lookup indices.

- API Changes:

  * Added hb_ot_layout_table_get_lookup_count()
2013-10-06 16:13:14 +00:00
wiz
a93d88486c Updated devel/gtexinfo to 5.2 2013-10-06 16:12:09 +00:00
wiz
d755dd7b9a Update to 5.2:
5.2 (26 September 2013)
* Language:
  . new commands @inlinefmtifelse, @inlineifset, @inlineifclear, for
    more brace-delimited alternatives to the conditional environments.

* texi2any:
  . warns about node names, menu items, and cross-references (but not
    index entries) containing problematic characters; can be disabled
    with -c INFO_SPECIAL_CHARS_WARNING=0.

* info:
  . new option -x (--debug) for debugging output; -x -1 to get everything.
  . new option -v (--variable) assigns a value to an Info variable,
    with the usual syntax, -v VARIABLE=VALUE.
  . new option -a (--all) instructs Info to display all documents
    matching the command line arguments, not just the first.  In
    conjunction with the -w option, it shows full names of all Info
    files matching the command line arguments; with -o, it outputs all
    matching files.
  . new variable search-skip-screen controls the starting position for
    repeated search commands ({ and }).  When set to On, repeated
    searches skip the lines displayed on the screen, i.e.,
    forward searches (}) start at the beginning of the next page, and
    backward searches ({) start at the end of the previous page.
  . new command display-file-info (bound to = by default, C-g in vi mode)
    shows full file name of the node being displayed and position in it.

* texi2dvi:
  . support for biblatex+biber.

* Distribution: automake-1.14, gettext-0.18.3.1.
2013-10-06 16:12:00 +00:00
wiz
b6373f0f19 Updated audio/libmikmod to 3.3.2 2013-10-06 16:09:09 +00:00
wiz
5b2d899560 Update to 3.3.2:
Summary of changes between libmikmod 3.2.0 and libmikmod 3.3.2 ():
==========================================================================

libmikmod 3.3.2 was released on 05-Oct-2013.

This is a serious bug fix release after the previous 3.2.0 series, with
some additional new features. All who are using libmikmod-3.2.0 (or the
interim 3.3.1-beta) must upgrade to the new libmikmod-3.3.2 version.

THANKS

- Paul Spark <sparkynz74@gmail.com> for Microsoft Visual C 6.0 fixes.
- Ozkan Sezer: many changes.

NEW FEATURES

- New CMake build system.
- Updated configury, support for cross-compilation, support for building
  in a separate directory, support latest autotools.
- New SDL driver - works both with SDL-1.2.x and with SDL2, supports
  floating point output if compiled against SDL2.
- New OpenAL driver, originally suggested by 'kervala', with fixes and
  updates and with floating point output support.
- The multi-platform SDL and OpenAL drivers, if they are compiled, have
  priority over OS-specific hw drivers for MikMod_RegisterAllDrivers().
- New windows xaudio2 driver, originally suggested by 'honza.c', with
  updates, xaudio2.8 support and with floating point output support.
- ALSA driver now supports only the contemporary ALSA 1.0.x versions.
  All of the ancient ALSA 0.3.x-0.4.x code were removed.
- Floating point output mode support for ALSA, OSS, Direct Sound, WinMM
  drivers and for WAV file writer.
- The pipe and stdout drivers are now configurable
- Raw file-writer now has the lowest priority among the file-writers.
- GCC elf and macho symbol visibility attributes now supported.
- Windows: dllexport/dllimport attributes work properly for MinGW[-w64],
  as well as windows compilers. Static builds using MSVC, LCC, etc are
  now named mikmod_static.lib. When compiling against static libmikmod,
  MIKMOD_STATIC should be defined so that dllimport wouldn't be assumed.

BUGFIXES

- ALSA fixes from Fedora.
- ALSA fixes for "Write error: File descriptor in bad state" crashes,
  e.g. RedHat bug #915121. Now works stable.
- ESD (esound) updates from Fedora. Add esd back to configury which was
  removed in 3.2.0b3, now requiring >= 0.2.18.
- Minor OSS fixes.
- The NAS driver now actually compiles.
- 64 bit detection fixes.
- Fix BOOL type use all over the source.
- Several const correctness fixes.
- Fixes for CVE-2007-6720 and CVE-2009-0179.
- mmio: memreader fixes and updates.
- Fixes for access violations introduced in 3.2.0b3.
- Fixes for broken memory allocation wrappers introduced in 3.2.0b3.
- Fix MikMod_strerror() might read beyond end of a static array.
- Fix looping volume in Player_SetVolume(), based on an old patch by
  Yi-Huang Han.
- XM loader now reads songlength amount of orders from the file and
  then seeks to mh->headersize+60 (sf.net bug #10.)
- Fix "unclick" code to consider loop lengths shorter than 16: fixes
  crashes seen with several xm files (sf.net bug #12, mpd bug #3425.)
- Mac OS X: new standalone makefile with cross-compilation support.
- DJGPP build fixes.
- Windows: fixes/updates, win64 fully supported. MinGW[-w64] fully
  supported along with MSVC and LCC. new standalone MinGW makefile with
  cross-compilation support.
- SIMD (AltiVec and SSE2) option is now disabled by default. Can be
  enabled by --enable-simd configury option, similarly with cmake. (the
  standalone makefiles or project files are added instructions on how to
  enable the feature if required.)
- Many compiler warning fixes, other small cleanups.
2013-10-06 16:09:00 +00:00
wiz
84f6178e7f Updated databases/shared-mime-info to 1.2 2013-10-06 16:05:41 +00:00
wiz
8d248532b8 Update to 1.2:
shared-mime-info 1.2 (2013-09-30)
* Mime-type changes:
- Use IANA registered application/sql type for SQL
- Add test for text/x-python
- Added *.pyx as Pyrex/Cython variant of text/x-python
- Lower the priority of the *png glob on Apple PNGs
- Add magic for Kobo e-book reader
- Add another magic for EPub books
- Add missing globs and tests for OpenPGP files
- Add MIME types for raw disk images
- Add video/x-matroska-3d mime-type
- Use application/vnd.adobe.flash.movie for SWF
- Use application/vnd.nintendo.snes.rom for SNES ROMs, associate *.sfc with them
- Fix shebang matches for shell scripts
- Remove *.ogv as a glob for Theora videos as they might not be Theora
- Improve detection of Perl scripts
- Add more aliases for Photoshop images
- Add Microsoft Publisher mime-type
- Correct JPEG2000 definition

* Check for errors when saving files, and ensure that files
  are saved to disk before carrying on.
* Don't use access() to check for writability
* Rename configure.in to configure.ac
2013-10-06 16:05:32 +00:00
wiz
da650b1ebb Remove obsolete entry from desktop file that generates warnings during
package installation.
Bump PKGREVISION.
2013-10-06 15:58:15 +00:00
wiz
ef17fbdd18 + dialog-1.2.20130928, enca-1.15, ffmpeg-20131006.1.2.4, harfbuzz-0.9.22,
lablgtk-2.18.0, libmikmod-3.3.2, py-anki2-2.0.13, py-pytz-2013.7,
  serf-1.3.2, shared-mime-info-1.2, t1utils-1.38, x264-devel-20131005.
2013-10-06 15:57:40 +00:00
wiz
9155022522 Try fixing the SunOS build, from Ingo Schwarze (upstream). 2013-10-06 15:48:42 +00:00
wiz
1b6e9e57c8 Updated multimedia/libmatroska to 1.4.1nb1 2013-10-06 14:13:20 +00:00
wiz
e219a9513a Fix library installation, broken during update.
Bump PKGREVISION.
2013-10-06 14:13:10 +00:00
darcy
cca3593407 Note update of generate packages. 2013-10-06 12:54:48 +00:00
obache
0d0cc39bb3 Change to create fake *.pc files much close to real one.
Fixes to detect its prefix with `pkg-config --variable=prefix", such as CMake.
2013-10-06 12:54:10 +00:00
darcy
4ceb07d141 Upgrade to 2.8.
The major differences between 2.6 and 2.8 are:
 - Minor formatting changes.
 - Fix FreeBSD build.
 - Fix distribution pointers.
2013-10-06 12:47:13 +00:00
obache
fb45e6bb8f fixes build on Solaris10.
PR pkg/48173 by Stefan Palm.
2013-10-06 09:01:41 +00:00
wiz
dd07d22316 Updated pkgtools/pkgin to 0.6.4nb2 2013-10-06 08:28:57 +00:00
wiz
1a229f0701 Allow specifying multiple input files for 'pkgin import'.
Ok imil@, will be integrated upstream
2013-10-06 08:28:47 +00:00
obache
8011768561 Bump PKGREVISION to be built with unvulnerable libnids>=1.24. 2013-10-06 08:28:37 +00:00
obache
dc162c26cb Updated net/libnids to 1.24 2013-10-06 08:26:06 +00:00
obache
ece3fb3523 Update libnids to 1.24.
Based on PR pkg/48217 by Leonardo Taccari.

Changes:
v1.24 Mar 14 2010
- fixed another remotely triggerable NULL dereference in ip_fragment.c
- unofficial patch that enables tracking of already established TCP connections
- missing reset of some tcp_* variables upon nids_exit
- correct calculation of radiotap header
- compilation warning fixes with newer gcc
- use pcap_get_selectable_fd() instead of pcap_fileno()
2013-10-06 08:25:37 +00:00
wiz
cee7909f72 + sptk-3.6 [pkg/48279]. 2013-10-05 22:28:47 +00:00
jnemeth
9b8d868958 net/uftp was Added, not Updated 2013-10-05 22:27:23 +00:00
mspo
1b8daf0220 Updated net/uftp to 4.1.2 2013-10-05 17:42:01 +00:00
mspo
f6a9bd3fa7 add uftp, a multicast file transfer tool, to the net Makefile 2013-10-05 17:41:42 +00:00
mspo
2dee4f6ba7 add uftp, a multicast file transfer tool 2013-10-05 17:40:38 +00:00
wiz
a3095cdf82 Updated textproc/mdocml to 1.12.2 2013-10-05 14:48:27 +00:00
wiz
174b70e91b Update to 1.12.2.
Changes in version 1.12.2, released on Oktober 5, 2013

 * The mdoc(7) to man(7) converter, to be called as mandoc -Tman,
   is now fully functional.
 * The mandoc(1) utility now supports the -Ios (default operating system)
   input option, and the -Tutf8 output mode now actually works.
 * The mandocdb(8) utility no longer truncates existing databases when
   starting to build new ones, but only replaces them when the build
   actually succeeds.
 * The man(7) parser now supports the PD macro (paragraph distance),
   and (for GNU man-ext compatibility only) EX (example block) and EE
   (example end).  Plus several bugfixes regarding indentation, line
   breaks, and vertical spacing, and regarding RS following TP.
 * The roff(7) parser now supports the \f(BI (bold+italic) font escape,
   the \z (zero cursor advance) escape and the cc (change control
   character) and it (input line trap) requests. Plus bugfixes regarding
   the \t (tab) escape, nested escape sequences, and conditional requests.
 * In mdoc(7), several bugs were fixed related to UTF-8 output of quoting
   enclosures, delimiter handling, list indentation and horizontal and
   vertical spacing, formatting of the Lk, %U, and %C macros, plus some
   bugfixes related to the handling of syntax errors like badly nested
   font blocks, stray Ta macros outside column lists, unterminated It Xo
   blocks, and non-text children of Nm blocks.
 * In tbl(7), the width of horizontal spans and the vertical spacing
   around tables was corrected, and in man(7) files, a crash was fixed
   that was triggered by some particular unclosed T{ macros.
 * For mandoc developers, we now provide a tbl(3) library manual and
   gmdiff, a very small, very simplistic groff-versus-mandoc output
   comparison tool.
 * Provide a NEWS file.

Changes in version 1.12.1, released on March 23, 2012

 * Significant work on apropos(1) and mandocdb(8). These tools are now
   much more robust.  A whatis(1) implementation is now handled as an
   apropos(1) mode.  These tools are also able to minimally handle
   pre-formatted pages, that is, those already formatted by another
   utility such as GNU troff.
 * The man.cgi(7) script is also now available for wider testing.
   It interfaces with mandocdb(8) manuals cached by catman(8).
   HTML output is generated on-the-fly by libmandoc or internal
   methods to convert pre-formatted pages.
 * The mailing list archive for the discuss and tech lists are being
   hosted by Gmane at gmane.comp.tools.mdocml.user and
   gmane.comp.tools.mdocml.devel, respectively.
2013-10-05 14:48:15 +00:00
pettai
f11fbf2015 Updated security/p5-pcsc to 1.4.13 2013-10-05 14:19:34 +00:00
pettai
c371baf3cb 1.4.13 - 1 April 2013, Ludovic ROUSSEAU
- Fix a warning with Perl 5.16
2013-10-05 14:19:01 +00:00
pettai
49e3d6a54b Updated security/ccid to 1.4.12 2013-10-05 14:13:39 +00:00
pettai
03401fb522 1.4.12 - 12 August 2013, Ludovic Rousseau
- Add support of
      . HID OMNIKEY 5127 CK
      . HID OMNIKEY 5326 DFR
      . HID OMNIKEY 5427 CK
      . Ingenico WITEO USB Smart Card Reader (Base and Badge)
      . SecuTech SecuTech Token
    - Add support of card movement notifications for multi-slot readers
    - Check libusb is at least at version 1.0.8
    - Get the serialconfdir value from pcsc-lite pkg config instead of
      using $(DESTDIR)/$(sysconfdir)/reader.conf.d/
    - Disable class driver on Mac OS X
    - Update the bundle name template to include the vendor name
    - some minor bugs removed


1.4.11 - 12 June 2013, Ludovic Rousseau
    - Add support of
       . Gemalto IDBridge CT30
       . Gemalto IDBridge K30
       . SCM Microsystems Inc. SCL010 Contactless Reader
       . SCM Microsystems Inc. SDI011 Contactless Reader
       . THRC reader
    - Better management of time extension requests
    - parse: better support of devices with bInterfaceClass = 0xFF
    - udev rule file: Remove setting group to pcscd, remove support of
      Linux kernel < 2.6.35 for auto power up management
    - some minor bugs removed


1.4.10 - 16 April 2013, Ludovic Rousseau
    - Add support of
       . ACS APG8201 USB Reader with PID 0x8202
       . GIS Ltd SmartMouse USB
       . Gemalto IDBridge K3000
       . Identive CLOUD 2700 F Smart Card Reader
       . Identive CLOUD 2700 R Smart Card Reader
       . Identive CLOUD 4500 F Dual Interface Reader
       . Identive CLOUD 4510 F Contactless + SAM Reader
       . Identive CLOUD 4700 F Dual Interface Reader
       . Identive CLOUD 4710 F Contactless + SAM Reader
       . Inside Secure AT90SCR050
       . Inside Secure AT90SCR100
       . Inside Secure AT90SCR200
       . SCR3310-NTTCom USB SmartCard Reader
       . SafeTech SafeTouch
       . SpringCard H512 Series
       . SpringCard H663 Series
       . SpringCard NFC'Roll
       . Yubico Yubikey NEO CCID
       . Yubico Yubikey NEO OTP+CCID
    - Add support of time extension for Escape commands


1.4.9 - 16 January 2013, Ludovic Rousseau
    - Add support of
       . Aktiv Rutoken PINPad In
       . Aktiv Rutoken PINPad Ex
       . REINER SCT cyberJack go
    - Info.plist: Correctly handle reader names containing &
2013-10-05 14:12:57 +00:00
pettai
4f13859d16 Updated security/pcsc-lite to 1.8.8 2013-10-05 14:09:29 +00:00
pettai
ce9c61f787 1.8.8:
- /etc/reader.conf: handle FRIENDLYNAME with no " delimiters (serial readers)
- Info.plist: Correctly handle reader names containing & (USB readers)
2013-10-05 14:09:00 +00:00
wiz
785241bb7b Updated security/gnupg2 to 2.0.22 2013-10-05 13:20:12 +00:00
wiz
1b4677eff1 Update to 2.0.22:
Noteworthy changes in version 2.0.22 (2013-10-04)
-------------------------------------------------

 * Fixed possible infinite recursion in the compressed packet
   parser. [CVE-2013-4402]

 * Improved support for some card readers.

 * Prepared building with the forthcoming Libgcrypt 1.6.

 * Protect against rogue keyservers sending secret keys.
2013-10-05 13:20:03 +00:00
wiz
ad57dbc1b6 Updated security/gnupg to 1.4.15 2013-10-05 13:20:01 +00:00
wiz
ea7973d54c Update to 1.4.15:
Noteworthy changes in version 1.4.15 (2013-10-04)
-------------------------------------------------

    * Fixed possible infinite recursion in the compressed packet
      parser. [CVE-2013-4402]

    * Protect against rogue keyservers sending secret keys.

    * Use 2048 bit also as default for batch key generation.

    * Minor bug fixes.
2013-10-05 13:19:51 +00:00
obache
69f1163d40 Updated www/ap2-subversion to 1.8.3nb2 2013-10-05 12:42:22 +00:00
obache
e98e3d687b Let to install modules into apache libexecdir, same as 1.7.x.
fixes PR pkg/48273

Bump PKGREVISION.
2013-10-05 12:41:57 +00:00
tron
70347bc8ba Fix remaining build problem under Mac OS X:
As "DSO_LIBDIR" is now always set (and must be always set because of all
the changes that refer to it) we cannot use it to check for the Cygwin
case anymore. Instead check whether "OPSYS" is (not) equal to "Cygwin".
2013-10-05 11:43:32 +00:00
tron
8af00457e1 Make sure that the target directory for shared libraries is always defined.
This fixes one of the build problems under NetBSD and Mac OS X introduced
by the Cygwin patches.
2013-10-05 11:08:24 +00:00