Commit graph

263922 commits

Author SHA1 Message Date
jperkin
3b718bfe38 Default to pkgsrc terminfo. The curses default was switched to pkgsrc a
while ago, but since then any packages that included both curses and
terminfo ended up with conflicting BUILDLINK_TRANSFORM entries, leaving it
to include ordering to determine whether the builtin or pkgsrc curses was
used.  This keeps them in sync, at least by default, though ideally we'd
ensure that at an infrastructure level.
2017-05-08 17:34:15 +00:00
ryoon
d650f4e8e0 Updated www/firefox52-l10n to 52.1.1 2017-05-08 15:39:42 +00:00
ryoon
cb0c811507 Update to 52.1.1
* Sync with firefox52-52.1.1
2017-05-08 15:39:18 +00:00
ryoon
ec040d78b3 Updated www/firefox52 to 52.1.1 2017-05-08 15:38:15 +00:00
ryoon
0c77f1bf8d Update to 52.1.1
Changelog:
Fixed
    Various security fixes

Security fixes:
 #CVE-2017-5031: Use after free in ANGLE
2017-05-08 15:37:55 +00:00
jperkin
8deb9c5cee Revert switch to USE_LANGUAGES for c++11, it causes lots of failures when
building with GCC which were missed in the bulk builds due to compiler.mk
inclusion ordering.  Just set it manually for clang as previously for now.
2017-05-08 15:36:28 +00:00
ryoon
949399de7e Updated www/firefox-l10n to 53.0.2 2017-05-08 15:35:16 +00:00
ryoon
d8a2eb5e4c Update to 53.0.1
* Sync with firefox-53.0.2
2017-05-08 15:34:46 +00:00
ryoon
d2e81c678f Updated www/firefox to 53.0.2 2017-05-08 15:34:11 +00:00
ryoon
14c11c62d6 Update to 53.0.2
Changelog:
Fixed
    Various security fixes
    Make form validation errors and date picker panel visible to the user (Bug 1341190)

Changed
    The non-standard showDialog argument to window.find is now ignored (Bug 1348409)

Security fixes:
 #CVE-2017-5031: Use after free in ANGLE
2017-05-08 15:33:43 +00:00
jperkin
dcea72a435 Requires curses. 2017-05-08 15:33:34 +00:00
schmonz
b85da7c4bd Needs C++11. 2017-05-08 12:02:06 +00:00
leot
3eb560234a Do not strip the `.md' extension for README.
Spotted, kindly suggested and thanks to <wiz>!
2017-05-08 10:25:29 +00:00
adam
93a70ee90c Updated databases/py-ldap3 to 2.2.4 2017-05-08 10:03:13 +00:00
adam
9b70d54da2 Changes 2.2.4:
leading and trailing spaces in server name don’t raise exception anymore - DitContentRule is properly read from the schema - added validator for Active Directory timestamp - Mock strategies raise an exception if a non-bytes value is added to the schema when no offline schema is provided (str and int are automatically converted) - added custom_validators property to Mock strategies - modifying objectClass with bytes values doesn’t raise an exception anymore (but it may fail anyway because of server constraints) - ensure that config sequence parameters are properly set - allow case insensitive attribute and class names in config parameters - added server.schema.is_valid() to check if the schema is available - empty schema properties are set to empty dict() instead of None - schema definitions with traling and leading spaces are now properly parsed and don’t raise an LDAPSchemaError exception anymore - fixed error when flaky servers (OpenLDAP) don’t return the correct response with StartTls
2017-05-08 10:02:34 +00:00
sborrill
4d5b0082ce Remove full paths in patches 2017-05-08 09:18:31 +00:00
manu
ffbc5dc129 Build fix: missing dependency on graphics/p5-GraphViz 2017-05-08 09:07:40 +00:00
leot
2b0db804dd Updated www/pup to 0.4.0nb2 2017-05-08 08:50:25 +00:00
leot
2f29eac7d3 Install README too.
Unfortunately pup doesn't have any man pages. However, README.md is
a good introduction to it so install it in `share/doc/pup' so that binary
package users can easily access it.

Bump PKGREVISION.

Discussed with <fhajny>
2017-05-08 08:50:13 +00:00
adam
1ef2b9efdc Updated www/py-django to 1.11.1 2017-05-08 04:59:28 +00:00
adam
81258f3d5e Changes 1.11.1:
Allowed disabling server-side cursors on PostgreSQL

Bugfixes:
Made migrations respect Index’s name argument. If you created a named index with Django 1.11, makemigrations will create a migration to recreate the index with the correct name.
Fixed a crash when using a __icontains lookup on a ArrayField.
Fixed a crash when using a two-tuple in EmailMessage’s attachments argument.
Fixed QuerySet.filter() crash when it references the name of a OneToOneField primary key.
Fixed empty POST data table appearing instead of “No POST data” in HTML debug page.
Restored BoundFields without any choices evaluating to True.
Prevented SessionBase.cycle_key() from losing session data if _session_cache isn’t populated.
Fixed layout of ReadOnlyPasswordHashWidget (used in the admin’s user change page).
Allowed prefetch calls on managers with custom ModelIterable subclasses.
Fixed change password link in the contrib.auth admin for el, es_MX, and pt translations.
Restored the output of the class attribute in the <ul> of widgets that use the multiple_input.html template. This fixes ModelAdmin.radio_fields with admin.HORIZONTAL.
Fixed crash in BaseGeometryWidget.subwidgets().
Fixed exception reraising in ORM query execution when cursor.execute() fails and the subsequent cursor.close() also fails.
Fixed a regression where CheckboxSelectMultiple, NullBooleanSelect, RadioSelect, SelectMultiple, and Select localized option values.
Corrected the stack level of unordered queryset pagination warnings.
Fixed a regression causing incorrect queries for __in subquery lookups when models use ForeignKey.to_field.
Fixed crash when overriding the template of django.views.static.directory_index().
Fixed a regression in formset min_num validation with unchanged forms that have initial data.
Prepared for cx_Oracle 6.0 support.
Updated the contrib.postgres SplitArrayWidget to use template-based widget rendering.
Fixed crash in BaseGeometryWidget.get_context() when overriding existing attrs.
Prevented AddIndex and RemoveIndex from mutating model state.
Prevented migrations from dropping database indexes from Meta.indexes when changing Field.db_index to False.
Fixed a regression in choice ordering in form fields with grouped and non-grouped options.
Fixed crash in BaseInlineFormSet._construct_form() when using save_as_new.
Fixed a regression where Model._state.db wasn’t set correctly on multi-table inheritance parent models after saving a child model.
Corrected the return type of ArrayField(CITextField()) values retrieved from the database.
Fixed QuerySet.prefetch_related() crash when fetching relations in nested Prefetch objects.
Prevented hiding GDAL errors if it’s not installed when using contrib.gis. (It’s a required dependency as of Django 1.11.)
Fixed a regression causing __in lookups on a foreign key to fail when using the foreign key’s parent model as the lookup
2017-05-08 04:58:58 +00:00
he
7db92edbc9 Fix CVE-2016-10267 ref.
http://bugzilla.maptools.org/show_bug.cgi?id=2611
43bc256d8a
Bump PKGREVISION.
2017-05-07 21:52:16 +00:00
he
aab68e95d6 Fix CVE-2016-10266 ref.
http://bugzilla.maptools.org/show_bug.cgi?id=2596
438274f938
Bump PKGREVISION.
2017-05-07 21:32:30 +00:00
joerg
5b9503a263 Merge upstream patches for fixing the build with clang. 2017-05-07 21:21:01 +00:00
joerg
64b17a2117 Move compiler flags into Makefile.common. 2017-05-07 21:19:47 +00:00
wiz
08715fb5be Updated wm/notion to 3.2017050501 2017-05-07 16:10:47 +00:00
wiz
e725b4b1d0 Updated notion to 3.2017050501.
I've just released version 3-2017050501 of Notion.

This is mostly a maintenance release, but some notable changes include:

* Add focuslist menu for workspaces (thanks to @hedning)
* Add sizepolicy support for menus (thanks to @hedning)
* Fix statusd free memory (thanks to @jsbackus)
* Improve error messages for invalid key combinations (thanks to @xmw and
  @knixeur)
* configuration options for warp cursor placement (thanks to Campbell
  Barton)
* include net_client_list in the default configuration
* add Subtle(wm)-like window management to contrib scripts (@gwash)
* add rofi menu support (thanks to @olejorgenb and @hedning)
* various cleanups (thanks to Campbell Barton, Wojtek Aniszewski,
  @jsbackus, Joe Mason, @olejorgenb)
2017-05-07 16:10:35 +00:00
wiz
647c9d9a71 + convmv-2.01, flex-2.6.4, gstreamer1-1.12.0, libmicrohttpd-0.9.54,
p5-Net-DNS-1.10, p5-Params-Validate-1.28, p5-Test-Simple-1.302085,
  py-mercurial-4.2, py-tortoisehg-4.2, todoman-3.2.0, vim-8.0.0596,
  vim-share-8.0.0596, x264-devel-20170506.
2017-05-07 16:04:08 +00:00
mef
7bab6b52ff Add following lines for make test
BUILD_DEPENDS+= p5-Test-Most-[0-9]*:../../devel/p5-Test-Most
  BUILD_DEPENDS+= p5-Text-Diff-[0-9]*:../../textproc/p5-Text-Diff
2017-05-07 15:09:38 +00:00
mef
cc5e5d1dcf Added biology/p5-BioPerl version 1.007001 2017-05-07 13:59:16 +00:00
mef
780c0ae2bd Import p5-BioPerl-1.007001 as biology/p5-BioPerl.
Easy first time access to BioPerl via functions.
2017-05-07 13:57:12 +00:00
wiz
164174e3df Remove patch that has no effect. 2017-05-07 08:08:44 +00:00
tsutsui
6b748570d0 Make this build (i.e. dump with -batch etc. work) on NetBSD/amd64 7.1.
Bump PKGREVISION to denote changes.

`emacs -nw' gets a startup window, but emacs (with Xt) still dumps core.
XXX: maybe much more prototypes are neccesary for LONG_LISP_OBJECT and
XXX: VALBITS>=32 on LP64.
2017-05-07 06:49:23 +00:00
tsutsui
a9794397ed Remove .orig files in the original tar archive to make mkpatches(1) easier. 2017-05-07 04:52:43 +00:00
mef
ec7f0047b5 Updated devel/cre2 to 0.3.4 2017-05-07 03:13:35 +00:00
mef
889ce9a218 Updated devel/cr2 from 0.1b6 to 0.3.4
--------------------------------
0.3.4 2017-04-04
  - bumped version number to 0.3.4, added credits
0.3.3 2016-09-15
  - development of building infrastructure, better selection of C++11
0.3.2 2016-09-14
  - udpated installation infrastructure to work with recent revision
    of re2 under the autotools
0.3.1 2016-03-18
  - bumped version number to 0.3.1
0.3.0 2016-03-17
  - bumped version number to 0.3.0
0.2.0 2016-02-16
  - documentation review
2017-05-07 03:13:24 +00:00
mef
09dc1c6f97 Updated sysutils/screenfetch to 3.8.0 2017-05-07 02:02:24 +00:00
mef
db4156810e Updated sysutils/screenfetch to 3.8.0
-------------------------------------
v3.8.0
        - Additional Intel GPU checks
        - Gentoo release check (whether it's stable/testing/experimental)
        - Chromebrew detection for Chrome OS pkgs
        - OpenBSD fixes
        - Manjaro logo updated
        - Added Fux logo
        - Enable easily addable custom lines through customlines() function
        - Line wrapping with '-w' command line option
        - Fix issue with extra space and host variable
        - Improvements to OS X font detection
        - Fixed package count, shell detection and colors on NetBSD
        - Added pkgsrc support for OS X
        - Use new NixOS logo
        - Use new KaOS logo
        - PCLinuxOS logo added
        - pomf host removed (does not exist anymore)
        - Display the package count, resolution, GPU and OS version on Haiku
        - Display release version and package count on TinyCore Linux
        - Display exact release version on Windows 10
        - Use modern logo on Windows 10 and Windows 8
        - Support for Blackbox on Windows
        - Improve BusyBox shell detection
        - Added detection for Trinity/TWin, chromeos-wm, FLWM, howm,
          sway, LXQt and Deepin [DEs/WMs]
        - Added detection for Alpine, BunsenLabs, Chrome OS, Chromium
          OS, Devuan, Fux, GrombyangOS, KDE neon, Kogaion, Mer, Msys,
          Netrunner, Oracle Linux, PCLinuxOS, Qubes OS, Parrot
          Security, Pardus, Red Star OS, ROSA, SailfishOS,
          SparkyLinux, SteamOS, SUSE Linux Enterprise and SwagArch

(pkgsrc changes)
 - Drop patch, upstream now included.
2017-05-07 02:02:10 +00:00
he
2a68e10732 Note updates tiff-4.0.7nb{8,9}. 2017-05-06 21:37:59 +00:00
he
34e134e2a5 Fix CVE-2016-10268, ref.
http://bugzilla.maptools.org/show_bug.cgi?id=2598
5397a417e6
Bump PKGREVISION.
2017-05-06 21:37:16 +00:00
he
f4b1a1ef47 Fix CVE-2016-10270, ref.
http://bugzilla.maptools.org/show_bug.cgi?id=2608
9a72a69e03
Bump PKGREVISION.
2017-05-06 21:29:16 +00:00
he
aba3004384 Add entries for tiff-4.0.7nb{5,6,7}. 2017-05-06 21:04:03 +00:00
he
350bf9bfaa Fix CVE-2016-10269, ref. http://bugzilla.maptools.org/show_bug.cgi?id=2604
and
1044b43637
Bump PKGREVISION.
2017-05-06 21:02:00 +00:00
he
718a5c631d Fix CVE-2016-10094, ref. http://bugzilla.maptools.org/show_bug.cgi?id=2640
and https://github.com/vadz/libtiff/commit/c7153361a4041260719b340f73f2f76
Bump PKGREVISION.
2017-05-06 20:34:40 +00:00
maya
9b2f5621fc Document the pain of libmp4v2 in a single number change. 2017-05-06 18:20:17 +00:00
maya
fa0a8259fc libmp4v2: fix build more properly.
if 0 likely out of bounds write, we only have one scratch channel,
don't write to a second if asked to do stereo (thanks, GCC 4.5.3!)

convert lowercase min, max to uppercase - libstdc++6 doesn't approve
of it. mostly using sed, because there's too many occurences.

if we're not returning anything, use a void return type.

fix likely issue with signed char - 0251 may be truncated, but the
equivalent \xa9 won't be.

don't store a return value if we're not going to check it.

correct misleading indentation.

Remove -fpermissive too, as it caused jperkin issues. I could build
without removing -Werror, but I'll keep it since it's full of warnings.

XXX do we want a security advisory for this, if it can be triggered?
2017-05-06 18:12:00 +00:00
sevan
13b404e17b The version of find(1) included in Darwin did not support {} + being passed to
the exec option up until version 9 (Leopard). sysutils/findutils should be used on
prior releases.
This resolves packaging Python modules which utilise lang/python/egg.mk. find(1)
is called here with '{}' +; passed to exec option.
2017-05-06 16:33:54 +00:00
tsutsui
6daedd95a8 Updated x11/mlterm to 3.8.1 2017-05-06 13:49:31 +00:00
tsutsui
dd6ca38ec9 Update mlterm to 3.8.1.
Changes noted in doc/en/ReleaseNote:

ver 3.8.1
* Support wayland including libvte compatible library.
  (Build mlterm with --with-gui=wayland option.) (see doc/en/README.wayland)
* Support "compose_dec_special_font" / --decsp option on framebuffer and wayland.
* "line_space" option accepts negative value.
* Add "underline_offset" / --ulpos option.
* Rename wskbd_repeat_1 and wskbd_repeat_N options to kbd_repeat_1 and kbd_repeat_N.
* Enable --enable-anti-alias option of configure script by default.
* Add --enable-fontconfig option which enables fontconfig on framebuffer and wayland
  to configure script. (This option is enabled by default.)
* Add "use_aafont" option which gets mlterm to apply ~/.mlterm/*aafont configurations
  with the use of fontconfig on framebuffer and wayland.
  (The default value is true on wayland, while false on framebuffer.)
* Search alternative glyphs in other fonts automatically on framebuffer and wayland.
  (This feature is enabled if mlterm-{fb|wl} is built with freetype and fontconfig.)
* libvte compatible library supports vte 0.46.0 API.
* Bug fixes:
  Fix detection failuer of mouse event devices on framebuffer/linux. (Thanks to @nyarla)
  (See http://the.nyarla.net/entry/2017/03/25/142516 for details.)
  Fix segfault in using many colors by SGR 38;2;r;g;b or 48;2;r;g;b sequence.
2017-05-06 13:48:39 +00:00
mef
e3cc7d8fa6 Updated mbone/rtptools to 1.21 2017-05-06 08:22:33 +00:00