Commit graph

269893 commits

Author SHA1 Message Date
taca
c9be53cbc0 Note update of www/ruby-mustermann package to 1.0.1. 2017-09-11 15:21:24 +00:00
taca
f77f0c6492 Update ruby-mustermannto 1.0.1.
**Mustermann 1.0.1** (2017-08-26)

#### Docs
* Updating readme to list Ruby 2.2 as minimum
* Fix rendering of HTML table
* Update summary and description in gemspec file.

#### Fixes
* avoid infinite loop by removing comments when receiving extended regexp
* avoid unintended conflict of namespace
* use Regexp#source instead of Regexp#inspect
2017-09-11 15:20:20 +00:00
hauke
f5f0efa09a Heed a pkglint warning wrt. VARBASE. 2017-09-11 15:02:47 +00:00
hauke
253a876a04 Built with gcc 5.4 on netbsd-8, conserver terminates because of a
buffer overflow in StrTime(), when it tries to stuff a 25 char string
into a 25 byte buffer.
2017-09-11 14:59:45 +00:00
taca
93ff85d2ba Note update of www/ruby-faraday package to 0.13.1. 2017-09-11 14:53:02 +00:00
taca
facd14de62 Update ruby-faraday to 0.13.1.
0.13.1 (2017/8/18)

* Fixes an incompatibility with Addressable::URI being used as uri_parser

0.13.0 (2017/8/15)

* Dynamically reloads the proxy when performing a request on an absolute
  domain (#701)
* Prefer #hostname over #host. (#714)
* Adapter support for Net::HTTP::Persistent v3.0.0 (#619)
* Fixes an edge-case issue with response headers parsing (missing HTTP header)
  (#719)

0.12.2 (2017/07/21)

* Parse headers from aggregated proxy requests/responses (#681)
* Guard against invalid middleware configuration with warning (#685)
* Do not use :insecure option by default in Patron (#691)
* Fixes an issue with HTTPClient not raising a Faraday::ConnectionFailed
  (#702)
* Fixes YAML serialization/deserialization for Faraday::Utils::Headers (#690)
* Fixes an issue with Options having a nil value (#694)
* Fixes an issue with Faraday.default_connection not using
  Faraday.default_connection_options (#698)
* Fixes an issue with Options.merge! and Faraday instrumentation middleware
  (#710)
2017-09-11 14:52:27 +00:00
taca
e95dace566 Note update of roundcube related pacakges to 1.2.6.
mail/roundcube
	mail/roundcube-plugin-enigma
	mail/roundcube-plugin-password
	mail/roundcube-plugin-zipdownload
2017-09-11 14:02:34 +00:00
taca
e8d63c170d Update roundcube-plugin-zipdownload to 1.2.6.
No change except version.
2017-09-11 14:01:02 +00:00
taca
efc083c828 Update roundcube-plugin-password to 1.2.6.
No change except version.
2017-09-11 14:00:23 +00:00
taca
eedf96b60b Update roundcube-plugin-enigma to 1.2.6.
RELEASE 1.2.6
-------------
- Enigma: Fix compatibility with assets_dir
2017-09-11 13:57:24 +00:00
taca
f611c32b86 Update roundcube to 1.2.6.
RELEASE 1.2.6
-------------
- Don't ignore (global) userlogins/sendmail logging in per_user_logging mode
- Managesieve: Fix AM/PM suffix in vacation time selectors
- Fix bug where comment notation within style tag would cause the whole style
  to be ignored (#5747)
- Fix bug where it wasn't possible to scroll folders list in Edge (#5750)
- Fix addressbook searching by gender (#5757)
- Fix SQL syntax error on MariaDB 10.2 (#5774)
- Fix bug where it wasn't possible to set timezone to auto-detected value
  (#5782)
- Fix uninitialized string offset in rcube_utils::bin2ascii() and make sure
  rcube_utils::random_bytes() result has always requested length (#5788)
- Fix potential XSS vulnerability with malformed HTML message markup
2017-09-11 13:56:39 +00:00
wen
d637950e8f Updated www/moodle to 3.3.2 2017-09-11 12:10:09 +00:00
wen
9f40e1c8a9 Update to 3.3.2
Upstream changes:
Here is the full list of fixed issues in 3.3.2.

Highlights

    MDL-59492 - Gray out hidden courses in the new course overview block
    MDL-57412 - Setting "Always link course sections" should apply consistently in Boost and Clean/More
    MDL-58196 - "Require grade to pass" in quiz completion settings must be checked only with "Require grade", otherwise it does not work and causes confusions
    MDL-57698 - Bug fix: Backup and restore cause deadlock with sqlsrv driver

Fixes and improvements

    MDL-55912 - Assignment: when blind marking is enabled, students should receive teacher participant number in the email and not their own
    MDL-54607 - Calendar export should not export events without duration as full-day events, i.e. assignment due dates have time component that was lost during export
    MDL-59490 - Bug fix: LTI does not work when activity has a long name
    MDL-55937 - Assignment: fixed error when viewing attachments of team submission
    MDL-59511, MDL-59746, MDL-59539, MDL-59869 - Multiple fixes in OAuth 2 services (Google, OwnCloud, Nextcloud, etc)
    MDL-35290 - My private files should continue working even if some files in filesystem are currently unreadable
    MDL-57259 - Fixed bug that caused multiple debugging messages in error.log when teachers use assignment grading
    MDL-56646 - Assignment: changing maximum grade of the module could result in negative grades in assignment which were pushed as "0" to the gradebook. This bug was fixed and will not happen in the future. However, according to Moodle policy, no existing grades were changed. Teachers will see the warning that there are erroneous grades and will be able to fix all of them with one click
    MDL-54965 - Database module: fixed SQL error when you edit an entry after having added a new picture/file field
    MDL-46495 - When uploading courses the setting "Completion tracking" should be set to the site default
    MDL-59262 - Courses made via course request or "Upload course" tool should respect default course sections
    MDL-59442 - Some third party modules had very big icons in the Default activity completion page
    MDL-38129 - Grade export of user profile fields can now work with uppercase letters in the fields names
    MDL-59317 - Performance improvements on the messages page
    MDL-57246 - Trying to view a forum without the capability may lead you to a broken page.
    MDL-59287 - Generate calendar event for "Expected completed on" for all modules.
    MDL-55364 - Forum headers alignment on narrow screens
    MDL-57649 - Lesson: Fixed bug deleting files unrelated to the pages being deleted
    MDL-59195 - Assignments: when switching role to student teacher should be able to view group submissions
    MDL-59068 - Lesson: Restore the behaviour of "No, I just want to go on to the next question"

Security issues

A number of security related issues were resolved. Details of these issues will be released after a period of approximately one week to allow system administrators to safely update to the latest version
2017-09-11 12:08:18 +00:00
fhajny
36089d59bd Updated sysutils/consul to 0.9.3 2017-09-11 11:53:15 +00:00
fhajny
c97c27efbe Update sysutils/consul to 0.9.3.
FEATURES:
- LAN Network Segments: (Consul Enterprise) Added a new Network Segments
  capability which allows users to configure Consul to support segmented
  LAN topologies with multiple, distinct gossip pools.
- WAN Join for Cloud Providers: Added WAN support for retry join for
  cloud providers via go-discover, including Amazon AWS, Microsoft
  Azure, Google Cloud, and SoftLayer. This uses the same "provider" syntax
  supported for `-retry-join` via the `-retry-join-wan` configuration.
- RPC Rate Limiter: Consul agents in client mode have a new `limits`
  configuration that enables a rate limit on RPC calls the agent makes
  to Consul servers.

IMPROVEMENTS:
- agent: Switched to using a read lock for the agent's RPC dispatcher,
  which prevents RPC calls from getting serialized.
- agent: When joining a cluster, Consul now skips the unique node ID
  constraint for Consul members running Consul older than 0.8.5. This
  makes it easier to upgrade to newer versions of Consul in an existing
  cluster with non-unique node IDs.
- build: Upgraded Go version to 1.9.
- server: Consul servers can re-establish quorum after all of them
  change their IP addresses upon a restart.

BUG FIXES:
- agent: Fixed an issue with consul watches not triggering when ACLs are
  enabled.
- agent: Updated memberlist library for a deadlock fix.
- agent: Fixed a panic when retrieving NS or SOA records on Consul
  clients (non-servers). This also changed the Consul server list to
  come from the catalog and not the agent's local state when serving these
  requests, so the results are consistent across a cluster.
- cli: Updated the CLI library to pull in a fix that prevents all
  subcommands from being shown when showing the agent's usage list; now
  just top-level commands are shown.
- server: Fixed an issue with Consul snapshots not saving on Windows
  because of errors with the `fsync` syscall.
2017-09-11 11:53:06 +00:00
wiz
4e599e5fca CHANGES-2017: Whitespace consistency. 2017-09-11 11:35:32 +00:00
wiz
65770cd245 Updated editors/emacs25-nox11 to 25.2nb2 2017-09-11 11:34:27 +00:00
wiz
0c686a996d emacs25-nox11: bump PKGREVISION for security fix. 2017-09-11 11:34:15 +00:00
wiz
7752fd7d80 Updated editors/emacs25 to 25.2nb2 2017-09-11 11:33:54 +00:00
wiz
5ca39b9673 emacs25: fix security issue
GNU Emacs is an extensible, customizable, free/libre text editor and software
environment.  When Emacs renders MIME text/enriched data (Internet RFC 1896), it
is vulnerable to arbitrary code execution. Since Emacs-based mail clients decode
"Content-Type: text/enriched", this code is exploitable remotely. This bug
affects GNU Emacs versions 19.29 through 25.2.

Although we know no efforts to exploit this in the wild, exploitation is easy.

http://www.openwall.com/lists/oss-security/2017/09/11/1
2017-09-11 11:33:08 +00:00
abs
b58acac2a6 Drop www/p5-HTML-FixEntities & textproc/p5-Text-Substitute - unmaintained by author (me) 2017-09-11 09:57:39 +00:00
jperkin
3f417abb31 Limit GCC SSP support to 4.x and newer. 2017-09-11 09:06:41 +00:00
wiz
1f6ab240e9 Update HOMEPAGE. 2017-09-11 07:51:44 +00:00
wiz
3854f75acb Remove dcsharp.
Does not build in bulk builds that I can see, dead upstream,
last release from 2008.
2017-09-11 07:50:37 +00:00
wiz
e364d4fc58 Update HOMEPAGE. 2017-09-11 07:38:23 +00:00
adam
dd8f835a96 Updated graphics/py-piexif to 1.0.13, devel/py-async-timeout to 1.4.0, devel/py-tox to 2.8.2, devel/py-radon to 2.1.1 2017-09-11 05:25:42 +00:00
adam
739e1a19d6 2.1.1:
Fix critical bug in Python 2 that prevented analysis of files with no comments at the start of the module.
2017-09-11 05:24:28 +00:00
adam
c72f4117a4 2.8.2:
* stop env var leakage if popen failed with resultjson or redirect
2017-09-11 05:23:20 +00:00
adam
294bcc4157 1.4.0:
Implement remaining property:
- If timeout is not started yet or started unconstrained: remaining is None
- If timeout is expired: remaining is 0.0
- All others: roughly amount of time before TimeoutError is triggered
2017-09-11 05:21:21 +00:00
adam
ec954b8d98 1.0.13:
Added helper function to read and write "UserComment".
Added to support for SignedByte, SigendShort, Float, and Double.
2017-09-11 05:18:51 +00:00
ryoon
b7eb1423bf Fix for POSIX shell portability
* Replace == with = in a test condition
2017-09-11 01:30:52 +00:00
ryoon
7f1cc50724 Updated graphics/ImageMagick6 to 6.9.9.12 2017-09-11 01:19:21 +00:00
ryoon
d0080e7e15 Update to 6.9.9.12
Changelog:
2017-09-09  6.9.9-12 Cristy  <quetzlzacatenango@image...>
  * Release ImageMagick version 6.9.9-12, GIT revision 11996:fca0f6e33:20170909.

2017-09-07  6.9.9-12 Cristy  <quetzlzacatenango@image...>
  * Fixed numerous memory leaks (reference
    https://github.com/ImageMagick/ImageMagick/issues).
  * The 'compare' difference image now respects the -fuzz option.
2017-09-11 01:18:45 +00:00
wiz
c941673e3b Updated archivers/par2 to 0.7.4 2017-09-10 21:39:22 +00:00
wiz
b8778c07b3 Updated par2 to 0.7.4.
08 September 2017 Ike Devolder
  * release: 0.7.4
* performance improvement when not using quiet mode
2017-09-10 21:39:12 +00:00
wiz
ce3132acca Updated devel/p5-Scalar-List-Utils to 1.49 2017-09-10 21:37:04 +00:00
wiz
9448ab89ef Updated p5-Scalar-List-Utils to 1.49.
1.49 -- 2017-09-08 12:25:54
	[CHANGES]
	 * Fixes for unit tests to pass on perl 5.6.2
	 * Fix typo in documentation
2017-09-10 21:36:54 +00:00
wiz
f02679b4e5 Updated devel/p5-List-MoreUtils to 0.425 2017-09-10 21:30:07 +00:00
wiz
5aff754bac Updated p5-List-MoreUtils to 0.425.
0.425	2017-09-06
    - release 0.424_001 as 0.425 with XS is META.* after 136:0 PASS:FAIL
      on CPAN Tester Matrix

0.424_001	2017-09-05
    - Makefile.PL: modify PREREQ_PM instead of recommend dynamically
2017-09-10 21:29:57 +00:00
wiz
46e400e892 Updated devel/p5-File-Which to 1.22 2017-09-10 21:29:07 +00:00
wiz
767329d069 Updated p5-File-Which to 1.22.
1.22      2017-09-08 14:08:59 -0400
  - Support for MSYS2 ($^O eq 'msys')
2017-09-10 21:28:57 +00:00
wiz
06ac413d92 Updated devel/meld to 3.18.0 2017-09-10 21:19:44 +00:00
wiz
dc546cc641 Updated meld to 3.18.0.
2017-09-10 meld 3.18.0
======================

  Fixes:

   * Fix VC status not updating in some situations non-flattened mode (Kai
     Willadsen)
   * Command line errors when invoking a secondary instance will no longer
     cause the second command to hang until the primary exits (Kai Willadsen)

   * Bugs fixed: 786629

  Translations:

   * Emin Tufan Çetin (tr)
2017-09-10 21:19:33 +00:00
wiz
1fd2d0b231 Updated math/mpfr to 3.1.6 2017-09-10 21:17:11 +00:00
wiz
6358d78e46 Updated mpfr to 3.1.6.
Changes from version 3.1.5 to version 3.1.6:
- Improved MPFR manual.
- Bug fixes (see <http://www.mpfr.org/mpfr-3.1.5/#fixed> and ChangeLog file).
- Autotools: Under Linux, make sure that the old dtags (when supported)
  are used if LD_LIBRARY_PATH is defined; otherwise "make check" would
  check an installed, compatible MPFR library found in LD_LIBRARY_PATH
  instead of the one that has been built with "make".
2017-09-10 21:17:02 +00:00
wiz
9bd2f63ebf Updated fonts/fontconfig to 2.12.5 2017-09-10 21:13:55 +00:00
wiz
aa59978f15 Updated fontconfig to 2.12.5.
I've released fontconfig-2.12.5 that contains Emoji/Math fonts
support in family name and lang, new APIs, to get the binding type
from FcPattern, and to load a configuration from memory. and some
bug fixes.
2017-09-10 21:13:44 +00:00
wiz
d1be200002 Updated fonts/harfbuzz to 1.5.1 2017-09-10 21:13:34 +00:00
wiz
8cc4124592 Updated harfbuzz to 1.5.1.
Overview of changes leading to 1.5.1
Tuesday, September 5, 2017
====================================

- Fix "unsafe-to-break" in fallback shaping and other corner cases.
  All our tests pass with --verify now, meaning unsafe-to-break API
  works as expected.
- Add --unicodes to hb-view / hb-shape.
- [indic] Treat Consonant_With_Stacker as consonant.  This will need
  further tweaking.
- hb_buffer_diff() tweaks.
2017-09-10 21:13:25 +00:00
wiz
5cc812e339 Updated textproc/py-libxslt to 1.1.30 2017-09-10 20:56:58 +00:00