Commit graph

250485 commits

Author SHA1 Message Date
wiz
9839f9a066 Simplify for pkglint. 2016-06-16 12:58:07 +00:00
prlw1
d210e644ea Updated www/apache-tomcat8 to 8.0.36 2016-06-16 12:44:22 +00:00
prlw1
f779e840dc Update apache-tomcat8 to 8.0.36
Huge number of fixes listed at

  http://tomcat.apache.org/tomcat-8.0-doc/changelog.html

Highlights of fixes:

     * Fix: RMI Target related memory leaks are avoidable which makes them
       an application bug that needs to be fixed rather than a JRE bug to
       work around. Therefore, start logging RMI Target related memory
       leaks on web application stop. Add an option that controls if the
       check for these leaks is made. Log a warning if running on Java 9
       with this check enabled but without the command line option it
       requires. (markt)
     * Fix: Ensure NPE will not be thrown during deployment when scanning
       jar files without MANIFEST.MF file. (violetagg)
     * Fix: 59604: Correct the assumption made in the URL decoding that
       the default platform encoding is always compatible with ISO-8859-1.
       This assumption is not always valid, e.g. on z/OS. (markt)
     * Fix: 59608: Skip over any invalid Class-Path attribute from JAR
       manifests. Log errors at debug level due to many bad libraries.
       (remm)
     * Fix: Ensure that requests with HTTP method names that are not
       tokens (as required by RFC 7231) are rejected with a 400 response.
       (markt)
     * Fix: When an asynchronous request is processed by the AJP
       connector, ensure that request processing has fully completed
       before starting the next request. (markt)
     * Fix: If an async dispatch results in the completion of request
       processing, ensure that any remaining request body is swallowed
       before starting the processing of the next request else the
       remaining body may be read as the start of the next request leading
       to a 400 response. (markt)
     * Fix: Fix a memory leak in the expression language implementation
       that caused the class loader of the first web application to use
       expressions to be pinned in memory. (markt)
     * Fix: Correctly configure the base path for a resources directory
       provided by an expanded JAR file. Patch provided by hengyunabc.
       (markt)
     * Fix: 59317: Ensure that HttpServletRequest.getRequestURI() returns
       an encoded URI rather than a decoded URI after a dispatch. (markt)

Highlights of non-fixes:

     * Update: Update the internal fork of Commons DBCP 2 to r1743696
       (2.1.1 plus additional fixes). (markt)
     * Update: Update the internal fork of Commons Pool 2 to r1743697
       (2.4.2 plus additional fixes). (markt)
     * Update: Update the internal fork of Commons File Upload to r1743698
       (1.3.1 plus additional fixes). (markt)
     * Update: Update the option code coverage tool Cobertura to 2.1.1 so
       it is easier to compare the change in lines of code between 8.0.x
       and 9.0.x. (markt)
     * Add: Add a new environment variable JSSE_OPTS that is intended to
       be used to pass JVM wide configuration to the JSSE implementation.
       The default value is -Djdk.tls.ephemeralDHKeySize=2048 which
       protects against weak Diffie-Hellman keys with Java 8. (markt)
     * Update: Exclude ciphers that use RSA keys from the default cipher
       list since they do not support forward secrecy. (markt)
     * Update: Update the packaged version of the Tomcat Native Library to
       1.2.7 to pick up the Windows binaries that are based on OpenSSL
       1.0.2h and APR 1.5.2. (markt)
2016-06-16 12:44:01 +00:00
wiz
372f9f8dc6 Fix tex-fix2col* version in dependency pattern. 2016-06-16 12:37:54 +00:00
ryoon
cd6a1fcdb9 Updated www/firefox-l10n to 47.0 2016-06-16 12:30:57 +00:00
ryoon
a4a6f53777 Update to 47.0
* Sync with firefox-47.0
2016-06-16 12:29:55 +00:00
ryoon
e16e423b0e Updated www/firefox to 47.0 2016-06-16 12:08:47 +00:00
ryoon
ca8e685613 Update to 47.0
* Remove macOS patches, because I cannot confirm them sadly

Changelog:
New
    Support for Google’s Widevine CDM on Windows and Mac OS X so streaming services like Amazon Video can switch from Silverlight to encrypted HTML5 video.
    Enable VP9 video codec for users with fast machines
    Embedded YouTube videos now play with HTML5 video if Flash is not installed.
    View and search open tabs from your smartphone or another computer in a sidebar
    Allow no-cache on back/forward navigations for https resources
    Latgalu [ltg] locale added. Wikipedia tells us there are 164,500 daily speakers.

Fixed
    Various security fixes

Changed
    FUEL (Firefox User Extension Library) has been removed. Add-ons relying on it will stop working.
    The browser.sessionstore.restore_on_demand preference has been reset to its default value (true) to avoid e10s performance problems. Because faster is better!
    The Firefox click-to-activate plugin whitelist has been removed.
    XRender is no longer used for rendering web content on Linux as this may cause a regression in remote X performance

Developer
    Web platform changes
    View, start,and debug registered Service Workers in the Service Workers developer tool
    Simulate Push messages in the Service Workers developer tool
    'Start' button for service workers in about:debugging to start registered Service Workers
    Changes that can affect add-on compatibility
    Added support for ChaCha20/Poly1305 cipher suites
    Custom user agents supported in Responsive Design Mode
    Smart multi-line input in the Web Console

Developer Information
HTML5
    cuechange events are now available on TextTrack objects
    WebCrypto: PBKDF2 supports SHA-2 hash algorithms
    WebCrypto: RSA-PSS signature support


Fixed in Firefox 47
    2016-61 Network Security Services (NSS) vulnerabilities
    2016-60 Java applets bypass CSP protections
    2016-59 Information disclosure of disabled plugins through CSS pseudo-classes
    2016-58 Entering fullscreen and persistent pointerlock without user permission
    2016-57 Incorrect icon displayed on permissions notifications
    2016-56 Use-after-free when textures are used in WebGL operations after recycle pool destruction
    2016-55 File overwrite and privilege escalation through Mozilla Windows updater
    2016-54 Partial same-origin-policy through setting location.host through data URI
    2016-53 Out-of-bounds write with WebGL shader
    2016-52 Addressbar spoofing though the SELECT element
    2016-51 Use-after-free deleting tables from a contenteditable document
    2016-50 Buffer overflow parsing HTML5 fragments
    2016-49 Miscellaneous memory safety hazards (rv:47.0 / rv:45.2)
2016-06-16 12:08:21 +00:00
youri
2b3d6ae8f1 mate-system-monitor: Fix build. 2016-06-16 10:00:46 +00:00
prlw1
a668ed0556 Change compiler selection logic from "gcc 5" to "gcc >= 5"
(&& gcc == 0 was there such a thing?) as requested by joerg@
2016-06-16 09:58:19 +00:00
fhajny
c4c705b543 Switch to security/mbedtls1/buildlink3.mk. Bump PKGREVISION. 2016-06-16 09:24:42 +00:00
fhajny
6c9436477d Added security/mbedtls1 version 1.3.16 2016-06-16 09:23:35 +00:00
fhajny
9ff6012569 Enable security/mbedtls1 2016-06-16 09:22:18 +00:00
fhajny
8da3ce9bdd Import mbedtls-1.3.16 as security/mbedtls1.
This is based on security/mbedtls and only meant for compatibility
with software that doesn't support mbedtls>=2 yet (mainly requires
the PolarSSL compatibility layer).
2016-06-16 09:21:11 +00:00
youri
0622bfc9e7 Add msgfmt to tools. 2016-06-16 08:36:06 +00:00
youri
8ed3be078c Sync PLIST. 2016-06-16 08:35:26 +00:00
roy
e6d50c8187 Updated devel/fossil to 1.35 2016-06-16 08:34:52 +00:00
roy
3f16bba719 Update to fossil-1.35, principal changes include:
*  Enable symlinks by default on all non-Windows platforms.
  *  Enhance the Markdown formatting so that hyperlinks that begin with "/" are relative to the root of the Fossil repository.
  *  Rework the /setup_list page (the User List page) to display all users in a click-to-sort table.
  *  Fix backslash-octal escape on filenames while importing from git
  *  When markdown documents begin with <h1> HTML elements, use that header at the document title.
  *  Added the /bigbloblist page.
  *  Enhance the /finfo page so that when it is showing the ancestors of a particular file version, it only shows direct ancestors and omits changes on branches, thus making it show the same set of ancestors that are used for /blame.
  *  Added the --page option to the fossil ui command
  *  Added the fossil bisect ui command
  *  Enhanced the fossil diff command so that it accepts directory names as arguments and computes diffs on all files contained within those directories.
  *  Fix the fossil add command so that it shows "SKIP" for files added that were already under management.
  *  TH1 enhancements:
    *    Add [array exists] command.
    *    Add minimal [array names] command.
    *    Add tcl_platform(engine) and tcl_platform(platform) array elements.
  *  Get autosetup working with MinGW.
  *  Fix autosetup detection of zlib in the source tree.
  *  Added autosetup detection of OpenSSL when it may be present under the "compat" subdirectory of the source tree.
  *  Added the fossil reparent command
  *  Added --include and --exclude options to fossil tarball and fossil zip and the in= and ex= query parameters to the /tarball and /zip web pages.
  *  Add support for encrypted Fossil repositories.
  *  If the FOSSIL_PWREADER environment variable is set, then use the program it names in place of getpass() to read passwords and passphrases
  *  Option --baseurl now works on Windows.
  *  Numerious documentation improvements.
  *  Update the built-in SQLite to version 3.13.0.
2016-06-16 08:34:29 +00:00
wiz
478046491d Add missing includes.
Used by xalleg.h, noticed when building wip/ags.
2016-06-16 06:00:46 +00:00
rumko
500bbf45da Remove duplicate changes entry for devel/bullet 2016-06-16 05:30:04 +00:00
markd
43585af2e9 TexLive 2016 update 2016-06-16 04:14:44 +00:00
markd
531f235efa Updated to TexLive 2016:
Updated textproc/makeindexk to 2.15nb8
	Updated textproc/mendexk to 2.6fnb6
2016-06-16 04:11:50 +00:00
markd
ddbbd9b8c6 Add tex-pbibtex-base{,-doc} tex-ptex-base{,-doc} tex-tex-ini-files{,-doc}
tex-unicode-data{,-doc} tex-updmap-map
2016-06-16 04:11:08 +00:00
markd
cef6fb0bd8 Updated to TexLive 2016:
Updated print/cjkutils to 4.8.4nb1
	Updated print/dviljk to 2.6.5nb7
	Updated print/dvipdfmx to 20160307
	Updated print/dvipsk to 5.996
	Updated print/kpathsea to 6.2.2
	Updated print/lacheck to 1.28nb1
	Updated print/luatex to 0.95
	Updated print/ptexenc to 1.3.4
	Updated print/seetexk to 1.1nb2
	Updated print/tex4ht to 0.0.20160522
	Updated print/vlna to 1.5nb2
	Updated print/web2c to 2016
	Updated print/xdvik to 22.87.03
	Updated print/xetex to 0.99996
	Updated print/xpdfopen to 0.86nb1
	Updated print/tex-IEEEtran{,-doc} to 1.8b
	Updated print/tex-abc{,-doc} to 2.0b
	Updated print/tex-aleph to 0.2.40768
	Updated print/tex-algorithm2e{,-doc} to 5.1
	Updated print/tex-algorithms{,-doc} to 0.1
	Updated print/tex-amsmath{,-doc} to 2.15b
	Updated print/tex-babel{,-doc} to 3.9r
	Updated print/tex-babel-bosnian to 1.1
	Updated print/tex-babel-estonian to 1.1a
	Updated print/tex-babel-french to 3.2c
	Updated print/tex-babel-friulan to 1.3
	Updated print/tex-babel-greek to 1.9f
	Updated print/tex-babel-hungarian to 1.5c
	Updated print/tex-babel-icelandic to 1.2b
	Updated print/tex-babel-latin to 3.5
	Updated print/tex-babel-russian to 1.3h
	Updated print/tex-babel-spanish to 5.0p
	Updated print/tex-babel-vietnamese to 1.4
	Updated print/tex-babel-welsh to 1.1a
	Updated print/tex-biblatex{,-doc} to 3.4
	Updated print/tex-booktabs{,-doc} to 1.618033
	Updated print/tex-breqn to 0.98d
	Updated print/tex-caption{,-doc} to 20160202
	Updated print/tex-chess-problem-diagrams{,-doc} to 1.12
	Updated print/tex-cjk-gs-integrate{,-doc} to 20160115.0
	Updated print/tex-cjk-ko{,-doc} to 1.8
	Updated print/tex-cjkpunct{,-doc} to 4.8.4
	Updated print/tex-context{,-doc} to 2016
	Updated print/tex-csplain to 2016
	Updated print/tex-csquotes{,-doc} to 5.1g
	Updated print/tex-ctable to 1.31
	Updated print/tex-cweb{,-doc} to 3.64af
	Updated print/tex-datatool{,-doc} to 2.25
	Updated print/tex-dvipdfmx{,-doc} to 2016
	Updated print/tex-dvipdfmx-def to 4.08
	Updated print/tex-dvips{,-doc} to 2016
	Updated print/tex-eplain{,-doc} to 3.8
	Updated print/tex-etex-pkg{,-doc} to 2.6
	Updated print/tex-europasscv{,-doc} to 2016
	Updated print/tex-fix2col{,-doc} to 0.04
	Updated print/tex-font-change{,-doc} to 2015.2
	Updated print/tex-glossaries{,-doc} to 4.23
	Updated print/tex-graphics{,-doc} to 1.0r
	Updated print/tex-hausarbeit-jura{,-doc} to 1.4
	Updated print/tex-hyperref{,-doc} to 6.83n
	Updated print/tex-hyph-utf8{,-doc} to 2016
	Updated print/tex-hyphen-afrikaans to 2016
	Updated print/tex-hyphen-ancientgreek to 2016
	Updated print/tex-hyphen-arabic to 2016
	Updated print/tex-hyphen-armenian to 2016
	Updated print/tex-hyphen-base to 2016
	Updated print/tex-hyphen-basque to 2016
	Updated print/tex-hyphen-bulgarian to 2016
	Updated print/tex-hyphen-catalan to 2016
	Updated print/tex-hyphen-chinese to 2016
	Updated print/tex-hyphen-coptic to 2016
	Updated print/tex-hyphen-croatian to 2016
	Updated print/tex-hyphen-czech to 2016
	Updated print/tex-hyphen-danish to 2016
	Updated print/tex-hyphen-dutch to 2016
	Updated print/tex-hyphen-english to 2016
	Updated print/tex-hyphen-esperanto to 2016
	Updated print/tex-hyphen-estonian to 2016
	Updated print/tex-hyphen-ethiopic to 2016
	Updated print/tex-hyphen-farsi to 2016
	Updated print/tex-hyphen-finnish to 2016
	Updated print/tex-hyphen-french to 2016
	Updated print/tex-hyphen-friulan to 2016
	Updated print/tex-hyphen-galician to 2016
	Updated print/tex-hyphen-georgian to 2016
	Updated print/tex-hyphen-german to 2016
	Updated print/tex-hyphen-greek to 2016
	Updated print/tex-hyphen-hungarian to 2016
	Updated print/tex-hyphen-icelandic to 2016
	Updated print/tex-hyphen-indic to 2016
	Updated print/tex-hyphen-indonesian to 2016
	Updated print/tex-hyphen-interlingua to 2016
	Updated print/tex-hyphen-irish to 2016
	Updated print/tex-hyphen-italian to 2016
	Updated print/tex-hyphen-kurmanji to 2016
	Updated print/tex-hyphen-latin to 3.1.2016
	Updated print/tex-hyphen-latvian to 2016
	Updated print/tex-hyphen-lithuanian to 2016
	Updated print/tex-hyphen-mongolian to 2016
	Updated print/tex-hyphen-norwegian to 2016
	Updated print/tex-hyphen-piedmontese to 2016
	Updated print/tex-hyphen-polish to 3.0a.2016
	Updated print/tex-hyphen-portuguese to 2016
	Updated print/tex-hyphen-romanian to 2016
	Updated print/tex-hyphen-romansh to 2016
	Updated print/tex-hyphen-russian to 2016
	Updated print/tex-hyphen-sanskrit to 2016
	Updated print/tex-hyphen-serbian to 1.0a.2016
	Updated print/tex-hyphen-slovak to 2016
	Updated print/tex-hyphen-slovenian to 2016
	Updated print/tex-hyphen-spanish to 4.5.2016
	Updated print/tex-hyphen-swedish to 2016
	Updated print/tex-hyphen-thai to 2016
	Updated print/tex-hyphen-turkish to 2016
	Updated print/tex-hyphen-turkmen to 2016
	Updated print/tex-hyphen-ukrainian to 2016
	Updated print/tex-hyphen-uppersorbian to 2016
	Updated print/tex-hyphen-welsh to 2016
	Updated print/tex-ifluatex{,-doc} to 1.4
	Updated print/tex-koma-script to 3.20
	Updated print/tex-kotex-oblivoir{,-doc} to 2.1.7
	Updated print/tex-kotex-plain{,-doc} to 2.1.1.a
	Updated print/tex-kotex-utf{,-doc} to 2.1.2
	Updated print/tex-kotex-utils{,-doc} to 2.1.0
	Updated print/tex-kpathsea{,-doc} to 2016
	Updated print/tex-latex{,-doc} to 2016
	Updated print/tex-latex-bin to 2016
	Updated print/tex-latexconfig to 2016
	Updated print/tex-leaflet{,-doc} to 1.1a
	Updated print/tex-lettrine{,-doc} to 1.9
	Updated print/tex-lollipop{,-doc} to 1.06
	Updated print/tex-luatex to 0.95
	Updated print/tex-mathtools to 1.18
	Updated print/tex-media9{,-doc} to 0.68
	Updated print/tex-memoir{,-doc} to 3.7f
	Updated print/tex-mhchem{,-doc} to 4.04
	Updated print/tex-microtype{,-doc} to 2.6a
	Updated print/tex-minted{,-doc} to 2.1
	Updated print/tex-musixtex{,-doc} to 1.22
	Updated print/tex-oberdiek{,-doc} to 2016
	Updated print/tex-pageslts to 1.2f
	Updated print/tex-paralist{,-doc} to 2.5
	Updated print/tex-pdfcomment{,-doc} to 2.3b
	Updated print/tex-pdfpages{,-doc} to 0.5f
	Updated print/tex-pdftex{,-doc} to 2016
	Updated print/tex-pgf{,-doc} to 3.0.1a
	Updated print/tex-pgfplots{,-doc} to 1.13
	Updated print/tex-pict2e{,-doc} to 0.3b
	Updated print/tex-plain to 3.141592653.40274
	Updated print/tex-polyglossia{,-doc} to 1.42.4
	Updated print/tex-powerdot to 1.5a
	Updated print/tex-preview{,-doc} to 11.89
	Updated print/tex-ptex to 3.2pl41220
	Updated print/tex-realscripts{,-doc} to 0.3d
	Updated print/tex-schwalbe-chess{,-doc} to 2.1
	Updated print/tex-showlabels{,-doc} to 1.7
	Updated print/tex-siunitx{,-doc} to 2.6q
	Updated print/tex-sttools{,-doc} to 1.8
	Updated print/tex-tetex{,-doc} to 3.0.41059
	Updated print/tex-tex4ht{,-doc} to 2016
	Updated print/tex-texinfo to 5.1.40618
	Updated print/tex-texlive-scripts to 2016
	Updated print/tex-texlive.infra to 2016
	Updated print/tex-titlesec{,-doc} to 2.10.2
	Updated print/tex-tools{,-doc} to 2016
	Updated print/tex-toptesi{,-doc} to 5.91
	Updated print/tex-udesoftec{,-doc} to 1.5.2
	Updated print/tex-xcjk2uni{,-doc} to 0.6
	Updated print/tex-xcolor{,-doc} to 2.12
	Updated print/tex-xetex{,-doc} to 2016
	Updated print/tex-xetex-def to 4.08
	Updated print/tex-xetexconfig to 2016
	Updated print/tex-xltxtra{,-doc} to 0.6
	Added print/tex-pbibtex-base{,-doc} version 0.0.2016
	Added print/tex-ptex-base{,-doc} version 0.0.2016
	Added print/tex-tex-ini-files{,-doc} version 2016
	Added print/tex-unicode-data{,-doc} version 1.4a
	Added print/tex-updmap-map version 2016
2016-06-16 04:05:58 +00:00
markd
362b54cc71 Updated to TexLive 2016:
Updated meta-pkgs/texlive-collection-basic to 2016
	Updated meta-pkgs/texlive-collection-bibtexextra to 2016pre1
	Updated meta-pkgs/texlive-collection-binextra to 2016pre1
	Updated meta-pkgs/texlive-collection-context to 2016pre1
	Updated meta-pkgs/texlive-collection-fontsextra to 2016pre1
	Updated meta-pkgs/texlive-collection-fontsrecommended to 2016
	Updated meta-pkgs/texlive-collection-fontutils to 2016
	Updated meta-pkgs/texlive-collection-formatsextra to 2016
	Updated meta-pkgs/texlive-collection-games to 2016pre1
	Updated meta-pkgs/texlive-collection-genericextra to 2016pre1
	Updated meta-pkgs/texlive-collection-genericrecommended to 2016
	Updated meta-pkgs/texlive-collection-htmlxml to 2016
	Updated meta-pkgs/texlive-collection-langafrican to 2016
	Updated meta-pkgs/texlive-collection-langarabic to 2016pre1
	Updated meta-pkgs/texlive-collection-langchinese to 2016pre1
	Updated meta-pkgs/texlive-collection-langcjk to 2016
	Updated meta-pkgs/texlive-collection-langcyrillic to 2016pre1
	Updated meta-pkgs/texlive-collection-langczechslovak to 2016
	Updated meta-pkgs/texlive-collection-langenglish to 2016
	Updated meta-pkgs/texlive-collection-langeuropean to 2016pre1
	Updated meta-pkgs/texlive-collection-langfrench to 2016pre1
	Updated meta-pkgs/texlive-collection-langgerman to 2016pre1
	Updated meta-pkgs/texlive-collection-langgreek to 2016pre1
	Updated meta-pkgs/texlive-collection-langindic to 2016pre1
	Updated meta-pkgs/texlive-collection-langitalian to 2016pre1
	Updated meta-pkgs/texlive-collection-langjapanese to 2016pre1
	Updated meta-pkgs/texlive-collection-langkorean to 2016
	Updated meta-pkgs/texlive-collection-langother to 2016
	Updated meta-pkgs/texlive-collection-langpolish to 2016pre1
	Updated meta-pkgs/texlive-collection-langportuguese to 2016
	Updated meta-pkgs/texlive-collection-langspanish to 2016
	Updated meta-pkgs/texlive-collection-latex to 2016pre1
	Updated meta-pkgs/texlive-collection-latexextra to 2016pre1
	Updated meta-pkgs/texlive-collection-latexrecommended to 2016
	Updated meta-pkgs/texlive-collection-luatex to 2016pre1
	Updated meta-pkgs/texlive-collection-mathextra to 2016pre1
	Updated meta-pkgs/texlive-collection-metapost to 2016pre1
	Updated meta-pkgs/texlive-collection-music to 2016pre1
	Updated meta-pkgs/texlive-collection-omega to 2016
	Updated meta-pkgs/texlive-collection-pictures to 2016pre1
	Updated meta-pkgs/texlive-collection-plainextra to 2016
	Updated meta-pkgs/texlive-collection-pstricks to 2016pre1
	Updated meta-pkgs/texlive-collection-publishers to 2016pre1
	Updated meta-pkgs/texlive-collection-science to 2016pre1
	Updated meta-pkgs/texlive-collection-xetex to 2016pre1
2016-06-16 04:03:13 +00:00
manu
a6844be1ea Updated gilesystems/glusterfs to 3.8.0 2016-06-16 04:02:26 +00:00
markd
7af9b95df8 Updated to TexLive 2016:
Updated math/tex-apnum{,-doc} to 1.6
2016-06-16 04:01:58 +00:00
manu
5ab65b7331 Update to glusterfs 3.8.0
From http://blog.gluster.org/2016/06/glusterfs-3-8-released/

Gluster.org announces the release of 3.8 on June 14, 2016, marking
a decade of active development.

The 3.8 release focuses on:
- containers with inclusion of Heketi
- hyperconvergence
- ecosystem integration
- protocol improvements with NFS Ganesha

Contributed features are marked with the supporting organizations.


  Automatic conflict resolution, self-healing improvements (Facebook)

    Synchronous Replication receives a major boost with features
    contributed from Facebook. Multi-threaded self-healing makes
    self-heal perform at a faster rate than before. Automatic
    Conflict resolution ensures that conflicts due to network
    partitions are handled without the need for administrative
    intervention



  NFSv4.1 (Ganesha) - protocol

    Gluster's native NFSv3 server is disabled by default with this
    release. Gluster's integration with NFS Ganesha provides NFS
    v3, v4 and v4.1 accesses to data stored in Gluster volume.



  BareOS - backup / data protection

    Gluster 3.8 is ready for integration with BareOS 16.2. BareOS
    16.2 leverages glusterfind for intelligently backing up objects
    stored in a Gluster volume.



  "Next generation" tiering and sharding - VM images

    Sharding is now stable for VM image storage. Geo-replication
    has been enhanced to integrate with sharding for offsite
    backup/disaster recovery of VM images. Self-healing and data
    tiering with sharding makes it an excellent candidate for
    hyperconverged virtual machine image storage.



  block device & iSCSI with LIO - containers

    File backed block devices are usable from Gluster through iSCSI.
    This release of Gluster integrates with tcmu-runner
    [https://github.com/agrover/tcmu-runner] to access block devices
    natively through libgfapi.



  Heketi - containers, dynamic provisioning

    Heketi provides the ability to dynamically provision Gluster
    volumes without administrative intervention. Heketi can manage
    multiple Gluster clusters and will be the cornerstone for
    integration with Container and Storage as a Service management
    ecosystems.



  glusterfs-coreutils (Facebook) - containers

    Native coreutils for Gluster developed by Facebook that uses
    libgfapi to interact with gluster volumes. Useful for systems
    and containers that do not have FUSE.



For more details, our release notes are included:
https://github.com/gluster/glusterfs/blob/release-3.8/doc/release-notes/3.8.0.md

The release of 3.8 also marks the end of life for GlusterFS 3.5,
there will no further updates for this version.
2016-06-16 04:01:02 +00:00
markd
09b2ef6147 Updated to TexLive 2016:
Updated graphics/tex-animate{,-doc} to 20160415
	Updated graphics/tex-bclogo{,-doc} to 3.1
	Updated graphics/tex-mcf2graph{,-doc} to 3.92
	Updated graphics/tex-mptopdf{,-doc} to 2016
	Updated graphics/tex-pst-barcode{,-doc} to 0.15
	Updated graphics/tex-pst-node{,-doc} to 1.36
	Updated graphics/tex-pst-ovl{,-doc} to 0.07
	Updated graphics/tex-pst-plot{,-doc} to 1.75
	Updated graphics/tex-pstricks{,-doc} to 2.66
	Updated graphics/tex-pstricks-add{,-doc} to 3.80
	Updated graphics/tex-roundrect{,-doc} to 2.2
	Updated graphics/tex-shapes{,-doc} to 1.1
	Updated graphics/tex-tikzmark{,-doc} to 1.2
	Updated graphics/tex-tikzsymbols{,-doc} to 4.0
2016-06-16 04:00:45 +00:00
markd
2e097f869d Added tex-cmexb{,-doc} tex-ptex-fonts{,-doc} 2016-06-16 03:59:40 +00:00
markd
301d74332e Updated to TexLive 2016:
Updated fonts/afm2pl to 0.7.1nb2
	Updated fonts/gsftopkk to 1.19.2nb7
	Updated fonts/lcdftypetools to 2.105
	Updated fonts/ps2pkm to 1.8
	Updated fonts/ttf2pk to 2.0nb2
	Updated fonts/ttfdump to 0.5.5nb3
	Updated fonts/tex-academicons{,-doc} to 1.7.0
	Updated fonts/tex-adobemapping to 2016
	Updated fonts/tex-alegreya{,-doc} to 2016
	Updated fonts/tex-cabin{,-doc} to 2016
	Updated fonts/tex-cbfonts-fd{,-doc} to 1.1
	Updated fonts/tex-cmcyr{,-doc} to 2016
	Updated fonts/tex-cmtiup{,-doc} to 2.1
	Added fonts/tex-cmexb{,-doc} version 2016
	Updated fonts/tex-cs to 2016
	Updated fonts/tex-dantelogo{,-doc} to 0.03
	Updated fonts/tex-drm{,-doc} to 4.4
	Updated fonts/tex-erewhon{,-doc} to 1.05
	Updated fonts/tex-fbb{,-doc} to 1.10
	Updated fonts/tex-fetamont{,-doc} to 1.6
	Updated fonts/tex-fira{,-doc} to 4.1.39731
	Updated fonts/tex-fontawesome{,-doc} to 4.6.3.1
	Updated fonts/tex-fontname{,-doc} to 2016
	Updated fonts/tex-fontools{,-doc} to 2016
	Updated fonts/tex-fontspec{,-doc} to 2.5a
	Updated fonts/tex-gothic{,-doc} to 2016
	Updated fonts/tex-inconsolata{,-doc} to 1.10
	Updated fonts/tex-ipaex-type1{,-doc} to 0.3b.39722
	Updated fonts/tex-knuth-local to 2016
	Updated fonts/tex-luaotfload{,-doc} to 2.7.2
	Updated fonts/tex-mflogo{,-doc} to 2016
	Updated fonts/tex-newpx{,-doc} to 1.295
	Updated fonts/tex-newtx{,-doc} to 1.466
	Updated fonts/tex-newtxsf{,-doc} to 1.04
	Updated fonts/tex-roboto{,-doc} to 2016
	Updated fonts/tex-sourcecodepro{,-doc} to 2.6
	Updated fonts/tex-sourceserifpro{,-doc} to 1.2
	Updated fonts/tex-tex-gyre-math{,-doc} to 2016
	Added fonts/tex-ptex-fonts{,-doc} version 0.0.2016
2016-06-16 03:57:25 +00:00
markd
c5e05ccb20 Updated to TexLive 2016:
Updated devel/tex-etoolbox{,-doc} to 2.2a
	Updated devel/tex-l3experimental to 0.6495
	Updated devel/tex-l3kernel{,-doc} to 0.6512
	Updated devel/tex-l3packages{,-doc} to 0.6512
	Updated devel/tex-lualibs{,-doc} to 2.4
	Updated devel/tex-luatexbase{,-doc} to 1.3
	Updated devel/tex-xifthen{,-doc} to 1.4.0
2016-06-16 03:54:43 +00:00
kamil
1fc294e006 Added editors/codeblocks version 16.01 2016-06-16 02:30:25 +00:00
kamil
d6ebf9f342 Add editors/codeblocks 2016-06-16 02:29:27 +00:00
kamil
3dafe5cc41 Import codeblocks-16.01 as editors/codeblock
Code::Blocks is a free C++ IDE built to meet the most demanding needs of its
users. It is designed to be very extensible and fully configurable.

Finally, an IDE with all the features you need, having a consistent look, feel
and operation across platforms.

Built around a plugin framework, Code::Blocks can be extended with plugins. Any
kind of functionality can be added by installing/coding a plugin. For instance,
compiling and debugging functionality is already provided by plugins!

Originally packaged in pkgsrc-wip by:
- Ondrej Tuma,
- Joerg Sonnenberg,
- Thomas Klausner,
- Tobias Nygren,
- Mark Davies,
- Blue Rats,
- Aleksej Saushev,
- Aleksej Lebedev,
- K.I.A.Derouiche
and
- myself.
2016-06-16 02:28:51 +00:00
mspo
1a0cbbdc8d set cdn.netbsd.org as the bin install site for netbsd 2016-06-16 00:14:55 +00:00
mspo
521ef20129 add cdn.netbsd.org to the top of MASTER_SITE_BACKUP 2016-06-16 00:13:38 +00:00
schnoebe
a0905a18be options.mk:
Don't default on inet6, since the inet6 code in conserver8 depends
    on some Linux-isms (ipv6 sockets can accept ipv4 packets.)

PLIST:
    add some example configurations that were missing.
2016-06-15 23:02:10 +00:00
kamil
43d026246d Added editors/codelite version 9.1 2016-06-15 22:10:23 +00:00
kamil
f2284dcb0a Add editors/codelite 2016-06-15 22:05:04 +00:00
kamil
94ae2921ee Import codelite-9.1 as editors/codelite
CodeLite is an open source, free, cross platform IDE for the C/C++ programming
languages which runs on all major Platforms.

Originally packaged in pkgsrc-wip by myself.
2016-06-15 22:04:17 +00:00
kamil
d322082dc3 Require x11/qt4-tools for the qmake tool needed in configure 2016-06-15 22:03:14 +00:00
kamil
0bb54a5ede Import codelite-9.1 as editors/codelite
CodeLite is an open source, free, cross platform IDE for the C/C++ programming
languages which runs on all major Platforms.

Originally packaged in pkgsrc-wip by myself.
2016-06-15 21:57:04 +00:00
agc
cf53ed0d9d Note update of netpgpverify and libnetpgpverify to 20160617 2016-06-15 20:32:09 +00:00
agc
a34eed1c00 Update netpgpverify and libnetpgpverify to 20160617
+ don't assume memory will be NUL-terminated when printing
2016-06-15 20:28:48 +00:00
rumko
7f963ca741 Updated devel/bullet to 2.82 2016-06-15 20:12:20 +00:00
rumko
fae794bd16 devel/bullet: Update to 2.82
Summary of the included ChangeLog:
* Added GPU deformable object solvers to OpenCL and DirectCompute
* Create a separate library for MiniCL
* Moved vectormath into Bullet/src, and added a SSE implementation
* Added a btParallelConstraintSolver
* Added Separantix Axis Test and Polyhedral Clipping support
* OpenCL and DirectCompute cloth as basic support for capsule collision
* Use Hierachical Approximate Convex Decomposition
* Add Intel cmake-build support for OpenCL accelerated cloth/particle
* preliminary build support for Google NativeClient, using premake4

Ok@ wiz
2016-06-15 20:10:50 +00:00
fhajny
b6717c54cb Updated security/py-certbot to 0.8.1 2016-06-15 20:03:45 +00:00
fhajny
55a3ce7b60 Fix forgotten change, ride previous revision 2016-06-15 20:03:05 +00:00
fhajny
fc65a7fb21 Update security/py-certbot (and security/py-acme) to 0.8.1.
No changelog provided, Github issues touched:

- Update the autos in response to 0.8.1 release
- Fix default detection
- Provide nonroot guidance when logging gets EACCES.
- Add additional warning with actual exception message during
  renewal
- Interactive webroot values not stored in renewal config file
- Preserve common name during renewal
- Mageia Bootstrap
- Initialize Augeas in a different method to be able to react to
  ImportError
- Renew changes common name
- Update letsencrypt-auto in response to Arch package rename
- On Mac OSX: "ValueError: Invalid header value"
- Strip "\n" from end of OS version string for OS X.
- Revert "Use --force-reinstall to fix bad virtualenv package"
- Exit if cannot bootstrap in certbot-auto
- Add --disable-hook-validation
- --post-hook validation too strict
- letsencrypt-auto gives "sudo" is not available
- mageia bootstrap [needs revision]
- Install/compile fails of letsencrypt-auto on Smartos/Illumos
2016-06-15 19:59:43 +00:00