Commit graph

326810 commits

Author SHA1 Message Date
wiz
b8877aeff6 spdlog: update to 1.8.1.
1.8.1

    Fixed load_env_levels() and load_argv_levels() #1680 (thanks @Tridacnid ).
    Fixed stdout sink that produced extra carriage returns on Windows #1675 (thanks @chris-t-w ).
    Fixed msvc_sink including windows.h #1667 (thanks @Ryan-rsm-McKenzie).
    Fixed stopwatch's clock to use chrono::steady_clock #1676 (thanks @SuperWig).
    Added support for Rcpp (R cpp compiler) #1685 (thanks @eddelbuettel).

1.8.0

    Upgraded bundled fmt to version 7.0.3.
    New stopwatch utility for quick & easy logging of elapsed time.
    Raised CMake requirement to 3.10 and cleanup CMakeLists.txt (#1624). Thanks @tambry.
    Added get_level() and should_log() functions to the spdlog:: namespace (#1628). Thanks @eyalroz.
    Fixed tcp_client for macOS (#1640). Thanks @dkruempe.
    Fixed cfg::load_env_levels() function declaration (#1651). Thanks @bareya.
    Updated Fedora install info in the readme (#1653). Thanks @gk6k6k.
    Fixed #1617 (aligned function pattern flag is broken). Thanks @VelocityRa for reporting.
    Fixed #1581 (compiling under msys in win10).
2020-10-06 09:25:26 +00:00
adam
7f296706bc py-leather: add DEPENDS, cleanup 2020-10-06 08:41:35 +00:00
adam
a2f0581d62 py-pytimeparse: cleanup 2020-10-06 08:37:23 +00:00
adam
dcbf126419 www/py-django-import-export, net/py-responses 2020-10-06 05:43:54 +00:00
adam
3ca4ebde11 py-responses: updated to 0.12.0
0.12.0
- Remove support for Python 3.4.

0.11.0
- Added the `match` parameter to `add()`.
- Added `responses.urlencoded_params_matcher()` and `responses.json_params_matcher()`.
2020-10-06 05:43:30 +00:00
adam
db1ba8f488 py-django-import-export: updated to 2.4.0
2.4.0:
Fix deprecated Django 3.1 Signal(providing_args=...) usage.
Fix deprecated Django 3.1 django.conf.urls.url() usage.
2020-10-06 05:41:16 +00:00
adam
31e193868d Updated security/py-google-auth, www/py-h11 2020-10-06 05:38:05 +00:00
adam
591ec47696 py-h11: updated to 0.11.0
v0.11.0

New features:

* h11 now stores and makes available the raw header name as
  received. In addition h11 will write out header names with the same
  casing as passed to it. This allows compatibility with systems that
  expect titlecased header names.
* Multiple content length headers are now merged into a single header
  if all the values are equal, if any are unequal a LocalProtocol
  error is raised (as before).

Backwards **in**\compatible changes:

* Headers added by h11, rather than passed to it, now have titlecased
  names. Whilst this should help compatibility it replaces the
  previous lowercased header names.
2020-10-06 05:36:36 +00:00
adam
bc4bb43150 py-google-auth: updated to 1.22.1
1.22.1

Bug Fixes
move aiohttp to extra as it is currently internal surface


1.22.0

Features
add asyncio based auth flow
2020-10-06 05:35:24 +00:00
mef
087e6a165e (inputmethod/ibus) regen PLIST 2020-10-06 04:27:39 +00:00
mef
04af2040dd doc: Updated cad/dinotrace-mode to 9.4f 2020-10-06 04:02:08 +00:00
mef
2fa9454026 (cad/dinotrace-mode) Update 9.4c to 9.4f (9.4c was broken recently)
(pkgsrc)
 - githubify

(upstream)  .. Following info are the same as dinotrace properl

* Dinotrace 9.4f 2019/10/26

****    Minor cleanups for github repository.

* Dinotrace 9.4e 2016/11/24

****    Fix clang compiler warnings.

* Dinotrace 9.4d 2014/09/12

****    Fix compiler warnings
2020-10-06 04:01:57 +00:00
mef
9781d4e1b0 doc: Updated comms/openobex to 1.7.2 2020-10-06 03:46:20 +00:00
mef
496d198563 (comms/openobex) Updated 1.7.1 to 1.7.2. ChangeLog unknown. Adapt to Doxygen 1.8.20 2020-10-06 03:46:02 +00:00
mef
145cb3787d (cross/avr-libc) Adapt to doxygen 1.8.20, PKGREVISION++ 2020-10-06 02:06:05 +00:00
mrg
5a10bc63f6 csound 6.15.0. 2020-10-06 00:27:51 +00:00
mrg
275985571f update csound to 6.15.0.
changes from 6.14.0 include:

- new opcodes: randc, mp3out, metro2, ftexists, schedulek,
  lastcycle, and strstrip
- new array based channel opcodes: chngeti, chngetk, chngeta,
  chngets, chnseti, chnsetk, chnseta, and chnsets
- terniary expressions only evaluate the chosen path now
- orchestra macros persist in more places
- modified opcodes: squinewave, pindex, sflooper, event_i,
  fluidControl, bpf, stsend, stecv, pvstrace, lpfreson,
  syncloop, bpfcs, zacl, outvalue, chnget, chnset, copya2ftab,
  syncloop, lowresx, and outch
- // style comments allowed

changes from 6.15.0 include:

- new opcodes: ftset, lufs, bob (Moog analog based filter),
  sterrain, wterrain2, count, count_i, cntCreate, cntRead,
  cntReset, cntCycles, cntState, println, rndseed, arduinoStart,
  arduinoRead, arduinoStop, lpcfilter, lpcanal, allpole, pvslpc,
  pvscfs, apoleparams, resonbnk, gauss, pvsbandwidth, and vps
- many orchestra fixes
- modified opcodes: cent, semitone, taninv2, ftslice, ptable,
  GEN20, fprint(k)s, lastcycle, chn_k, trim, GEN16, scale,
  schedule, schedulek, GEN11, partials, ctrlinit, fin, and fink.
- many bugs fixed


this also fixes the build which broke recently for reasons i
can't quite figure out.  also PR#55696.
2020-10-06 00:26:51 +00:00
mcf
674af5d4ca psmisc: fix sscanf usage bug under musl libc
C99 says that the %15c conversion specifier matches *exactly* 15
characters, so if the process name is shorter than 15 characters,
it is not matched and 0 is returned. Some implementations (such as
glibc) return a match, even with fewer characters than the field
width, but this cannot be assumed.

Instead, use %15[^)], as in upstream commit [0], which matches a
non-empty sequence of characters other than ')'.

[0] ca2b176889
2020-10-06 00:19:05 +00:00
gutteridge
44505cd1e8 groonga: adjust to use $PKG_BUILD_OPTIONS in buildlink3.mk
Match the expected variable name in this context and adjust to
(pkglint) recommended style. (I'm not sure some or all of this
handling is actually necessary; it isn't needed in one of my test
environments. I've left it in for now.)
2020-10-06 00:11:47 +00:00
gdt
6c49e4ac10 mit-krb5: Remediate bashism
(I don't know how this built before, but it's in a test file, so no
PKGREVISION bump is necessary.)
2020-10-05 23:24:44 +00:00
gdt
3e2c548fd5 mit-krb5: Remove old MESSAGE content
The move of client programs to mit-krb5-appl was 2 years ago and no
longer news.  Also, it is clearly stated in the DESCR.
2020-10-05 23:22:04 +00:00
gutteridge
a99c4abe0b groonga: fix typos in DESCR 2020-10-05 22:19:37 +00:00
mef
3f6b616424 doc: Updated cad/dinotrace to 9.4f 2020-10-05 22:10:16 +00:00
mef
7379539e0d (cad/dinotrace) Updated 9.4c to 9.4f
(pkgsrc)
 - githubify

(upstream)
* Dinotrace 9.4f 2019/10/26

****    Minor cleanups for github repository.

* Dinotrace 9.4e 2016/11/24

****    Fix clang compiler warnings.

* Dinotrace 9.4d 2014/09/12

****    Fix compiler warnings.
2020-10-05 22:10:01 +00:00
wiz
b7e172607e doc: Updated devel/py-plumbum to 1.6.1.post0nb1 2020-10-05 21:24:25 +00:00
wiz
9b4adc731b py-plumbum: use egg.mk
Previously, this had a missing dependency.

Bump PKGREVISION to be on the safe side.
2020-10-05 21:24:16 +00:00
mef
7e8aaa075f (ham/gnuradio-doxygen) PKGREVISION++ 2020-10-05 21:23:06 +00:00
wiz
1e60d7d7f6 doc: Updated devel/py-bintrees to 2.1.0nb1 2020-10-05 21:22:49 +00:00
wiz
e3b2d56481 py-bintrees: use egg.mk
Previously, this had a missing build dependency.
Now this does not install the *.so file listed in the PLIST, so perhaps
there are more optional dependencies. khorben@?

Bump PKGREVISION to be on the safe side.
2020-10-05 21:22:39 +00:00
mef
a47959393d (ham/gnuradio-doxygen) regen PLIST, adapting to doxygen-1.8.20. 2020-10-05 21:21:36 +00:00
adam
3e1eb910bd Updated math/py-asteval, devel/py-google-api-core 2020-10-05 21:12:39 +00:00
adam
0fc8defe81 py-google-api-core: updated to 1.22.4
1.22.4

Bug Fixes
use version.py instead of pkg_resources.get_distribution

1.22.3

Bug Fixes
deps: require six >= 1.13.0
2020-10-05 21:12:19 +00:00
adam
07b7ed52ab py-asteval: updated to 0.9.19
0.9.19:
erge branch 'nested_interrupts_returns'
2020-10-05 21:05:09 +00:00
nils
8ea6d355c9 Updated www/siege to 4.0.7 2020-10-05 20:16:55 +00:00
nils
7e3369012c Updated www/siege to version 4.0.7.
Upstream changes (from 4.0.4) :
* src/cookie.c           Fixed an issue with expires
* src/cookies.c          Fixed an issue with persistence
* src/version.c          Version increment: 4.0.7
* src/init.c             Minor bug fix
* src/auth.c             Fixed initialization error
* src/version.c          Version increment: 4.0.6
* src/creds.c            Fixed an initialization problem
* src/cookies.c          Fixed locking issue
* src/url.c              Fixed an initialization problem
* src/init.c             Fixed an initialization problem
* src/memory.c           Formatting change
* src/version.c          Version increment: 4.0.5
* src/main.c             Added -j/--json-output
* src/init.c             Added -j/--json-output - force quiet mode
* src/setup.h            Added variable for json output
* doc/siegerc.in         Added documentation to the config file
* src/url.c              Adding DELETE and OPTIONS support.
* src/browser.c          Adding DELETE and OPTIONS support.
* src/http.c             Correct capitalization for Content-Type & Content-Length
* src/response.c         Handle case of incorrect server response header
* README.md              Make readme's title nice
* src/page.c             Remove needless memset(2)
* src/cookies.c          Bug fix - prevent segfault when getenv(HOME) is null
* src/load.c             Bug fix - allow content-type override at cmd line
* src/version.c          Version increment: 4.0.4r3
* src/url.c              Skipped URL escaping for the host and port
* src/version.c          Version increment: 4.0.4r2
* src/sock.c             Added support for IPv6
* src/url.c              Added support for parsing IPv6 addresses
* src/version.c          Version increment: 4.0.4r1
2020-10-05 20:15:01 +00:00
nils
2b0172fb0b Updated www/py-pelican to 4.5.0 2020-10-05 19:36:14 +00:00
nils
a579f7bf4e Updated www/py-pelican to version 4.5.0.
Upstream changes (no version published between 4.2.0 and 4.5.0):
* List registered plugins via pelican-plugins command
* Override settings via -e / --extra-settings CLI option flags
* Add settings for custom Jinja globals and tests
* Customize article summary ellipsis via SUMMARY_END_SUFFIX setting
* Customize Typogrify dash handling via new TYPOGRIFY_DASHES setting
* Support Unicode when generating slugs
* Support Asciidoc .adoc file generation in Pelican importer
* Improve user experience when pelican --listen web server is quit
* Improve Invoke tasks template
* Include tests in source distributions
* Switch CI from Travis to GitHub Actions
* Remove support for Python 2.7

Pkgsrc changes:
* package is now incompatible with lang/python27
2020-10-05 19:34:51 +00:00
nia
e515b45786 xonotic: fix GLX UI when pkgsrc Mesa is not installed
basically: load libGL unversioned

bump PKGREVISION
2020-10-05 18:53:37 +00:00
gutteridge
446704e46d doc: Updated x11/mate-panel to 1.24.1 2020-10-05 17:36:25 +00:00
gutteridge
aee890989a mate-panel: fix builds with newer libwnck3, and update to 1.24.1
pkgsrc-specific change: the PLIST generated by this package varies,
depending on the version of libwnck3 it's built against. Newer versions
of libwnck3 offer window previewing functionality that mate-panel
conditionally detects and uses, if available, which installs an extra
config file (org.mate.panel.applet.window-list-previews.gschema.xml).

Change log:

mate-panel 1.24.1

  * update translations
  * wncklet: Hide window preview on non-visible windows
  * launcher: Fix memory leaks
  * launcher: Fix memory leak
  * panel-util: Fix memory leak
  * Fix creating several launchers at once
  * clock: Fix GError double free
  * clock: Properly free rsvg handles
  * wncklet: Fix leaking cairo_t
  * panel-run-dialog: Fix leaking tree model strings
  * workspace-switcher: Fix leaking color string
  * panel-properties-dialog: Fix leaking string
  * clock: Fix leaking GtkListStore
  * panel-profile: Fix leaking list elements
  * clock: Fix list iteration
  * panel-lockdown: Fix leaking string array
  * panel-menu-items: Fix leaking string
  * mate-panel-applet: Fix leaking GVariantBuilder
  * launcher: Fix leaking strings
  * clock: Fix leaking cairo surface
  * Clarify meaning of panel reset option
  * panel-toplevel: Refactor panel_toplevel_update_hide_buttons_size()
  * panel-util: Fix leaking root GFile
  * panel-profile: Fix leaking list elements
  * panel-frame: Fix leaking background-color
  * panel-applet-frame: Fix leaking bg_pattern
  * fix release tarballs on travis CI failed
  * build: silent build warnings for distcheck
  * use default MATE_COMPILE_WARNINGS level
  * Add larger icon sizes
  * Clean scalable svg files
  * button-widget: Fix memory leak
  * Do not collect the translation for Icon
  * Enable applications in addto menu (fixes 1055) (#1056)
2020-10-05 17:35:55 +00:00
triaxx
04dfc28f92 doc: Updated graphics/ImageMagick to 7.0.10.33 2020-10-05 17:23:56 +00:00
triaxx
491a90f453 ImageMagick: Update to 7.0.10.33
pkgsrc changes:
---------------
  * Package update
  * Fix build on FreeBSD (pull requested upstream)

upstream changes:
-----------------
2020-10-04  7.0.10-33  <quetzlzacatenango@image...>
  * Release ImageMagick version 7.0.10-33 GIT revision 17683:c1bfec283:20201004

2020-10-04  7.0.10-33  <quetzlzacatenango@image...>
  * miscellaneous clean-up.
2020-10-05 17:23:29 +00:00
nia
680c9a2b90 updated advice for -current 2020-10-05 16:30:00 +00:00
roy
8e338ad0fe doc: Updated net/dhcpcd to 9.3.0 2020-10-05 15:55:35 +00:00
roy
1a562e1187 Update to dhcpcd-9.3.0 with the following changes:
* dhcpcd: Backticks have been removed from quoting filenames
 * dhcpcd: Only manipulate stdin, stdout and stderr if they are valid
 * duid: Adjust option so the type can be specified
 * logerr: Don't leak logfile fd to scripts
 * privsep: Support SECCOMP on Linux
 * privsep: Run the launcher process in the sandbox
 * privsep: getifaddrs now carries ifa_data for BSD
 * BSD: Use `ifi_link_state` as the single source of truth about carrier
 * BSD: Ignore vether(4) devices by default
 * Linux: If in a network namespace, don't load udev plugin
2020-10-05 15:55:15 +00:00
nia
ec9098acbf harfbuzz: Set INCDIRS
Somehow I've had this patch lying around for a while despite committing
packages that depend on it - oops
2020-10-05 15:38:45 +00:00
wiz
bf676d34ff doc: Updated archivers/torrentzip to 1.0.6 2020-10-05 15:21:18 +00:00
wiz
427a0a236d torrentzip: update to 1.0.6.
Switch to mono version from new upstream.
Improved zip64 support.
2020-10-05 15:21:07 +00:00
tnn
7d21cf644a doc: Updated devel/git-lfs to 2.12.0 2020-10-05 12:50:24 +00:00
tnn
cc5370e3ff git-lfs: update to 2.12.0
Features
  config: optionally read .lfsconfig from the repository
  Support SHA-256 repositories
  allow Go 1.11 builds by using WaitStatus.ExitStatus()
  add --worktree option to install and uninstall commands
  Allow locking and unlocking non-existent files
Bugs
  docs/api/locking: add an explicit
  Fix hang when the user lacks permissions
  Don't mark unlocked files that aren't lockable as read-only
  git: consider full refspec when determining seen refs
2020-10-05 12:49:41 +00:00