Commit Graph

62606 Commits

Author SHA1 Message Date
Benny Siegert 682f4ca4be simple-scan: update to 3.38.1.
This compiles and installs fine but crashes on startup. I would be happy
if someone could take a look!
2020-10-31 14:29:15 +01:00
Benny Siegert cf1fa199a9 +libgusb 2020-10-31 14:29:14 +01:00
Benny Siegert ec6b7532c7 New package, libgusb-0.3.5.
GUsb is a GObject wrapper for libusb1 that makes it easy to do
asynchronous control, bulk and interrupt transfers with proper
cancellation and integration into a mainloop.
This makes it easy to integrate low level USB transfers with your
high-level application or system daemon.

Not everything you can do in libusb1 is wrapped, although we'll accept
feature requests (with patches) if it makes sense.
2020-10-31 14:29:13 +01:00
Pierre Pronchery 205f0e27b9 jicofo: package version 644
JItsi COnference FOcus is a server side focus component used in Jitsi Meet
conferences.

Conference focus is mandatory component of Jitsi Meet conferencing system next
to the videobridge. It is responsible for managing media sessions between each
of the participants and the videobridge. Whenever new conference is about to
start an IQ is sent to the component to allocate new focus instance. After that
special focus participant joins Multi User Chat room. It will be creating
Jingle session between Jitsi videobridge and the participant. Although the
session in terms of XMPP is between focus user and participant the media will
flow between participant and the videobridge. That's because focus user will
allocate Colibri channels on the bridge and use them as its own Jingle
transport.
2020-10-31 09:10:53 +01:00
Pierre Pronchery 8a1cd2ae06 jitsi-meet: update to version 4476 2020-10-31 07:35:59 +01:00
Iku Iwasa c866b1e859 pre-commit: Update to 2.8.2
2.8.2 - 2020-10-30

Fixes

* Fix installation of ruby hooks with language_version: default

2.8.1 - 2020-10-28
Fixes

* Allow default language_version of system when the homedir is /

2.8.0 - 2020-10-28

Features

* Update rbenv / ruby-build
* Update sample-config versions
* Add new language: dotnet
* Add --negate option to language: pygrep hooks
* Add zipapp support
* Run pre-commit through https://pre-commit.ci
* Add new language: coursier (a jvm-based package manager)
* Exit with distinct codes: 1 (user error), 3 (unexpected error), 130 (^C)

Fixes

* Improve healthy() check for language: node + language_version: system
  hooks when the system executable goes missing.
* Fix excess whitespace in error log traceback
* Fix posixlike shebang invocations with shim executables of the git hook
  script on windows.
* Remove hard-coded C:\PythonXX\python.exe path on windows as it caused
  confusion (and virtualenv can sometimes do better)
* Fix language: ruby hooks when --format-executable is present in a gemrc
* Move cygwin / win32 mismatch error earlier to catch msys2 mismatches
* Remove -p workaround for old virtualenv
* Fix language: node installations to not symlink outside of the
  environment
* Don't identify shim executables as valid system for defaulting
  language_version for language: node / language: ruby
2020-10-31 09:27:43 +09:00
Iku Iwasa 1813abe9ea py-virtualenv20: Update to 20.1.0
Features - 20.1.0

* The python specification can now take one or more values, first found is
  used to create the virtual environment
2020-10-31 09:27:43 +09:00
Iku Iwasa d505997052 packer: Update to 1.6.5
FEATURES:

* New Builder(s): Proxmox builder has been split into two new builders
  proxmox-iso and promox-clone. See Proxmox Builder for more information on
  the builder. For users of the previous proxmox builder please use packer
  fix to migrate your templates to the new promox-iso builder. [GH-9262]

BUG FIXES:

* builder/amazon: SSM connection now recovers from reboots. [GH-10003]
* builder/azure-arm: Fix build failures due to the deletion of additional
  managed disks defined in "disk_additional_size". [GH-10163]
* builder/azure-chroot: Fix typo in option exlude_from_latest to
  exclude_from_latest. Old name will still be respected. [GH-10034]
* builder/googlecompute: Fix HCL image_encryption_key fields and use the
  same casing in JSON and HCL2 [GH-10173]
* builder/openstack: Fix source image validation regression when using
  filters. [GH-10065]
* builder/proxmox: Fix unhandled buildvar type for HCL2 enabled build
  templates. [GH-10154]
* builder/qemu: Fix a regression where Packer would not wait properly in
  step_shutdown when a null communicator was used. [GH-10178]
* builder/qemu: Fix crash in step_run of qemu when loading commhostport
  form the statebag in a situation where the communicator is none. [GH-10145]
* builder/vsphere-clone: Packer was not respecting the "destroy" flag set
  in the content library config, and always keeping the source vm. This has
  been fixed. [GH-10165]
* builder/vsphere: Ensure builds are able to continue when no communicator
  has been specified "communicator": "none". [GH-9964]
* builder/vsphere: Fix CD uploads so that Packer does not try to delete a
  CD that was not successfully uploaded. [GH-10155]
* core/hcl: Hide sensitive variables from output. [GH-10031]
* core/hcl: Packer HCL's "Coalesce" function now behaves same way as
  Terraform's. [GH-10016]
* core: Fix artifact handling so that input artifacts are properly
  preserved in postprocessors that don't modify artifacts. [GH-9996]
* core: Fix pathing in cd_files to copy proper directory tree when user
  provided absolute paths. [GH-10022]
* provisioner/ansible: Ansible galaxy no longer forces use of collections
  in v1 files. [GH-10010]

IMPROVEMENTS:

* builder/amazon-ebssurrogate: Apply snapshot tags at snapshot creation
  time. [GH-10150]
* builder/amazon: Add io2 as a supported volume type. [GH-10102]
* builder/amazon: Add support for source instance tenancy [GH-10085]
* builder/google: Add service account impersonation. [GH-9968] [GH-10054]
* builder/googlecompute: Add skip_create_image option. [GH-10115]
* builder/googlecompute: Allow users to select the algorithm to use when
  generating temporary SSH keypair [GH-10111]
* builder/linode: Add state_timeout attribute to Linode builder. [GH-10128]
* builder/oracle-oci: New option to specify image compartment separate from
  build compartment. [GH-10040]
* builder/oracle-oci: New option to specify boot volume size. [GH-10017]
* builder/oracle: Add base_image_filter option as alternative to
  base_image_ocid [GH-10116]
* builder/outscale: Migrate to new Outscale SDK. [GH-10056]
* builder/proxmox: split Proxmox into proxmox-iso and
  proxmox-clone. [GH-9626] [GH-10166]
* builder/scaleway: Allow the user to use an image label (eg ubuntu_focal)
  instead of a hardcoded UUID on the Scaleway builder. [GH-10061]
* builder/vsphere: Skip iso download if hashed file is already present on
  remote datastore. [GH-10143]
* builder/yandex: Add support for IAM credentials in the token field and
  YC_TOKEN environment variable. [GH-10158]
* core/hcl: Add ability to set version restrictions [GH-10149]
* core/hcl: Add build.name variable so users can access build name in
  addition to source name. [GH-10114]
* core/hcl: Add consul_key function to HCL templates. [GH-10119]
* core/hcl: Add HCL2 aws_secretsmanager function [GH-10124]
* core/hcl: Add packer.version variable to hcl configs so users can access
  the Packer release version. [GH-10117]
* core: Let user provide type of generated ssh key instead of always doing
  ssh- rsa [GH-10101]
2020-10-31 09:27:43 +09:00
Iku Iwasa 437973e3c5 iosevka-*: Update to 3.7.1
Changes of version 3.7.1

* Fix broken line height under Macintosh.

Changes of version 3.7.0

* Make v-k-cursive visible in Upright and Oblique; Split variant selectors
  for k and K.
* Add flat hooked but tailed variants for f (VXEX ... VXFA).
* Fix mark position of Small Heng With Hook (U+0267) and Small Heng
  (U+A727); add letter Cyrillic Iotified Small and Big Yus (U+0468, U+0469,
  U+046C, U+046D), Capital Heng (U+A726), and Cyrillic En With Hook
  (U+04C7, U+04C8).
* Corrected shape of descender-accented Cyrillic letters under Slab; Add
  letter Khakassian Che (U+04CB, U+04CC) and Ghe With Descender (U+04F6,
  U+04F7).
* Add more asterisk and star dingbats (U+2733, U+2734, U+2737 ... U+273A).
* Add more sized geometric shapes (U+26AA, U+26AB, U+2B1A ... U+2B1E,
  U+2B25 ... U+2B2B, U+2BC0 ... U+2BC8, U+2BCA, U+2BCB).
* Fix variant selection for ɳ (U+0273), ɖ (U+0256), and ᶑ (U+1D91).
* Fix shape of capital J under Aile.
* Fix lSlash's shape under Aile.
* Add graphic form of CGJ(U+034F), ZWNJ (U+200C), ZWJ (U+200D), Object
  Replacement Character (U+FFFC), and Replacement Character (U+FFFD).
* Add semicircle arrows (U+21B6, U+21B7) and open-circle arrows (U+21BA,
  U+21BB).
2020-10-31 09:27:43 +09:00
Yuuki Enomoto 7dac529fa2 zabbix50-frontend: Update to 5.0.5 2020-10-31 09:16:31 +09:00
Yuuki Enomoto b54188a489 zabbix50-java: Update to 5.0.5 2020-10-31 09:06:40 +09:00
Yuuki Enomoto 9d5894edcc zabbix50-proxy: Update to 5.0.5
- Remove "ipmi" option from PKG_SUGGESTED_OPTIONS because devel/OpenIPMI
  not found
2020-10-31 09:03:02 +09:00
Yuuki Enomoto 6eec7809e1 zabbix50-agent: Update to 5.0.5 2020-10-31 08:56:02 +09:00
Yuuki Enomoto 6b92d2626e zabbix50-server: Update to 5.0.5
- Remove "ipmi" option from PKG_SUGGESTED_OPTIONS because devel/OpenIPMI
  not found.
- Update PLIST. If user enabled PKG_OPTIONS.zabbix50-server=mysql in
  mk.conf, this build possible to fail.
2020-10-31 08:45:41 +09:00
Maya Rashish 5ee0e6cdad glide: Add the usual cargo workaround for adding RPATH. 2020-10-30 21:18:22 +02:00
pin f4a31a36f3 glide: clean-up the package 2020-10-30 14:43:36 +01:00
pin 8143e8ad47 wip/glide: import pkg
Glide is a simple and minimalistic media player relying on GStreamer for the
multimedia support and GTK+ for the user interface. Glide should be able
to play any multimedia format supported by GStreamer, locally or remotely
hosted.
2020-10-30 13:37:41 +01:00
Thomas Klausner 9da3281bd3 emacs-git: add new file to PLIST 2020-10-30 10:56:31 +01:00
K.I.A.Derouiche aa365d7e59 wip/py-lazr-restfulclient: py-lazr-restfulclient-0.14.3 2020-10-29 23:20:05 +01:00
K.I.A.Derouiche 3ecc3b6ec1 wip/py-wsgi-intercep: py-wsgi-intercep-1.9.2 2020-10-29 23:15:52 +01:00
K.I.A.Derouiche 87822b10d3 wip/py-wsgi-intercept: import py-wsgi-intercept-0.4 2020-10-29 19:14:56 +01:00
Pierre Pronchery f2c71243f8 thunderbird68-enigmail: import as version 2.1.7
Enigmail is a security extension to Mozilla Thunderbird and Seamonkey.
It integrates the renowned OpenPGP standard provided by GnuPG.

Sending and receiving encrypted and digitally signed email gets just
simple using Enigmail.

Thunderbird 78 from pkgsrc's 2020Q3 branch, which is supposed to
integrate Enigmail (but maybe not quite fully yet) does not work at all
for me, and Thunderbird 68 is still there anyway. This therefore
re-imports Enigmail for this version.
2020-10-29 05:15:40 +01:00
K.I.A.Derouiche 5411161be8 Update wip/py-storm: 0.24 2020-10-28 22:38:37 +01:00
K.I.A.Derouiche a2ac2585b0 wip/py-ZopeSecurity: import py-ZopeSecurity-5.1.1 2020-10-28 16:18:36 +01:00
Frank Kardel 66d28ae62f libyang: make cmocka a tool dependency 2020-10-28 13:15:29 +01:00
pin eddd8035d7 Remove xnotify: imported to pkgsrc 2020-10-28 12:42:28 +01:00
pin f3500fc452 xnotify: update to 0.7.1
Any objection to import this?
2020-10-28 07:35:30 +01:00
Paul Ripke 2958494142 nlopt: Fix substitution file list which breaks with the latest 2020Q3 makefiles. 2020-10-28 17:24:17 +11:00
K.I.A.Derouiche 3541c08091 import py-qt-thread-updater-1.1.3 to wip 2020-10-27 23:34:08 +01:00
K.I.A.Derouiche 8d59e4452c set COMMENT: py-qtpy 2020-10-27 23:13:59 +01:00
K.I.A.Derouiche 8219a6e71c wip/py-mpi4y-fft: import py-mpi4y-fft-3.0.3 2020-10-27 23:09:23 +01:00
K.I.A.Derouiche 59561fd9cc SET MASTER_SITES: use MASTER_SITE_PYPI keyword 2020-10-27 22:57:49 +01:00
K.I.A.Derouiche 0e6ab7be20 wip/py-vis: import pyvis-0.1.8.2 2020-10-27 16:24:52 +01:00
Jason Bacon 140de9cee3 openblas: Enabling building single-threaded variant on NetBSD
openmp and pthreads variants will require patching for NetBSD cpuset
2020-10-27 09:31:53 -05:00
Frank Kardel 96053e1049 frr: fix dependency information and paths for staticd rc script 2020-10-27 11:42:16 +01:00
Kamil Rytarowski d7c3540c30 pinentry-dmenu: Fix defaults 2020-10-27 03:43:19 +01:00
Paul Ripke 0993ab6a2f cgal: Upgrade from 4.14 to 5.1.
Noteably, cgal has switched to a header only release, and no longer builds
and installs libraries.

Tested as a dependency of PrusaSlicer and openscad.
2020-10-27 13:38:49 +11:00
Paul Ripke c4999c6351 threadingbuildingblocks: Clean up config to allow normal building with gcc.
Copy the FreeBSD config, slightly modified, to allow normal building with
gcc. Kills off the pkglint warnings.
2020-10-27 13:38:49 +11:00
Kamil Rytarowski 3f344a185f pinentry-dmenu: Fix install 2020-10-27 03:38:15 +01:00
Kamil Rytarowski a4cd4b2dac pintentry-dmenu: Fix build 2020-10-27 03:22:07 +01:00
Kamil Rytarowski ddf6e4b8de pinentry-dmenu: Regenerate distinfo 2020-10-27 01:54:30 +01:00
Kamil Rytarowski 9c9315b3a9 wip/pinentry-dmenu: import pinentry-dmenu-0.2.2
pinentry-dmenu is a pinentry program with the charm of dmenu.
2020-10-27 01:33:15 +01:00
K.I.A.Derouiche 06dd75ab9f import py-fastapi-0.61.1 to wip 2020-10-27 01:06:19 +01:00
K.I.A.Derouiche f470356d08 import py-postgresfixture-0.4.2 to wip 2020-10-27 01:02:14 +01:00
K.I.A.Derouiche 2874be168c import py-wasserplan-0.1.3 to wip 2020-10-27 00:57:18 +01:00
K.I.A.Derouiche 1c51b6b21d import py-teamcity-messages-1.28 to wip 2020-10-27 00:55:35 +01:00
K.I.A.Derouiche c33e6e7cb7 import py-path-and-address-2.0.1 to wip 2020-10-27 00:53:48 +01:00
K.I.A.Derouiche cee8e0bbd7 import py-graphene-sqlalchemy-2.3.0 to wip 2020-10-27 00:45:33 +01:00
K.I.A.Derouiche 9725bccb28 import py-grip-4.5.2 to wip 2020-10-27 00:44:16 +01:00
K.I.A.Derouiche bf6f379f10 import py-graphene-2.1.8 to wip 2020-10-27 00:42:48 +01:00