Commit graph

275856 commits

Author SHA1 Message Date
markd
a6724e6ab0 print: add tex-tex4ebook{,-doc} 2018-01-18 09:53:37 +00:00
markd
46d064a6a9 tex-tex4ebook{,-doc}: Add version 0.1e
This is a bundle of lua scripts and LaTeX packages for
conversion of LaTeX files to ebook formats such as epub, mobi
and epub3. tex4ht is used as conversion engine.
2018-01-18 09:52:00 +00:00
adam
1422979bdf Updated graphics/freetype2 2018-01-18 09:50:23 +00:00
adam
25f98f6ded freetype2: updated to 2.9
FreeType 2.9
FreeType version 2.9, the first release of a new ‘minor’ series, is now available for download. The main reason for starting a new series is Ewald Hew's GSoC contribution of making Adobe's CFF engine handle Type 1 fonts also, greatly improving the rendering quality of this ancient but still important font format.
2018-01-18 09:49:24 +00:00
wen
06f32509c3 Updated net/p5-Net-Twitter to 4.01043 2018-01-18 09:44:55 +00:00
markd
2957f544c7 tex-tex4ht{,-doc}: update to 2017.45922
changes unknown
2018-01-18 09:44:16 +00:00
wen
0b844c8de3 Update to 4.01043
Upstream changes:
4.01043 2018-01-17
    - deprecation notice: Twitter::API is the new Net::Twitter
    - deprecated update_with_media
    - doc and build updates
    - remove debugger breakpoint (Oof!)
2018-01-18 09:43:47 +00:00
adam
05a21be02d Updated databases/py-sqlalchemy, databases/py-alembic 2018-01-18 09:19:44 +00:00
wen
cb8908affb Updated devel/p5-Log-Any to 1.705 2018-01-18 09:18:30 +00:00
adam
91820a104b py-alembic: use PYVERSSUFFIX and ALTERNATIVES 2018-01-18 09:18:06 +00:00
wen
f15858065d Update to 1.705
Upstream changes:
1.705     2018-01-17 13:49:22-06:00 America/Chicago

    [Fixed]

    - Fixed the `binmode` attribute of the File adapter not working
      properly. Thanks @MadLord80! [Github #71]
2018-01-18 09:17:26 +00:00
markd
61f53a04c0 qt5-qtbase: remove references to qt5-qtquick1 and qt5-sqlite3 2018-01-18 09:15:29 +00:00
adam
944997068b py-sqlalchemy: updated to 1.2.1
1.2.1:

[orm] [bug] Fixed bug where an object that is expunged during a rollback of a nested or subtransaction which also had its primary key mutated would not be correctly removed from the session, causing subsequent issues in using the session.
[orm] [bug] Fixed regression where pickle format of a Load / _UnboundLoad object (e.g. loader options) changed and __setstate__() was raising an UnboundLocalError for an object received from the legacy format, even though an attempt was made to do so. tests are now added to ensure this works.
[orm] [bug] Fixed regression caused by new lazyload caching scheme in 3954 where a query that makes use of loader options with of_type would cause lazy loads of unrelated paths to fail with a TypeError.
[orm] [bug] Fixed bug in new “selectin” relationship loader where the loader could try to load a non-existent relationship when loading a collection of polymorphic objects, where only some of the mappers include that relationship, typically when PropComparator.of_type() is being used.

sql
[sql] [bug] Fixed bug in Insert.values() where using the “multi-values” format in combination with Column objects as keys rather than strings would fail. Pull request courtesy Aubrey Stark-Toller.

mssql
[mssql] [bug] Fixed regression in 1.2 where newly repaired quoting of collation names in 3785 breaks SQL Server, which explicitly does not understand a quoted collation name. Whether or not mixed-case collation names are quoted or not is now deferred down to a dialect-level decision so that each dialect can prepare these identifiers directly.

oracle
[oracle] [bug] Fixed regression where the removal of most setinputsizes rules from cx_Oracle dialect impacted the TIMESTAMP datatype’s ability to retrieve fractional seconds.
[oracle] [bug] Fixed regression in Oracle imports where a missing comma caused an undefined symbol to be present. Pull request courtesy Miroslav Shubernetskiy.

misc
[bug] [ext] Fixed regression in association proxy due to 3769 (allow for chained any() / has()) where contains() against an association proxy chained in the form (o2m relationship, associationproxy(m2o relationship, m2o relationship)) would raise an error regarding the re-application of contains() on the final link of the chain.
[bug] [tests] Removed an oracle-specific requirements rule from the public test suite that was interfering with third party dialect suites.
[bug] [tests] Added a new exclusion rule group_by_complex_expression which disables tests that use “GROUP BY <expr>”, which seems to be not viable for at least two third party dialects.
2018-01-18 09:12:17 +00:00
markd
a9461bdcd9 doc: update qt5-{mysql,psql,odbc} 2018-01-18 09:11:02 +00:00
markd
406c7cc5c8 qt5-odbc: update to 5.10.0 2018-01-18 09:06:59 +00:00
markd
c6d8341419 qt5-psql: update to 5.10.0 2018-01-18 09:04:17 +00:00
markd
bcfcf110d6 qt5-mysql: update to 5.10.0 2018-01-18 09:00:17 +00:00
adam
81cb67f0f7 Added mail/py-email_validator version 2018-01-18 08:52:06 +00:00
adam
75417aa736 Fixed typo 2018-01-18 08:43:40 +00:00
adam
85a877521b py-email_validator: added version 1.0.2
This library validates that address are of the form x@y.com. This is the sort
of validation you would want for a login form on a website.

Key features:
* Good for validating email addresses used for logins/identity.
* Friendly error messages when validation fails (appropriate to show to end
   users).
* (optionally) Checks deliverability: Does the domain name resolve?
* Supports internationalized domain names and (optionally) internationalized
  local parts.
* Normalizes email addresses (super important for internationalized addresses!).
2018-01-18 08:35:48 +00:00
adam
6918bfc0c5 Removed a reference to wip 2018-01-18 08:03:48 +00:00
adam
0814c2efef Removed references to wip 2018-01-18 08:02:55 +00:00
markd
bbf8497bd7 doc: removal of some qt5 packages 2018-01-18 07:53:13 +00:00
markd
6e7298241c qt5-qtquick1: removed in qt5-5.10.0 2018-01-18 07:49:31 +00:00
markd
6273b54349 qt5-sqlite3: removed, now part of qt5-qtbase 2018-01-18 07:44:43 +00:00
markd
90446b5e53 doc: this mornings updates 2018-01-18 06:52:30 +00:00
markd
0a6390baeb baloo5: update distinfo to match this mornings update 2018-01-18 05:14:17 +00:00
markd
e92e325fbb kwallet: remove old patch 2018-01-18 05:10:44 +00:00
markd
efdc24bc85 py-sip: update distinfo to match this mornings update 2018-01-18 05:07:04 +00:00
jnemeth
1902c33594 add and enable lynis 2018-01-18 04:57:22 +00:00
wen
3ea3a8c795 Updated www/moodle to 3.4.1 2018-01-18 03:42:40 +00:00
wen
abc2b8a710 Update to 3.4.1
Upstream changes:
Here is the full list of fixed issues in 3.4.1.
Highlights

    MDL-34161 - LTI: backup and restore supports submissions and also course and site tools. References to the site tools are restored only on the same site (they are not included in course backup for security reasons).
    MDL-27886 - If general backup setting "Include users" is unchecked, users with relevant capability can now backup user data
    MDL-40613 - LDAP authentication method can now synchronise custom user profile fields

Fixes and improvements

    MDL-58887 - Accessibility: Gear icon is now properly defined for screen readers
    MDL-54106 - Incomplete user accounts are now deleted after specified period of time (setting "Delete not fully setup users after")
    MDL-59512 - Allow to connect to OAuth 2 services that only support client authentication via Basic Auth
    MDL-56197 - Lesson: Multiple Choice answers appear on same line as radio button
    MDL-45068 - Import Groups from CSV tool bug fixes
    MDL-52100 - Folder resource: Large files deleted when editing teachers update resource with global maxbytes lower
    MDL-37757 - Turning off Server Files Repository should not break courses that use it
    MDL-58272 - Assignment: Converting images in submissions to pdf (unoconv)
    MDL-54967 - IMS Common Cartridge import works correctly with HTML entities in URLs
    MDL-27230 - Quiz: when group override is deleted the calendar event should also be deleted
    MDL-57431 - Quiz: Clicking on help for "Shuffle" button no longer toggles shuffle itself
    MDL-42676 - Assignment: The message "This assignment is not accepting submissions" is displayed in the assignment when override the grade
    MDL-34389 - Category manager with the 'moodle/course:changecategory' should be able to move existing courses between categories
    MDL-52538 - Lesson: Content pages no longer display grade
    MDL-45500 - Allow uninstalling grading methods plugins
    MDL-58817 - LTI: display correct icons
    MDL-43042 - Lesson multi-choice questions with multiple answers: more clear indication for the user which answer was correct
    MDL-40790 - Lesson: UI fix for content buttons running off the edge of the page
    MDL-59999 - Lesson: Grade essays page shows which essays have been graded
    MDL-57564 - "Sort my courses (navsortmycoursessort)" setting now respected on the dashboard

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.
2018-01-18 03:40:42 +00:00
markd
a632968d02 dynamips: update to 0.2.17
* Set nonblocking I/O for UDP sockets
* Fix tap interface usage on FreeBSD
* Fix build on FreeBSD
* NM-16ESW: process packets even if MAC address table is full. Fixes #72.
2018-01-17 20:22:36 +00:00
markd
125424f096 gcc7 fix 2018-01-17 20:19:58 +00:00
markd
b6a968163e kf5: update to 5.41.0
16 months worth of updates. requires qt5>=5.7
2018-01-17 20:13:38 +00:00
markd
b0db1b246b textproc: add syntax-highlighting 2018-01-17 20:12:30 +00:00
markd
5e0dc7f5ae kf5: update to 5.41.0
16 months worth of updates. requires qt5>=5.7
2018-01-17 20:11:05 +00:00
markd
41773c874e kf5: update to 5.41.0
16 months worth of updates. requires qt5>=5.7
2018-01-17 20:00:20 +00:00
markd
0c819fc89d extra-cmake-modules: update tp 5.41.0
16 months worth of updates. requires qt5>=5.7
2018-01-17 19:56:18 +00:00
markd
6bc2b30178 karchive: update to 5.41.0
16 months worth of updates. requires qt5>=5.7
2018-01-17 19:54:56 +00:00
markd
27fb8f54a1 kf5: update to 5.41.0
16 months worth of updates. requires qt5>=5.7
2018-01-17 19:53:45 +00:00
markd
8c5deadb93 libdbusmenu-qt{,5}: update to 0.9.3.16.04.20160218
Support recent Qt5
2018-01-17 19:49:29 +00:00
markd
f41fb0fa6b phonon{,-qt5}: update to 4.9.1
Builds with Qt 5.8
Resolved some compiler warnings
2018-01-17 19:44:06 +00:00
markd
c0826d9200 py-qt5: update to 5.9.1 2018-01-17 19:39:57 +00:00
markd
21a396fa76 qt5-qtwebkit: update to 5.212.0.alpha2
Version of qtwebkit that is being updated with webkit changes.
2018-01-17 19:37:33 +00:00
markd
ff32ea9d8d qt5: update to 5.10.0
2+ years worth of bug fixes and feature enhancements
2018-01-17 19:30:46 +00:00
markd
1f5012b5e7 py-kde4: support for sip 4.19 2018-01-17 19:21:20 +00:00
markd
24be3eb067 py-qt4: update to 4.12.1 2018-01-17 19:18:47 +00:00
markd
042265ee9d py-sip: update to 4.19.5 2018-01-17 19:16:05 +00:00
markd
733d5c0618 kde-workspace4: PLIST changes for polkit-qt update plus gcc7 fixes. 2018-01-17 19:10:23 +00:00