summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-04-14revbump after icu updateadam681-1241/+1362
2018-04-14Updated www/firefox to 59.0.2nb2ryoon1-1/+2
2018-04-14Autodetect www/firefox UI language, bump PKGREVISION of www/firefoxryoon4-5/+23
2018-04-14textproc/icu: updated to 61.1adam4-17/+16
61.1: Common Changes * CLDR 33: - Two additional locales (Odia, Assamese) were brought up to Modern coverage level. - 4 new transforms: fa-fa_FONIPA, ha-ha_NE, nv-nv_FONIPA, vec-vec_FONIPA. - New currency code MRU for Mauritania. - Arabic native vs. ASCII digits. - Data additions & bug fixes. * Many small API additions, improvements, and bug fixes. ICU4C Specific Changes * Added Google double-conversion library for formatting doubles. This is the library used in V8 and a number of other projects for converting doubles to decimals. To avoid name collisions, the library is linked internally under the ICU namespace as icu::double_conversion. Our copy of double_conversion is not intended for public usage. * Re-wrote U8_NEXT macros to eliminate all library function calls.
2018-04-14Corrected the last entry (cheers to wiz :))adam1-2/+2
2018-04-14doc/TODO: add somewiz1-3/+4
+ handbrake-1.1.0, neomutt-20180323, pidgin-2.13.0.
2018-04-14doc/CHANGES-2018: Updated devel/git-base to 2.16.3nb1 [adam 2018-04-14]wiz1-1/+2
2018-04-14git-base: bump PKGREVISION for more installed files.wiz1-1/+2
2018-04-14git-base: fixed PERLLIBDIR; removed unused SUBSTadam4-16/+28
2018-04-14git-base: compute PERLLIBDIR in a less noisy way.wiz1-4/+4
2018-04-14Updated devel/py-pexpect, math/py-lmfit, www/py-django-admin-rangefilter; ↵adam1-1/+5
Added math/py-asteval
2018-04-14py-django-admin-rangefilter: updated to 0.3.4adam2-7/+7
0.3.4: Update setup.py for new pypi 0.3.3: Bug fix
2018-04-14py-lmfit: updated to 0.9.9adam3-17/+12
Version 0.9.9: Lmfit now uses the asteval (https://github.com/newville/asteval) package instead of distributing its own copy. The minimum required asteval version is 0.9.12, which is available on PyPi. If you see import errors related to asteval, please make sure that you actually have the latest version installed.
2018-04-14py-asteval: added version 0.9.12adam5-1/+50
ASTEVAL is a safe(ish) evaluator of Python expressions and statements, using Python's ast module. The idea is to provide a simple, safe, and robust miniature mathematical language that can handle user-input. The emphasis here is on mathematical expressions, and so many functions from numpy are imported and used if available.
2018-04-14py-pexpect: updated to 4.5.0adam2-7/+7
Version 4.5 * :class:~.spawn and :class:~.fdspawn now have a use_poll parameter. If this is True, they will use :func:select.poll instead of :func:select.select. poll() allows file descriptors above 1024, but it must be explicitly enabled due to compatibility concerns * The :meth:.pxssh.login method has several new and changed options: * The option password_regex allows changing the password prompt regex, for servers that include password: in a banner before reaching a prompt * :meth:~.pxssh.login now allows for setting up SSH tunnels to be requested once logged in to the remote server. This option is ssh_tunnels The structure should be like this:: { 'local': ['2424:localhost:22'], # Local SSH tunnels 'remote': ['2525:localhost:22'], # Remote SSH tunnels 'dynamic': [8888], # Dynamic/SOCKS tunnels } * The option spawn_local_ssh=False allows subsequent logins from the remote session and treats the session as if it was local * Setting sync_original_prompt=False will prevent changing the prompt to something unique, in case the remote server is sensitive to new lines at login * If ssh_key=True is passed, the SSH client forces forwarding the authentication agent to the remote server instead of providing a key
2018-04-14libraw update to 0.18.8markd1-1/+2
2018-04-14libraw: update to 0.18.8markd6-117/+13
2018-02-23 Alex Tutubalin <lexa@lexa.ru> Secunia #81000: Credit: Laurent Delosieres, Secunia Research at Flexera * leaf_hdr_load_raw: check for image pointer for demosaiced raw * NOKIARAW parser: check image dimensions readed from file * quicktake_100_load_raw: check width/height limits * LibRaw 0.18.8 2018-01-29 Alex Tutubalin <lexa@lexa.ru> * Checks for width+left_margin/height+top_margin not larger than 64k * LIBRAW_MAX_ALLOC_MB define limits maximum image/raw_image allocation (default is 2048 so 2Gb per array) * LibRaw::read_shorts item count is now unsigned 2018-01-19 Alex Tutubalin <lexa@lexa.ru> Secunia #79000: Credit: Laurent Delosieres, Secunia Research at Flexera * All legacy (RGB raw) image loaders checks for imgdata.image is not NULL * kodak_radc_load_raw: check image size before processing * legacy memory allocator: allocate max(widh,raw_width)*max(height,raw_height) * LibRaw 0.18.7 2017-12-06 Alex Tutubalin <lexa@lexa.ru> Secunia #76000: * Fixed fuji_width handling if file is neither fuji nor DNG * Fixed xtrans interpolate for broken xtrans pattern * Fixed panasonic decoder * LibRaw 0.18.6 2017-09-22 Alex Tutubalin <lexa@lexa.ru> * Fixed possible out of bound access in Kodak 6500 loader * LibRaw 0.18.5 2017-09-12 Alex Tutubalin <lexa@lexa.ru> * CVE-2017-14348: Fix for possible heap overrun in Canon makernotes parser Credit: Henri Salo from Nixu Corporation * LibRaw 0.18.4 2017-09-09 Alex Tutubalin <lexa@lexa.ru> * Fix for CVE-2017-13735 * CVE-2017-14265: Additional check for X-Trans CFA pattern data * LibRaw 0.18.3 2017-03-08 Alex Tutubalin <lexa@lexa.ru> * Fixed several errors (Secunia advisory SA75000) * ACES colorspace output option included in dcraw_emu help page * Avoided possible 32-bit overflows in Sony metadata parser * Phase One flat field code called even for half-s * LibRaw 0.18.2 2017-02-12 Alex Tutubalin <lexa@lexa.ru> * Camera Support: Sigma Quatto H * Fixed bug in FujiExpoMidPointShift parser * Fixed wrong black level in Sony A350 * Added standard integer types for VisualStudio 2008 and earlier * LibRaw 0.18.1 2016-12-27 Alex Tutubalin <lexa@lexa.ru> * Licensing changes: - there is no 'LibRaw Software License 27032010' licensing anymore (and all signed agreements have expired) - LibRaw is now dual-licensed: LGPL 2.1 or CDDL 1.0 * Camera support (+87): Apple: iPad Pro, iPhone SE, iPhone 6s, iPhone 6 plus, iPhone 7, iPhone 7 plus BlackMagic Micro Cinema Camera, URSA, URSA Mini Canon PowerShot G5 X, PowerShot G7 X Mark II, PowerShot G9 X, IXUS 160 (CHDK hack), EOS 5D Mark IV, EOS 80D, EOS 1300D, EOS M10, EOS M5, EOS-1D X Mark II Casio EX-ZR4000/5000 DXO One, FujiFilm X-Pro2, X70, X-E2S, X-T2 Gione E7 GITUP GIT2 Google Pixel,Pixel XL Hasselblad X1D, True Zoom HTC MyTouch 4G, One (A9), One (M9), 10 Huawei P9 Leica M (Typ 262), M-D (Typ 262), S (Typ 007), SL (Typ 601), X-U (Typ 113), TL LG G3, G4 Meizy MX4 Nikon D5, D500, D3400 Olympus E-PL8, E-M10 Mark II, Pen F, SH-3, E-M1-II Panasonic DMC-G8/80/81/85, DMC-GX80/85, DMC-TZ80/81/85/ZS60, DMC-TZ100/101/ZS100,DMC-LX9/10/15, FZ2000/FZ2500 Pentax K-1, K-3 II, K-70 PhaseOne IQ3 100MP RaspberryPi Camera, Camera V2 Ricoh GR II Samsung Galaxy S7, S7 Edge Sigma sd Quattro Sony A7S II, ILCA-68 (A68),ILCE-6300,DSC-RX1R II,DSC-RX10III, DSC-RX100V, ILCA-99M2 (A99-II), a6500 IMX214, IMX219, IMX230, IMX298-mipi 16mp, IMX219-mipi 8mp, Xperia L PtGrey GRAS-50S5C YUNEEC CGO4 Xiaomi MI3, RedMi Note3 Pro * Floating point DNG support: - new data fields: imgdata.rawdata.float_image - bayer float data imgdata.rawdata.float3_image - 3-component float data imgdata.rawdata.float4_image - 4-component float data imgdata.color.fmaximum - float data maximum (calculated from real data, rounded to 1.0 if below 1.0) - new raw processing flag LIBRAW_PROCESSING_CONVERTFLOAT_TO_INT - converts float data to 16-bit integer immediately after decoding with default parameters - new API Calls: int LibRaw::is_floating_point() returns non-zero if RAW file contains floating point data int LibRaw::have_fpdata() returns non-zero if rawdata.float*_image is not null LibRaw::convertFloatToInt(float dmin=4096.f, float dmax=32767.f, float dtarget = 16383.f) converts float/float3/float4_image to raw_image/color3/color4_image with or without scaling: * New API calls unsigned LibRaw::capabilities and C-API libraw_capabilities() allows developers to determine LibRaw compile flags at runtime. Returns ORed bit fields: LIBRAW_CAPS_RAWSPEED - LibRaw was compiled with RawSpeed Support LIBRAW_CAPS_DNGSDK - LibRaw was compiled with Adobe DNG SDK LIBRAW_CAPS_DEMOSAICSGPL2, LIBRAW_CAPS_DEMOSAICSGPL3 - LibRaw was compiled with demosaic packs (GPL2/GPL3) * More metadata parsed: - White balance coefficients stored in the raw file are extracted into: int imgdata.color.WBCoeffs[256][4] - array indexed by EXIF lightsource type for example, WBCoeffs[21][..] contains coefficients for D65 lightsource float imgdata.color.WBCT_Coeffs[64][5] contains white balance data specified for given color temperature: WBCT_Coeffs[i][0] contains temperature value, and [1]..[4] are WB coefficients. - DNG analog balance, per-channel black/white level, and forward matrix - vendor specific metadata stored in vendor-specific data structures * new C-API calls: void libraw_set_user_mul(libraw_data_t *lr,int index, float val); void libraw_set_ca_correction(libraw_data_t *lr,int ca_correc, float ca_red, float ca_blue); void libraw_set_cfalinenoise(libraw_data_t *lr,int cfaline, float linenoise); void libraw_set_wf_debanding(libraw_data_t *lr, int wf_debanding, float wfd0, float wfd1, float wfd2, float wfd3); void libraw_set_interpolation_passes(libraw_data_t *lr,int passes);
2018-04-14kde: default applications version to 18.04.0markd1-2/+2
2018-04-14doc: Updated mail/qmail-autoresponder to 2.0schmonz1-1/+2
2018-04-14Update to 2.0. From the changelog:schmonz2-7/+7
- Changed the filenames of response record files so they sort by time in a directory listing. This may cause extra responses after upgrading. - Added support for putting the original sender (%s) and recipient (%r) in the response message. - Added support for single file config mode, including the response. - Fixed handling of MySQL default timestamp value.
2018-04-13kde: dont need to extract with gtar any moremarkd1-2/+2
2018-04-13Note update of net/tcl-scotty to 2.1.11nb16.he1-1/+2
2018-04-13Move to patching unix/configure.in, and regen unix/configure.he4-20/+605
Add a patch to search for __dn_expand in -lresolv if it's not in libc, as is the case on Linux Debian. Bump PKGREVISION.
2018-04-13earmv7hf gcc also miscompiles ocpnDC::DrawRounderRectangle nowbouyer3-9/+22
(or maybe opencpn 4.8.0 didn't use it). Apply the same workaround as ocpnDC::DrawEllipse. Bump PKGREVISION
2018-04-13Note update of shells/rssh to 2.3.4nb2.he1-1/+2
2018-04-13Add a patch to main.c.in (and in the process rename the diff):he4-30/+54
Make a copy of the basename() result, so as to avoid a fortify abort due to overlapping memcpy() when the result from basename() is subsequently passed to basename(). Bump PKGREVISION.
2018-04-13Apparently, I somehow forgot to update this.dholland1-1/+2
2018-04-13doc: Updated ruby-gnome2 packages to 3.2.4tsutsui1-1/+23
2018-04-13ruby-gnome2: update to 3.2.4.tsutsui40-148/+142
Upstream changes (from NEWS): == Ruby-GNOME2 3.2.4: 2018-04-09 This is a bug fix release of 3.2.3. === Changes ==== Ruby/GLib2 * Fixes * Fixed a bug that some constants aren't defined. If a content name is the same constant name at the top level such as (({Gtk::Object})), the constant isn't defined. [GitHub#1154][Debian#894816][mikutter#1199] [Reported by Akira Ouchi][Forwarded by HIGUCHI Daisuke] ==== RubyRsvg2 * Improvements * Windows: Upgraded bundled librsvg to 2.42.3. === Thanks * Akira Ouchi * HIGUCHI Daisuke == Ruby-GNOME2 3.2.3: 2018-04-03 This is a bug fix release of 3.2.2. === Changes ==== Ruby/GObjectIntrospection * Fixes * Fixed a crash bug when (({GLib::Bytes})) is passed as an argument. == Ruby-GNOME2 3.2.2: 2018-04-02 This is a release to support Ruby 2.5 on Windows. === Changes ==== All * Windows: Added Ruby 2.5 support. [GitHub#1148][Reported by Andy Meneely] * Red Hat: Use (({pkgconfig(name)})) style. [GitHub#1117][Patch by Mamoru TASAKA] ==== Ruby/GLib2 * Improvements * (({GLib::Bytes#to_s})): Changed to return a frozen string to reduce data copy. * Migrated to (({TypedData})) from (({Data})). ==== Ruby/GObjectIntrospection * Improvements * Added (({nil})) argument check. * (({GObjectIntrospection::Loader#rubyish_method_name})): Added (({:n_in_args_offset})) option. * Suppressed a needless copy of (({GLib::Bytes})). * Added filename array support. [GitHub#1151][Patch by cedlemo] * Fixes * Fixed a overflow bug on 32bit. [Debian#766020][Reported by Mario Lang] [GitHub#1137][Forwarded by HIGUCHI Daisuke] ==== Ruby/GTK2 * Fixes * Fix the wrong number of arguments. [GitHub#1133][Reported by Mamoru TASAKA] ==== Ruby/GDK3 * Improvements * Ensured loading GDK 3. [GitHub#1126][Patch by cedlemo] * Fixes * (({Gdk::Screen.default})): Fixed a GC related crash. * (({Gtk::Widget#style_context})): Fixed a GC related crash. [GitHub#1149][Reported by Valentin Pelloin] ==== Ruby/GTK3 * Improvements * Added a tool palette demo. [GitHub#1116][Patch by cedlemo] * Added a shortcut demo. [GitHub#1120][Patch by cedlemo] * Updated demo. [Reported by Titouan Teyssier] [GitHub#1139][Patch by Titouan Teyssier] * Updated README. [GitHub#1127][Patch by cedlemo] * Fixes * (({Gtk::Container#add_child(child)})): Made workable again. ==== Ruby/Poppler * Fixes * (({Poppler::Page#thumbnail_size})): Fixed return value. [GitHub:rcairo/rcairo#51][Reported by Mamoru TASAKA] ==== Ruby/Gnumeric * Improvements * Improved .typelib for Gnumeric detection. [GitHub#1118][Reported by cedlemo] === Thanks * cedlemo * Mamoru TASAKA * Titouan Teyssier * Mario Lang * HIGUCHI Daisuke * Andy Meneely * Valentin Pelloin
2018-04-13doc: Updated www/yaws to 2.0.5fhajny2-3/+3
2018-04-13www/yaws: Update to 2.0.5. Add SMF support.fhajny7-76/+118
No changelog or release notes. Commit log available from the website: http://yaws.hyber.org/
2018-04-13doc: Added devel/R-iterators version 1.0.9minskim1-1/+2
2018-04-13devel/Makefile: Add R-iteratorsminskim1-1/+2
2018-04-13devel/R-iterators: Import version 1.0.9minskim3-0/+22
Support for iterators, which allow a programmer to traverse through all the elements of a vector, list, or other collection of data. Packaged by mishka@ for pkgsrc-wip and modified by me.
2018-04-13doc: Added devel/ocaml-lwt_log version 1.1.0jaapb1-1/+2
2018-04-13Added package devel/ocaml-lwt_log, a logging library for ocaml-lwt.jaapb5-0/+83
This package has been split off from the main Lwt package.
2018-04-13doc: Added math/R-prettyunits version 1.0.2minskim1-1/+2
2018-04-13math/Makefile: Add R-prettyunitsminskim1-1/+2
2018-04-13math/R-prettyunits: Import version 1.0.2minskim3-0/+26
Pretty, human readable formatting of quantities. Time intervals: 1337000 -> 15d 11h 23m 20s. Vague time intervals: 2674000 -> about a month ago. Bytes: 1337 -> 1.34 kB.
2018-04-13Revbump associated with the upgrade of lang/ocamljaapb88-165/+176
(this is the upgrade from 4.06 to 4.06.1)
2018-04-13Added ocaml-lwt_log to Makefile SUBDIRsjaapb1-1/+2
2018-04-13doc: Updated www/eliom to 6.3.0jaapb1-1/+2
2018-04-13Updated www/eliom to version 6.3.0.jaapb10-316/+49
This version adds compatibility with OCaml 4.06, Lwt 3 (and 4) and js_of_ocaml 3. It also has various small bugfixes and improvements.
2018-04-13doc: Updated www/ocsigen to 2.9jaapb1-1/+2
2018-04-13Updated www/ocsigen to version 2.9.jaapb21-271/+231
This release adds support for OCaml 4.06 and Lwt 3 (and 4), removes support for Camlp4 and includes various other small improvements and bugfixes.
2018-04-13Update MESSAGE for www/firefox-59 or laterryoon1-5/+3
Requested by Marc Baudoin on pkgsrc-changes@. Thanks for your notice. This stayed in my long To Do list.
2018-04-13doc: Updated devel/js_of_ocaml to 3.1.0jaapb1-1/+2
2018-04-13Updated devel/js_of_ocaml to version 3.1.0.jaapb7-64/+146
This is an interim release with some bugfixes and minor improvements.
2018-04-13doc: Updated devel/ocaml-lwt_react to 1.1.1jaapb1-1/+2
2018-04-13Updated devel/ocaml-lwt_react to version 1.1.1.jaapb3-7/+8
This upgrade was introduced with Lwt 4.0.0. It fixes a bug with Lwt_react.E.limit and Lwt_react.S.limit.