summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-05-20Fixes for non-dri build:sbd3-3/+21
+ Build the x11 version libGL.so with version numbering major 1 and minor 2, the same a the glx version of libGL (simplifies PLIST handling). + PLIST changes.
2013-05-20Updated math/py-numpy to 1.7.1; net/nmap to 6.25adam1-1/+4
2013-05-20Nmap 6.25:adam8-363/+425
o [NSE] Added CPE to smb-os-discovery output. o [Ncat] Fixed the printing of warning messages for large arguments to the -i and -w options. o [Ncat] Shut down the write part of connected sockets in listen mode when stdin hits EOF, just as was already done in connect mode. o [Zenmap] Removed a crashing error that could happen when canceling a "Print to File" on Windows: Traceback (most recent call last): File "zenmapGUI\MainWindow.pyo", line 831, in _print_cb File "zenmapGUI\Print.pyo", line 156, in run_print_operation GError: Error from StartDoc o [NSE] Added new fingerprints for http-enum: Sitecore, Moodle, typo3, SquirrelMail, RoundCube. o Added some new checks for failed library calls.
2013-05-20Changes 1.7.1:adam6-37/+78
gh-2973 Fix `1` is printed during numpy.test() gh-2983 BUG: gh-2969: Backport memory leak fix 80b3a34. gh-3007 Backport gh-3006 gh-2984 Backport fix complex polynomial fit gh-2982 BUG: Make nansum work with booleans. gh-2985 Backport large sort fixes gh-3039 Backport object take gh-3105 Backport nditer fix op axes initialization gh-3108 BUG: npy-pkg-config ini files were missing after Bento build. gh-3124 BUG: PyArray_LexSort allocates too much temporary memory. gh-3131 BUG: Exported f2py_size symbol prevents linking multiple f2py modules. gh-3117 Backport gh-2992 gh-3135 DOC: Add mention of PyArray_SetBaseObject stealing a reference gh-3134 DOC: Fix typo in fft docs (the indexing variable is 'm', not 'n'). gh-3136 Backport 3128
2013-05-20* Switched to gcc-4.1.2adam19-154/+131
* Clean-up
2013-05-20The configure arg --with-driver= takes 'xlib' OR 'osmesa' not 'xlib,osmesa'.sbd1-2/+2
2013-05-20Fix PLIST.ryoon1-2/+2
Mark debug header file as PLIST.debug.
2013-05-20Updated misc/yelp3 to 3.8.1prlw11-1/+2
2013-05-20Update yelp to 3.8.1prlw13-11/+190
* Added test token for classic mode (Matthias Clasen) * Add keywords to the desktop file (Matthias Clasen) * Fixed handling of xref links with anchors, #686095 (Tails developers) * Fixed various memory management bugs, #683100 (Carlos Garcia Campos) * Added local copy of MathJax for MathML display (Shaun McCance) * Added support for xdg help system in All Documents (Shaun McCance) * Fixed if:test="action:install" (Shaun McCance) * Switched to using 'itstool -j' for XSL domain (Shaun McCance) * Many translation updates
2013-05-20Updated textproc/yelp-xsl to 3.8.1prlw11-1/+2
2013-05-20Update yelp-xsl to 3.8.1prlw14-27/+14
* Added "center" style hint for block title and desc * Added style hints for new Getting Started designs * Fixed incorrect automatic link role for guide links * Support for Mallard conditional language test tokens * Added style="continues" for Mallard lists and steps * Better handling of broken internal Mallard links * MathML support for Mallard and DocBook * Audio and video support for DocBook * Ability to set poster image for video * TTML subtitles for audio and inline media * Updated media controls * Fixed #hash auto-expanding and colorizing * Translator and publisher credits * Use quote char on :before for blockquote * ARIA landmark roles * Changed marker for expanders * Switched ui:expanded to non-experimental * Experimental Mallard UI overlays * Dropped unused DocBook utility XSLT * Use itstool "join mode" for translations * More experimental thumbnail link styles * Many translation updates
2013-05-19add a note about rc.d scripts being updatedjnemeth1-1/+5
2013-05-19dylib entry not needed in PLIST.Darwinadam3-6/+3
2013-05-19Fix previous.wiz1-3/+2
2013-05-19Updated textproc/py-lxml to 3.2.1wiz2-3/+3
2013-05-19Update to 3.2.1:wiz2-7/+6
3.2.1 (2013-05-11) ================== Features added -------------- * The methods ``apply_templates()`` and ``process_children()`` of XSLT extension elements have gained two new boolean options ``elements_only`` and ``remove_blank_text`` that discard either all strings or whitespace-only strings from the result list. Bugs fixed ---------- * When moving Elements to another tree, the namespace cleanup mechanism no longer drops namespace prefixes from attributes for which it finds a default namespace declaration, to prevent them from appearing as unnamespaced attributes after serialisation. * Returning non-type objects from a custom class lookup method could lead to a crash. * Instantiating and using subtypes of Comments and ProcessingInstructions crashed. Other changes ------------- 3.2.0 (2013-04-28) ================== Features added -------------- Bugs fixed ---------- * LP#690319: Leading whitespace could change the behaviour of the string parsing functions in ``lxml.html``. * LP#599318: The string parsing functions in ``lxml.html`` are more robust in the face of uncommon HTML content like framesets or missing body tags. Patch by Stefan Seelmann. * LP#712941: I/O errors while trying to access files with paths that contain non-ASCII characters could raise ``UnicodeDecodeError`` instead of properly reporting the ``IOError``. * LP#673205: Parsing from in-memory strings disabled network access in the default parser and made subsequent attempts to parse from a URL fail. * LP#971754: lxml.html.clean appends 'nofollow' to 'rel' attributes instead of overwriting the current value. * LP#715687: lxml.html.clean no longer discards scripts that are explicitly allowed by the user provided whitelist. Patch by Christine Koppelt. Other changes ------------- 3.1.2 (2013-04-12) ================== Features added -------------- Bugs fixed ---------- * LP#1136509: Passing attributes through the namespace-unaware API of the sax bridge (i.e. the ``handler.startElement()`` method) failed with a ``TypeError``. Patch by Mike Bayer. * LP#1123074: Fix serialisation error in XSLT output when converting the result tree to a Unicode string. * GH#105: Replace illegal usage of ``xmlBufLength()`` in libxml2 2.9.0 by properly exported API function ``xmlBufUse()``. Other changes ------------- 3.1.1 (2013-03-29) ================== Features added -------------- Bugs fixed ---------- * LP#1160386: Write access to ``lxml.html.FormElement.fields`` raised an AttributeError in Py3. * Illegal memory access during cleanup in incremental xmlfile writer. Other changes ------------- * The externally useless class ``lxml.etree._BaseParser`` was removed from the module dict.
2013-05-19Updated devel/glibmm to 2.36.0wiz2-3/+3
2013-05-19Update to 2.36.0:wiz3-357/+33
2.36.0 (stable): Changes since 2.35.9: Glib: * ByteArray: - Add size() and get_data(). - Add a Glib::Value<> template specialization. (José Alburquerque) * VariantBase: Add check_format_string(). (Murray Cumming) Gio: * ApplicationCommandLine: Add get_stdin() and create_file_for_arg(). (Murray Cumming) * AsyncResult: Added is_tagged(). (Murray Cumming) * Credentials: Add get_unix_pid(). (José Alburquerque) * DesktopAppInfo: Add has_key(), get_string() and get_boolean(). (Murray Cumming) * FileEnumerator: Add get_child(). (Murray Cumming) * FileInfo: Add get_deletion_date(). (Murray Cumming) * SocketClient: Add get/set_tls(), get/set_tls_validation_flags(), get/set_proxy_resolver(). Added timeout, tls, enable-proxy, tls-validation, and proxy-resolver properties. Added the event signal. (Murray Cumming) gmmproc: * Verify that void methods should not return a value. (José Alburquerque) Bug #696364 * Parse the argument list of methods correctly. (José Alburquerque) Build: * Visual Studio Projects: Fix and update. (Chun-wei Fan) * Add a test of implementing an interface, to detect the problem in glib 2.36.0 and the expected problem with glib >= 2.37.0 See bug #697229 (Murray Cumming) 2.35.9 (unstable): Glib: * Add edByteArray, because it is used in the GTls* API. (José Alburquerque) * AppInfo::get_all(): Fix ownerships. (Pavel Vasi) Bug #694505 Gio: * TlsFileDatabase: Add the create() method. (José Alburquerque) * TlsCertificate: Add the certificate property. (José Alburquerque) * TlsClientConnection: Add get_accepted_cas() and the "accepted-cas" property. (José Alburquerque) * TlsDatabase: Add the lookup_certificates_issued_by*() methods and virtual functions. Correct a TlsCertificate conversion for the virtual functions so that the underlying GObject is properly copied from the C++ wrapper. (José Alburquerque) * TlsInteraction: Add the virtual functions. (José Alburquerque) 2.35.8 (unstable): Glib: * Resolver: Add lookup_records(), lookup_records_async() and lookup_records_finish(). (José Alburquerque) * Signal*::connect(): Make them less thread-unsafe. (Kjell Ahlstedt) Bug #396958 (Daniel Elstner, Chris Vine) * Threads: Add create(slot, name) to create named threads. (Andrew Potter) Bug #689863 * Variant: Allow containing complex types in arrays and in variants. (José Alburquerque) * Variant: Don't refsink variants created using the custom cast ctor. (José Alburquerque) * Variant< std::vector<std::string> >: Add create_from_object_paths(). (José Alburquerque) * VariantBase: Add operator for BoolExpr (const void*). (Andrew Potter) Bug #690121 * VariantType: Add create_tuple(). (Andrew Potter) Bug #688682 * VariantType: Correct the referencing in the create*() methods. (José Alburquerque) Bug #688440 (Andrew Potter) Gio: * AppInfo: Add create_duplicate(). (José Alburquerque) * DesktopAppInfo: Add some new getter methods. (José Alburquerque) * File: Remove refreturn to avoid memory leaks. (Kjell Ahlstedt) Bug #691606 (Dodak4Gi) * MemoryOutputStream: Add the steal_as_bytes() method. (José Alburquerque) * SimpleAction: Fix stateful action constructor typo, allowing use. (Andrew Potter) Bug #690122 * SocketConnection: Add connect*() and is_connected() methods. (José Alburquerque) * ThemedIcon: Wrap the "names" property. (José Alburquerque) * Add TlsConnection, TlsClient, TlsServer, TlsDatabase, TlsCertificate, TlsPassword, TlsFileDatabase and TlsInteraction. (José Alburquerque) * UnixConnection: Add [receive|send]_credentials_[async|finish](). (José Alburquerque) Gio::DBus: * DBus::[Connection|Proxy]: Use ifdefs for the UnixFDList call*() methods. (José Alburquerque) gmmproc: * gmmproc: _WRAP_VFUNC: Support the wrapping of slots. (José Alburquerque) * gmmproc: _WRAP_METHOD: Support wrapping methods with slots. (José Alburquerque) Bug #688587 * gmmproc: _WRAP_METHOD: Ensure that slot parameters can be optional. (José Alburquerque) * gmmproc: _WRAP_[CREATE|CTOR|METHOD]: Allow any order of {} options. (José Alburquerque) * gmmproc: _WRAP_ENUM: Skip enum constants whose names are deleted. (Kjell Ahlstedt) Bug #544694 (Murray Cumming) * gmmproc: _WRAP_CTOR: Handle *_new() functions with a final GError**. (José Alburquerque) Bug #687959 Documentation: * Signal[Timeout|Idle]::connect_once() docs: Warn about thread-unsafety. (Kjell Ahlstedt) Bug #396963 (Daniel Elstner, Chris Vine) * ThreadPool::push() docs: Note that sigc::trackable is not thread-safe. (Kjell Ahlstedt) Bug #512348 (Chris Vine) * Threads::Thread::create(): Update the documentation. (Kjell Ahlstedt) Bug #512348 (Chris Vine) * SignalProxy: Fix the documentation, especially of connect_notify(). (Kjell Ahlstedt) Bug #126213, comment 5. * Gio::Action: Add more documentation of get_state_hint() and get_state(). (Kjell Ahlstedt) Bug #690134 (Andrew Potter) * Predefine G_OS_UNIX or G_OS_WIN32 in Doxygen's configuration file. (Kjell Ahlstedt) * gmmproc: Improve the conversion of documentation to Doxygen format. (Kjell Ahlstedt) * Documentation: Fix many warnings from Doxygen. (Kjell Ahlstedt) * gmmproc: Make enum documentation possible. (José Alburquerque) Bug #544694 (Murray Cumming) * gmmproc: Improve the search for documentation of enums. (Kjell Ahlstedt) * gmmproc: Documentation: Adjust if the method has a slot param. (José Alburquerque) Bug #688587. * docextract_to_xml.py: Replace &colon; with ':' in generated XML files. (José Alburquerque) * gmmproc: Improve the documentation of properties. (Kjell Ahlstedt) * ustring docs: The global locale should be set when using C++ streams. (Debarshi Ray) Bug #661588 Build/Other: * DBus::[Connection|Proxy]: Change ifdef G_OS_LINUX to ifdef G_OS_UNIX. (Kjell Ahlstedt) * ContentType: Fix typo in the content_type_get_symbolic_icon() implementation. (José Alburquerque) * Remove the use of g_type_init() because it has been deprecated. (José Alburquerque) * Strip trailing whitespace. (Mark Vender) * Fix the build with warnings enabled. (Murray Cumming)
2013-05-19Updated devel/slib to 3.2.4wiz1-1/+2
2013-05-19Update to 3b4 (pkgsrc 3.2.4):wiz3-9/+11
slib-3b4 news: slib-3b4 is a minor release. Details at <http://cvs.savannah.gnu.org/viewvc/*checkout*/slib/slib/ChangeLog> From Andy Wingo * guile-2.init, guile.init: Factor an initialization file for Guile 2.0 and later out of guile.init. This does not change the interface, though -- loading guile.init will load guile-2.init if appropriate, and otherwise executes its own code. * slib.nsi, Makefile (ifiles): Update build scripts. From Pierpaolo Bernardi * wttree.scm (wt-tree/union-merge): Added from MIT-Scheme; updated license. From Kazu Yamamoto * wttree.scm: Fixed bug where tree balance was lost by deletions <http://hagi.is.s.u-tokyo.ac.jp/~yh/bst.pdf>. * wttree-test.scm (prop-wt-tree/index): Now covers everything which wttest.scm does, replacing wttest.scm. From Bill Schottstaedt (using Scheme-lint) * Cleaned up and removed unused variables from 10 files From Aubrey Jaffer <agj@alum.mit.edu> * slib.sh, gosh.init: Added support for (gosh) Gauche-0.9. * mitscheme.init: Removed support for defmacro when (mit-scheme-release >= 9 0). * Makefile (snapdir, infodir, htmldir): Added defaults so make works with empty "config.status". * strsrch.scm (substring?, substring-ci?): Replaced the skip-vector with an alist (to work with wide characters). * scanf.scm (*scanf): Handle array-ref argument expressions. * logical.scm (integer->list): Negative k not allowed. * structure.scm (define-structure): Reconciled with documentation. * grapheps.ps (whole-page): Extract bounds from %%BoundingBox. Squelch trailing .0 in axis numbers. * grapheps.scm, grapheps.ps (plot-text-column): Added. (set-font): Take optional "encoding" argument. * uri.scm (uri:decode-query): Don't split values on cr. * mkclrnam.scm (load-rgb-txt): Added methods for XKCD dictionary, "bang" dictionary, FED-STD-595C, and "ntc.js". * colorspc.scm (L*a*b*:DE*94): From <http://www.brucelindbloom.com/index.html?Eqn_DeltaE_CIE94.html> replaced wedged L*C*h:DE*94.
2013-05-19Updated audio/cd-discid to 1.4wiz2-3/+3
2013-05-19Update to 1.4:wiz3-34/+32
cd-discid 1.4 * Make it possible to prevent stripping e.g. with STRIP=/bin/true. * Add support for "make install DESTDIR=...". * Add '--help' and '--version' options. * Misc fixes.
2013-05-19Updated devel/py-cython to 0.19.1wiz2-3/+3
2013-05-19Update to 0.19.1:wiz2-6/+6
0.19.1 (2013-05-11) =================== Features added -------------- * Completely empty C-API structs for extension type slots (protocols like number/mapping/sequence) are no longer generated into the C code. * Docstrings that directly follow a public/readonly attribute declaration in a cdef class will be used as docstring of the auto-generated property. This fixes ticket 206. * The automatic signature documentation tries to preserve more semantics of default arguments and argument types. Specifically, ``bint`` arguments now appear as type ``bool``. * A warning is emitted when negative literal indices are found inside of a code section that disables ``wraparound`` handling. This helps with fixing invalid code that might fail in the face of future compiler optimisations. * Constant folding for boolean expressions (and/or) was improved. * Added a build_dir option to cythonize() which allows one to place the generated .c files outside the source tree. Bugs fixed ---------- * ``isinstance(X, type)`` failed to get optimised into a call to ``PyType_Check()``, as done for other builtin types. * A spurious "from datetime cimport *" was removed from the "cpython" declaration package. This means that the "datetime" declarations (added in 0.19) are no longer available directly from the "cpython" namespace, but only from "cpython.datetime". This is the correct way of doing it because the declarations refer to a standard library module, not the core CPython C-API itself. * The C code for extension types is now generated in topological order instead of source code order to avoid C compiler errors about missing declarations for subtypes that are defined before their parent. * The ``memoryview`` type name no longer shows up in the module dict of modules that use memory views. This fixes trac ticket 775. * Regression in 0.19 that rejected valid C expressions from being used in C array size declarations. * In C++ mode, the C99-only keyword ``restrict`` could accidentally be seen by the GNU C++ compiler. It is now specially handled for both GCC and MSVC. * Testing large (> int) C integer values for their truth value could fail due to integer wrap-around. Other changes -------------
2013-05-19Updated devel/mercurial to 2.6.1wiz2-3/+3
2013-05-19Update to 2.6.1:wiz2-6/+6
This is an unscheduled bugfix release to address some minor regressions in the 2.6 release. convert: fix bug of wrong CVS path parsing without port number (issue3678) help/config: note 64-bit Windows registry key used with 32-bit Python hfs+: rewrite percent-escaper (issue3918) hgignore: fix regression with hgignore directory matches (issue3921) highlight: fix page layout with empty first and last lines largefiles: check existence of the file with case awareness of the filesystem largefiles: check unknown files with case awareness of the filesystem pathencode: grow buffers to increase safety margin revert: ensure that copies and renames are honored (issue3920) subrepo: open files in 'rb' mode to read exact data in (issue3926) windows: check target type before actual unlinking to follow POSIX semantics
2013-05-19Updated devel/py-distribute to 0.6.40wiz2-3/+3
2013-05-19Update to 0.6.40:wiz3-7/+10
------ 0.6.40 ------ * Issue #376: brought back cli.exe and gui.exe that were deleted in the previous release; ------ 0.6.39 ------ * Add support for console launchers on ARM platforms. * Fix possible issue in GUI launchers where the subsystem was not supplied to the linker. * Launcher build script now refactored for robustness. * Issue #375: Resources extracted from a zip egg to the file system now also check the contents of the file against the zip contents during each invocation of get_resource_filename. ------ 0.6.38 ------ * Issue #371: The launcher manifest file is now installed properly. ------ 0.6.37 ------ * Issue #143: Launcher scripts, including easy_install itself, are now accompanied by a manifest on 32-bit Windows environments to avoid the Installer Detection Technology and thus undesirable UAC elevation described in `this Microsoft article <http://technet.microsoft.com/en-us/library/cc709628%28WS.10%29.aspx>`_.
2013-05-19+ MesaLib-9.1.2, autogen-5.17.4, cd-discid-1.4, glu-9.1.2,wiz1-10/+13
mercurial-2.6.1, perl-5.18.0, poppler-0.22.4, py-distribute-0.6.40, slib-3b4, x264-devel-20130518, xf86-video-mga-1.9.100. - gtk3-3.8.0, some X packages now packaged for wip
2013-05-19Note update of the "wireshark" package to version 1.8.7.tron2-3/+3
2013-05-19Update "wireshark" package to version 1.8.7. Changes since 1.8.6:tron2-6/+6
- Bug Fixes The following vulnerabilities have been fixed. o wnpa-sec-2013-23 The RELOAD dissector could go into an infinite loop. Discovered by Evan Jensen. (Bug 8364, (Bug 8546) Versions affected: 1.8.0 to 1.8.6. CVE-2013-2486 CVE-2013-2487 o wnpa-sec-2013-24 The GTPv2 dissector could crash. (Bug 8493) Versions affected: 1.8.0 to 1.8.6. o wnpa-sec-2013-25 The ASN.1 BER dissector could crash. (Bug 8599) Versions affected: 1.8.0 to 1.8.6, 1.6.0 to 1.6.14. o wnpa-sec-2013-26 The PPP CCP dissector could crash. (Bug 8638) Versions affected: 1.8.0 to 1.8.6. o wnpa-sec-2013-27 The DCP ETSI dissector could crash. Discovered by Evan Jensen. (Bug 8231, bug 8540, bug 8541) Versions affected: 1.8.0 to 1.8.6. o wnpa-sec-2013-28 The MPEG DSM-CC dissector could crash. (Bug 8481) Versions affected: 1.8.0 to 1.8.6. o wnpa-sec-2013-29 The Websocket dissector could crash. Discovered by Moshe Kaplan. (Bug 8448, Bug 8499) Versions affected: 1.8.0 to 1.8.6. o wnpa-sec-2013-30 The MySQL dissector could go into an infinite loop. Discovered by Moshe Kaplan. (Bug 8458) Versions affected: 1.8.0 to 1.8.6. o wnpa-sec-2013-31 The ETCH dissector could go into a large loop. Discovered by Moshe Kaplan. (Bug 8464) Versions affected: 1.8.0 to 1.8.6. The following bugs have been fixed: o The Windows installer and uninstaller does a better job of detecting running executables. o Library mismatch when compiling on a system with an older Wireshark version. (Bug 6011) o SNMP dissector bug: STATUS_INTEGER_DIVIDE_BY_ZERO. (Bug 7359) o A console window is never opened. (Bug 7755) o GSM_MAP show malformed Packets when two IMSI. (Bug 7882) o Fix include and libs search path when cross compiling. (Bug 7926) o PER dissector crash. (Bug 8197) o pcap-ng: name resolution block is not written to file on save. (Bug 8317) o Incorrect RTP statistics (Lost Packets indication not ok). (Bug 8321) o Decoding of GSM MAP E164 Digits. (Bug 8450) o Silent installer and uninstaller not silent. (Bug 8451) o Replace use of INCLUDES with AM_CPPFLAGS in all Makefiles to placate recent autotools. (Bug 8452) o Wifi details are not stored in the Decryption Key Management dialog (post 1.8.x). (Bug 8446) o IO Graph should not be limited to 100k points (NUM_IO_ITEMS). (Bug 8460) o geographical_description: hf_gsm_a_geo_loc_deg_of_long 24 bit field truncated to 23 bits. (Bug 8532) o IRC message with multiple params causes malformed packet exception. (Bug 8548) o Part of Ping Reply Message in ICMPv6 Reply Message is marked as "Malformed Packet". (Bug 8554) o MP2T wiretap heuristic overriding ERF. (Bug 8556) o Cannot read content of Ran Information Application Error Rim Container. (Bug 8559) o Endian error and IP:Port error when decoding BT-DHT response message. (Bug 8572) o "ACE4_ADD_FILE/ACE4_ADD_SUBDIRECTORY" should be "ACE4_APPEND_DATA / ACE4_ADD_SUBDIRECTORY". (Bug 8575) o wireshark crashes while displaying I/O Graph. (Bug 8583) o GTPv2 MM Context (UMTS Key, Quad, and Quint Decoded) incorrectly. (Bug 8596) o DTLS 1.2 uses wrong PRF. (Bug 8608) o RTP DTMF digits are no longer displayed in VoIP graph analysis. (Bug 8610) o Universal port not accepted in RSA Keys List window. (Bug 8618) o Wireshark Dissector bug with HSRP Version 2. (Bug 8622) o LISP control packet incorrectly identified as LISP data based when UDP source port is 4341. (Bug 8627) o Bad tcp checksum not detected. (Bug 8629) o AMR Frame Type uses wrong Value String. (Bug 8681) - Updated Protocol Support AMR, ASN.1 BER, BAT, Bluetooth DHT, BSSGP, DTLS, E.164, Ericsson A-bis OML, GSM A, GSM MAP, HDFSDATA, ICMP, ICMPv6, ixveriwave, IRC, KDSP, LISP Data, MMS, NFS, OpenWire, PPP, RELOAD, RTP, SASP, SIP, SSL/TLS, TCP, UA3G - New and Updated Capture File Support Endace ERF, NetScreen snoop.
2013-05-19Bump package revision. This package is completely broken under Mac OS Xtron1-2/+2
without a fix committed at 2013-05-13 by Adam Ciarcinski.
2013-05-19Updated www/apache-tomcat7 to 7.0.40ryoon1-1/+2
2013-05-19Update to 7.0.40ryoon3-8/+8
Changelog: Tomcat 7.0.40 Released 2013-05-09 The Apache Tomcat Project is proud to announce the release of version 7.0.40 of Apache Tomcat. This release contains a security fix and a number of bug fixes and improvements compared to version 7.0.39. The notable changes include: A fix for CVE-2013-2071 (bug 54178) an information disclosure issue. Various fixes to stop Tomcat attempting to parse text that looks like an EL expression in a JSP document as an EL expression when EL expressions are either not permitted or not enabled. Improved handling and reporting if a ConcurrentModificationException occurs while checking for memory leaks when a web application is being stopped.
2013-05-19Updated www/firefox17-l10n to 17.0.6ryoon1-1/+2
2013-05-19Update to 17.0.6ryoon2-258/+258
* Sync with firefox-17.0.6
2013-05-19Update xulrunner/firefox to 17.0.6.ryoon1-1/+3
2013-05-19Update to 21.0.ryoon1-2/+1
* Reset PKGREVISION.
2013-05-19Update to 17.0.6ryoon3-7/+8
Changelog: FIXED Security fixes can be found here Fixed in Firefox ESR 17.0.6 MFSA 2013-48 Memory corruption found using Address Sanitizer MFSA 2013-47 Uninitialized functions in DOMSVGZoomEvent MFSA 2013-46 Use-after-free with video and onresize event MFSA 2013-44 Local privilege escalation through Mozilla Maintenance Service MFSA 2013-42 Privileged access for content level constructor MFSA 2013-41 Miscellaneous memory safety hazards (rv:21.0 / rv:17.0.6)
2013-05-19Fix gnome option.ryoon2-3/+5
This is related to PR pkg/47801. But devel/xulrunner is broken now.
2013-05-19Updated www/firefox-l10n to 21.0ryoon1-1/+2
2013-05-19Update to 21.0ryoon3-9439/+11084
* SYnc with firefox-21.0
2013-05-19Updated sysutils/dmidecode to 2.12shattered2-3/+3
2013-05-19Update to 2.12. Changes:shattered2-6/+6
Update to support SMBIOS specification version 2.8.0.
2013-05-19Remove 'python' option (was required for DVD support) and 'bacula-static'shattered4-36/+6
option (broken upstream, no sign of a upcoming fix)
2013-05-19Updated math/fricas to 1.2.0asau1-1/+2
2013-05-19Update to FriCAS 1.2.0asau3-7/+9
Notable changes (compared to version 1.1.8): - New MatrixManipulation package. - New ParallelIntegrationTools package. - Gruntz algorithm in now used also for finite one-sided limits. - FriCAS has now true 2-dimensional arrays (previously they were emulated using vectors of vectors). - Speedups in some matrix operations and in arithmetic with algebraic expressions. - FreeModule is now more general, it allows Comparable as second argument. - Changed Spad parser, it now uses common scanner with interpreter. Spad language is now closer to interpreter language and Aldor. 'leave' is removed, 'free', 'generate' and 'goto' are now keywords. Pile rules changed slightly, they should be more intuitve now. Error messages from Spad parser should be slightly better. Bug fixes, in particular: - Fixed a few build problems. - Eliminated division by 0 during 'normalize'. - 'nthRootIfCan' removes leading zeros from generalized series (this avoids problems with power series expanders). - Fixed corruption of formal derivatives. - Fixed two problems with fortan output. - Fixed ')untrace' and ')undo'. Fixed ')trace' with ECL. - Fixed problem with calling efricas if user default shell is (t)csh.
2013-05-19TLS is not supported by NetBSD<6.obache1-1/+6
2013-05-19Fix building on Mac OS X with Xcode 4.6adam2-1/+17
2013-05-19Updated www/firefox to 21.0ryoon1-1/+2