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)
* 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)
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).
* 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.
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
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
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.
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
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
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
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.
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.
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.
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.
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
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