Commit graph

226827 commits

Author SHA1 Message Date
joerg
a018fdf747 Don't use plain "throw;", it breaks clang -fno-exceptions build. Bump
revision of boost-headers.
2015-01-15 13:01:44 +00:00
joerg
60d02f38ca Don't depend on wrappers adding /usr/pkg/lib implicitly to the search
path.
2015-01-15 13:00:32 +00:00
obache
0748b92b64 format fix 2015-01-15 11:22:52 +00:00
jperkin
e16ea7d0b3 Restore PLIST.java, fixes Darwin (and others) build. 2015-01-15 11:07:01 +00:00
obache
8cb64de3fc Updated emulators/suse131_gtk2 to 13.1nb5 2015-01-15 09:37:16 +00:00
obache
677b1a19eb openSUSE Security Update: Security update for jasper
______________________________________________________________________________

Announcement ID:    openSUSE-SU-2015:0042-1
Rating:             moderate
References:         #909474 #909475
Cross-References:   CVE-2014-8137
Affected Products:
                    openSUSE 13.1
______________________________________________________________________________

   An update that solves one vulnerability and has one errata
   is now available.

Description:


         The follow issues were fixed with this update:
         - CVE-2014-8137  double-free in jas_iccattrval_destroy()(bnc#909474)
         - CVE-2014-8138  heap overflow in jas_decode() (bnc#909475)


References:

   http://support.novell.com/security/cve/CVE-2014-8137.html
   https://bugzilla.suse.com/show_bug.cgi?id=909474
   https://bugzilla.suse.com/show_bug.cgi?id=909475
2015-01-15 09:37:05 +00:00
obache
d000d8511c Updated emulators/suse131_libsndfile to 13.1nb1 2015-01-15 09:34:07 +00:00
obache
09006094fc openSUSE Security Update: Security update for libsndfile
______________________________________________________________________________

Announcement ID:    openSUSE-SU-2015:0041-1
Rating:             moderate
References:         #911796
Cross-References:   CVE-2014-9496
Affected Products:
                    openSUSE 13.2
                    openSUSE 13.1
______________________________________________________________________________

   An update that fixes one vulnerability is now available.

Description:

   Changes in libsndfile: two buffer read overflows in sd2_parse_rsrc_fork()
   (CVE-2014-9496, bnc#911796): backported upstream fix patches

References:

   http://support.novell.com/security/cve/CVE-2014-9496.html
   https://bugzilla.suse.com/show_bug.cgi?id=911796
2015-01-15 09:33:55 +00:00
msaitoh
095f1fb681 update to microcode-20150107
- newer ucode for cpuid 0x000306d4 (Broadwell)
2015-01-15 08:46:59 +00:00
wiz
0787b0d29b Updated devel/cppcheck to 1.68 2015-01-14 21:48:20 +00:00
wiz
24e66eadcd Update to 1.68 from Jonathan Buschmann in PR 49570.
== Cppcheck-1.68 ==

General changes:

New checks:
- Multifile checking for buffer overruns and uninitialized variables

Improvements:
- Libraries are now able to contain platform specific types
- Improved handling of function overloads
- Improved handling of integer literal suffixes
- Improved stability of template parsing
- Improved accuracy of ValueFlow analysis
- Improved checking of pointer overflow
- Support noexcept(false)
- Support attribute((noreturn))
- A bunch of additions to several Libraries, especially posix.cfg and qt.cfg

Additionally, lots of false positives and bugs have been fixed and several existing checks have been improved.

== Cppcheck-1.67 ==

General changes:
- Library files have now a 'format' attribute. Format version 1 is assumed by default
- Cppcheck does no longer abort checking if unhandled characters (Non-ASCII) are found

New checks:
- Check for unused return values
- Detect shift by too many bits, signed integer overflow and dangerous sign conversion
- Recommend usage of expm1(), log1p(), erfc()
- Division by sizeof() as parameter to memset/memcpy/memmove/etc. as they expect a size in bytes
- Several new va_arg related checks:
-- Wrong parameter passed to va_start()
-- Reference passed to va_start()
-- Missing va_end()
-- Using va_list before it is opened
-- Subsequent calls to va_start/va_copy()
- Initialization by itself in initializer list
- Dead pointer usage when pointer alias local variable that has gone out of scope


Improvements:
- Support uniform initialization syntax (C++11)
- Much improvements to value flow analysis
- Improved AST creation (support placement new, C++-style casts, templates, operator new[], ...)
- Improved lambda support
- Support GCC extension attriute((used)) and MSVC extension __declspec(property)
- Better support for static member variables, inherited variables and namespaces
- Improved typedef support where multiple variables are declared at once
- Avoid checking code multiple times by calculating a checksum. Duplicate preprocessor configurations are eliminated by this.
- Support C++03/C 'auto' keyword
- HTML report: display 'verbose' message using clickable expandable divs
2015-01-14 21:48:10 +00:00
wiz
b246128a73 Bump PKGREVISION for ABI bump in dovecot2/Makefile. 2015-01-14 21:45:13 +00:00
wiz
20bc4c0605 Bump ABI depends per PR 49563 from Petar Bogdanovic, and add a note
in the Makefile for updaters.
2015-01-14 21:44:38 +00:00
degroote
2921cd4e32 Note the minidlna update 2015-01-14 21:33:38 +00:00
degroote
a51c9a4cc5 Upgrade minidlan to 1.1.4
Changes since 1.0.24:

1.1.4 - Released 26-Aug-2014
--------------------------------
- Add magic container infrastructure.
- Add magic containers for 50 recent items for each category.
- Fix bad null termination in AAC parsing.
- Fix requests for the last byte of a file, which affected MKV playback on Philips TV's.
- Support 64-bit time_t values.

1.1.3 - Released 05-June-2014
--------------------------------
- Enhance log level settings.
- Fix Samsung browsing when root_container is set.
- Add Clang compiling support.
- Fix compiling on systems without iconv.
- Add merge_media_dirs option, to revert to the old behavior.
- Add Asus O!Play client support.
- Fix Broken SSDP multicast membership addition.
- Fix crash bug with an emtpy filter argument.
- Accept SMI subtitles in addition to SRT.
- Add BubbleUPnP detection and enable subtitle support.
- Allow the user to specify an arbitrary root container.
- Add libavcodec > 54 / libav 10 compatibility.
- Get embedded cover art from video files with recent libavformat versions.
- Disable Samsung DCM10 capability, as it breaks compatibility with new models.
- Add subtitle support for NetFront™ Living Connect middleware-based clients.

1.1.2 - Released 06-Mar-2014
--------------------------------
- Show client status on our basic presentation page.
- Add a new force_sort_criteria option, to globally override the SortCriteria value sent by the client.
- Fix a couple resource leaks.
- Add configuration include file support.
- Support DLNA/UPnP-AV searches issued by clients using the Grilo framework.
- Fix some clients playing artwork instead of movie.
- Fix bookmarks on Samsung Series E clients.
- Add an extra folder level if there are multiple media locations.
- Fix some multicast membership issues with changing network settings.
- Make max number of children (connections) configurable.
- Fix choppy playback with some file types on Panasonic clients by increasing the max connection limit.

1.1.1 - Released 01-Nov-2013
--------------------------------
- Add network interface monitoring support on Linux.
- Don't require a configured network interface to start up.
- Fix some minor spec compliance issues.

1.1.0 - Released 04-April-2013
--------------------------------
- Add support for other operating systems.
- Switch to autoconf from our handcrafted genconfig.sh.
- Add configuration option for UUID.
- Add configuration option to specify the user to run as.
- Add support for limiting a media dir to multiple media types.
- Force a rescan if we detect a new or missing media_dir entry.
- Fix crash caused by certain TiVo clients.
- Fix crash bug on video files with some ffmpeg library versions.
- Add support for TiVo MPEG-TS files.
- Add some logging and forking tweaks to work better with systemd.
- Validate or escape user input to prevent SQL injection.
- Add forced sorting support for Panasonic devices.

1.0.25 - Released 13-July-2012
--------------------------------
- Fix a couple crash bugs on malformed WAV files.
- Forcibly tweak the model number for Xbox360 clients, or they might ignore us.
- Enable all network interfaces by default if none were specified.
- Add flag to force downscaled thumbnails rather than using embedded ones.
- Add DirecTV client detection, and fix image resolution issue.
- Add support for the latest ffmpeg/libav library versions.
- Fix a potential crash on requests for a resize of a non-existent image.
- Make DeviceID checking more permissive for Sagem Radio.
2015-01-14 21:32:20 +00:00
adam
2ea3d0dd1a Added databases/postgresql94 version 9.4.0 2015-01-14 21:04:05 +00:00
adam
e9d63c048f PostgreSQL 9.4.0:
This release adds many new features which enhance PostgreSQL's flexibility, scalability and performance for many different types of database users, including improvements to JSON support, replication and index performance.
2015-01-14 21:01:18 +00:00
rumko
1f17625ea1 mk/pf.buildlink3.mk: any modern fbsd version has pf
Ok@ wiz
2015-01-14 20:40:32 +00:00
rumko
e2cb5fcef0 sysutils/pftop: fix build on fbsd >= 10
Ok@ wiz
2015-01-14 20:39:42 +00:00
adam
004cb930ef Updated www/py-django to 1.7.3; www/py-django14 to 1.4.18; www/py-django-cms to 3.0.9 2015-01-14 17:42:45 +00:00
adam
f57feb3eb1 Changes 3.0.9:
* Revert a change that caused a regression in toolbar login
* Fix an error in a translated phrase
* Fix error when moving items in the page tree
2015-01-14 17:11:10 +00:00
adam
26bdcbf8a1 Fixed securify issues:
* WSGI header spoofing via underscore/dash conflation
* Mitigated possible XSS attack via user-supplied redirect URLs
* Denial-of-service attack against django.views.static.serve
* Database denial-of-service with ModelMultipleChoiceField
2015-01-14 17:07:12 +00:00
mef
7c15ac8e76 Updated devel/p5-AnyEvent-RabbitMQ to 1.18 2015-01-14 15:23:11 +00:00
mef
0513412ce7 Update 1.17 to 1.18
1.18  Mon Sep 29 19:36:00 PDT 2014
       - Added the bind_exchange and unbind_exchange methods
         for exchange-exchange bindings.
2015-01-14 15:23:02 +00:00
mef
e67fb6bd81 Updated ham/xnec2c to 3.2 2015-01-14 14:18:35 +00:00
mef
ff81b39101 Udate 3.1 to 3.2
----------------
Version 3.2:
I made some changes to the Strlcat() function and its usage in
the xnec2c code, to improve safe handling of string
concatenation operations.  Hopefully this has not broken the
handling of various strings in xnec2c! ;-)
2015-01-14 14:18:27 +00:00
mef
0e90ab2246 Updated ham/fldigi to 3.22.05 2015-01-14 14:12:22 +00:00
mef
f7032c5788 Update 3.22.02 to 3.22.05
--------------------------
2015-01-08  David Freese  <iam_w1hkj@w1hkj.com>
        2c9b493: TX Lock
        7c95822: video ID
        b93ea4e: fftfilt
        ed4f49d: Port audio index
        645e7f9: CW output level
        7cc119d: Documentation
        93d2da8: MFSK squelch
        9c8d515: Rx display
        b1ac562: Log fields
        d67d1ab: Native file chooser
        6d11c02: ADIF temp log

=Version 3.22.04=
        2c3b965: xmlrpc

=Version 3.22.03=
        d47ef8a: Berlios
        b986d9d: CW configuration
        3ff2301: DTMF
        0a8f4a3: FFT filter
        3c7b69e: CW xmt filter

2014-12-17  Robert Stiles  <kk5vd@yahoo.com>

        5dc3851: ARQ/KISS IO state conflict (part 2)
	 * Ensure all state flags reflect selected mode.
	 * Toggle IO mode in software.

2014-12-17  David Freese  <iam_w1hkj@w1hkj.com>
        fa582c9: Window title
        103c039: Xmt Audio Stream
        6947d33: RX Text
        0612ec9: OpenBSD
        d344fac: LOGGER EXPORT
        d5e257d: Documentation
        b767b48: LOG lookup
        1359a59: Lion/Yosemite madness
        e77aafe: MT63 Olivia Peak signal
        3a00dfc: HTML strings
        311925b: rtty xmt shape
        4298f2d: es nl pl files
        54917d2: WIN32 error reports

2014-11-15  Robert Stiles  <kk5vd@yahoo.com>
        c3e87f0: KPQSL / SQL state conflict
        a488e72: Documentation Update
2015-01-14 14:12:12 +00:00
mef
249cd16560 Updated www/p5-HTMLObject to 2.29
Updated www/p5-Mojolicious to 5.72
Updated www/p5-Catalyst-View-JSON to 0.35
2015-01-14 14:04:15 +00:00
wiz
f7754dca55 Updated textproc/p5-Encode-Locale to 1.04 2015-01-14 13:24:24 +00:00
wiz
209c98757b Update to 1.04:
## 2015-01-12  Release 1.04

Ed J (5):

* Actually include all the tests in the MANIFEST
* use Test::More and warnings
* Tidy t/alias.t
* t/arg.t TODO some actual ARGV testing
* Use Win32::GetConsoleCP/GetConsoleOutputCP if available

Gisle Aas (3):

* Documentation spell fix
* SEE ALSO Term::Encoding [RT#98138]

David Steinbrunner (1):

* typo fix
2015-01-14 13:24:16 +00:00
wiz
b7ea25d844 Updated security/p5-IO-Socket-SSL to 2.009 2015-01-14 13:23:18 +00:00
wiz
a26b449a7d Update to 2.009:
2.009 2014/01/12
- remove util/analyze.pl. This tool is now together with other SSL tools in
  https://github.com/noxxi/p5-ssl-tools
- added ALPN support (needs OpenSSL1.02, Net::SSLeay 1.56+) thanks to TEAM,
  RT#101452
2015-01-14 13:23:10 +00:00
wiz
6e88a9ff5e Updated security/p5-Digest-MD5 to 2.54 2015-01-14 13:13:12 +00:00
wiz
9a9eb7c217 Update to 2.54:
2015-01-12   Gisle Aas <gisle@ActiveState.com>

   Release 2.54

   David Mitchell: silence some compiler warnings
   Jonathan Hall: Add ->context() feature
   Steve Hay: Sync with blead
   bulk88: const the vtable
   zefram: 5.6 threads test fix
2015-01-14 13:13:05 +00:00
wiz
93d7db3dfa Updated converters/p5-MIME-Base64 to 3.15 2015-01-14 13:12:17 +00:00
wiz
0535526369 Update to 3.15:
2015-01-12   Gisle Aas <gisle@ActiveState.com>

   Release 3.15

   Avoid compilation warnings on Windows.

   Restore compatibility with perl-5.4
2015-01-14 13:12:09 +00:00
wiz
cfdde5e2d4 Updated databases/p5-DBI to 1.633 2015-01-14 13:09:39 +00:00
wiz
ddd744bddd Update to 1.633:
Changes in DBI 1.633 - 11th Jan 2015

    Fixed selectrow_*ref to return undef on error in list context
        instead if an empty list.
    Changed t/42prof_data.t more informative
    Changed $sth->{TYPE} to be NUMERIC in DBD::File drivers as per the
        DBI docs. Note TYPE_NAME is now also available. [H.Merijn Brand]
    Fixed compilation error on bleadperl due DEFSV no longer being an lvalue
        [Dagfinn Ilmari Mannsåker]

    Added docs for escaping placeholders using a backslash.
    Added docs for get_info(9000) indicating ability to escape placeholders.
    Added multi_ prefix for DBD::Multi (Dan Wright) and ad2_ prefix for
        DBD::AnyData2
2015-01-14 13:09:29 +00:00
mef
3300465b60 Update 0.34 to 0.35
0.35  Wed Jan 07  12:00:00 CT 2014
        - Specify a version of JSON::MaybXS in the Makefile to close a test
          failure (test case requires version '1.003000' so we made that the
          required version).
2015-01-14 12:32:39 +00:00
mef
25b3b12eb3 Update 5.71 to 5.72
5.72  2015-01-11
  - Added EXPERIMENTAL support for case-insensitive attribute selectors like
    [foo="bar" i] to Mojo::DOM::CSS.
  - Added max_lines attribute to Mojo::Headers.
  - Improved Mojo::Reactor::EV to update the current time before starting a
    timer.
  - Improved error messages for start-line and header limits.
  - Fixed bug in Mojo::Headers where max_line_size was not checked correctly.
  - Fixed whitespace bug in Mojo::DOM::CSS.
2015-01-14 12:24:41 +00:00
mef
412b17d216 (pkgsrc)
- Add ${PERL5_LICENSE}
 - Add post-patch: target to remove garbage
(upstream)
Update 2.28 to 2.29
2.29 2005-12-10
  - Fixed the setCookie() domain checking to be domain agnostic.
  - Fixed the print(css => []) issue where entries were not being displayed
    one to a line, unless you had postfixed them with \n.
  - If you don't specify a -Options hashref for a select box, it now creates
    an empty one for you instead of blowing an error since this is a usefull
    and valid case.
  - Added #VALUE=x# for Feature Request 1398696.
  - Worked on fixing Bug#1453214 by making the formSubmittedVariable only be
    required when we have form items that depend on it to know what state they
    are in.  checkbox, select, multi-select, select-picker all depend on it.
  - Worked on fixing Bug#1284264 by making the required string only be displayed
    when there are user visible required items.  Improved the createTemplate()
    output to take this into account and to only display the table elements when
    there are user visible form items defined.
  - Fixing bug #1454087.
2015-01-14 12:20:39 +00:00
jperkin
38a3ea1000 Fix build on Snow Leopard which requires the older header location. 2015-01-14 12:10:13 +00:00
jperkin
74d67c539b Add back missing ecj-4.5.jar 2015-01-14 10:36:17 +00:00
obache
7afe7835b5 Updated multimedia/adobe-flash-plugin11 to 11.2.202.429 2015-01-14 09:30:13 +00:00
obache
a4a5a7fec9 Update adobe-flash-plugin11 to 11.2.202.429 for APSB15-01. 2015-01-14 09:30:03 +00:00
obache
0b1b47fe75 Updated inputmethod/ibus-table-others to 1.3.7 2015-01-14 09:24:52 +00:00
obache
f79cea7f45 Update ibus-table-others to 1.3.7.
* Use F1,F2,F3,F4,F5,F6,F7,F8,F9 as select keys for the latex table
* Make rusle agree with http://ru.pc-history.com/wp-content/uploads/ok-keyboard_xt-at1.jpg
2015-01-14 09:24:42 +00:00
wiz
616f7d5ac3 Reset maintainer on his request. 2015-01-14 08:30:41 +00:00
minskim
38a911abe5 Note update of tex-texlive.infra 2015-01-14 04:43:54 +00:00