Commit Graph

62090 Commits

Author SHA1 Message Date
Jason Bacon 47d5b436a9 basic-stats: Add population-stddev and sample-stddev 2020-09-26 08:17:33 +00:00
Leonardo Taccari 05b3fddc43 xnotify: Import xnotify-0.3.2 as wip/xnotify
XNotify displays a notification on the screen. XNotify receives a
notification specification in stdin and shows a notification for the
user on the screen.
2020-09-26 13:10:09 +02:00
Iku Iwasa e1caa5cddf restic: Update to 0.10.0
Switched to use go-module.mk.

* Fix 1863: Report correct number of directories processed by backup
* Fix 2254: Fix tar issues when dumping /
* Fix 2281: Handle format verbs like '%' properly in find output
* Fix 2298: Do not hang when run as a background job
* Fix 2389: Fix mangled json output of backup command
* Fix 2390: Refresh lock timestamp
* Fix 2429: Backup --json reports total_bytes_processed as 0
* Fix 2469: Fix incorrect bytes stats in diff command
* Fix 2518: Do not crash with Synology NAS sftp server
* Fix 2531: Fix incorrect size calculation in stats --mode restore-size
* Fix 2537: Fix incorrect file counts in stats --mode restore-size
* Fix 2592: SFTP backend supports IPv6 addresses
* Fix 2607: Honor RESTIC_CACHE_DIR environment variable on Mac and Windows
* Fix 2668: Don't abort the stats command when data blobs are missing
* Fix 2674: Add stricter prune error checks
* Fix 2899: Fix possible crash in the progress bar of check --read-data
* Chg 2482: Remove vendored dependencies
* Chg 2546: Return exit code 3 when failing to backup all source data
* Chg 2600: Update dependencies, require Go >= 1.13
* Chg 1597: Honor the --no-lock flag in the mount command
* Enh 1570: Support specifying multiple host flags for various commands
* Enh 1680: Optimize restic mount
* Enh 2072: Display snapshot date when using restic find
* Enh 2175: Allow specifying user and host when creating keys
* Enh 2277: Add support for ppc64le
* Enh 2395: Ignore sync errors when operation not supported by local filesystem
* Enh 2427: Add flag --iexclude-file to backup command
* Enh 2569: Support excluding files by their size
* Enh 2571: Self-heal missing file parts during backup of unchanged files
* Enh 2858: Support filtering snapshots by tag and path in the stats command
* Enh 323: Add command for copying snapshots between repositories
* Enh 551: Use optimized library for hash calculation of file chunks
* Enh 2195: Simplify and improve restore performance
* Enh 2328: Improve speed of check command
* Enh 2423: Support user@domain parsing as user
* Enh 2576: Improve the chunking algorithm
* Enh 2598: Improve speed of diff command
* Enh 2599: Slightly reduce memory usage of prune and stats commands
* Enh 2733: S3 backend: Add support for WebIdentityTokenFile
* Enh 2773: Optimize handling of new index entries
* Enh 2781: Reduce memory consumption of in-memory index
* Enh 2786: Optimize list blobs command
* Enh 2790: Optimized file access in restic mount
* Enh 2840: Speed-up file deletion in forget, prune and rebuild-index
2020-09-26 14:23:16 +09:00
Iku Iwasa d0ddae968f vault: Update to 1.5.4
SECURITY:

* Batch Token Expiry: We addressed an issue where batch token leases could
  outlive their TTL because we were not scheduling the expiration time
  correctly. This vulnerability affects Vault OSS and Vault Enterprise 1.0
  and newer and is fixed in 1.4.7 and 1.5.4 (CVE-2020-25816).

IMPROVEMENTS:

* secrets/pki: Handle expiration of a cert not in storage as a success
  [GH-9880]
* auth/kubernetes: Add an option to disable defaulting to the local CA cert
  and service account JWT when running in a Kubernetes pod [GH-97]
* secrets/gcp: Add check for 403 during rollback to prevent repeated
  deletion calls [GH-97]
* core: Disable usage metrics collection on performance standby
  nodes. [GH-9966]
* credential/aws: Added X-Amz-Content-Sha256 as a default STS request
  header [GH-10009]

BUG FIXES:

* agent: Fix disable_fast_negotiation not being set on the auth method when
  configured by user. [GH-9892]
* core (enterprise): Fix hang when cluster-wide plugin reload cleanup is
  slow on unseal
* core (enterprise): Fix an error in cluster-wide plugin reload cleanup
  following such a reload
* core: Fix crash when metrics collection encounters zero-length keys in KV
  store [GH-9811]
* mfa (enterprise): Fix incorrect handling of PingID responses that could
  result in auth requests failing
* replication (enterprise): Improve race condition when using a newly
  created token on a performance standby node
* replication (enterprise): Only write failover cluster addresses if
  they've changed
* ui: fix bug where dropdown for identity/entity management is not
  reflective of actual policy [GH-9958]
2020-09-26 14:04:33 +09:00
Iku Iwasa 9be242a2c2 packer: Update to 1.6.3
IMPROVEMENTS:

* builder/amazon: Add pause_before_ssm option to pause for some time before
  establishing a Session Manager session; defaults to 10s. [GH-9988]
* builder/amazon: Implement assume_role option that matches Terraform
  behavior. [GH-9981]
* builder/azure: Support publishing to a Shared Image Gallery with a
  different subscription id [GH-9875]
* builder/openstack: Add external_source_image_url and
  external_source_image_format to support building images from external
  source URLs. [GH-9992]
* builder/openstack: Include API requests and responses as part of the
  debug log output. [GH-9972]
* builder/oracle-oci: Add create_vnic_details option for launch
  details. [GH-9856]
* builder/oracle-oci: Allow freeform and defined tags to be added to an
  instance. [GH-9802]
* builder/proxmox: Add io_thread option for supporting io threads when
  using a virtio-scsi-single controller with a scsi or virtio disk
  type. [GH-9969]
* builder/proxmox: Add ability to specify interfaces for http_directroy and
  VM. [GH-9874]
* builder/proxmox: Allow the mounting of multiple ISOs via the cd_drive
  option. [GH-9653]
* builder/proxmox: Fix boot command special keys. [GH-9885]
* builder/qemu: Add qemu_img_args option to set special cli flags for calls
  to qemu-img [GH-9956]
* builder/qemu: Add skip_resize_disk option to skip the resizing of QCOW2
  images. [GH-9896] [GH-9860]
* builder/qemu: Skip qemu-img convert on MacOS to prevent the creation of
  corrupt images QEMU #1776920 [GH-9949]
* builder/scaleway: Change default boottype to local. [GH-9853]
* builder/scaleway: Update scaleway to use non-deprecated sdk. [GH-9902]
* builder/vmware: Add vnc_over_websocket to allow the sending of a
  boot_command to hosts running ESXi 6.7 and above. [GH-9938]
* builder/vmware: Allow user to set vmware tools source path. [GH-9983]
* builder/vsphere-clone: Add ability to set mac_address [GH-9930]
* builder/vsphere-clone: Add floppy_files, cd_files, and iso_paths
  options. [GH-9963]
* builder/vsphere-iso: Add NVMe controller support. [GH-9880]
* builder/vsphere: Look for a default resource pool when root resource pool
  is not found. [GH-9809]
* core: Add support for running cygwin/msys2 based cd/iso creation tool
  [GH-9954]
* core: New cd_files option to mount iso for modern OSes which don't
  support floppies. [GH-9796] [GH-9919] [GH-9928] [GH-9932] [GH-9941]
* HCL2: When the type of a variable is not known evaluate setting as a
  literal string instead of a variable name. [GH-9863]
* post-processor/vagrant: Support the use of template variables within
  Vagrantfile templates. [GH-9923]
* post-processor/yandex-import: Allow custom API endpoint. [GH-9850]
* provisioner/ansible: Add support for Ansible Galaxy
  Collections. [GH-9903]

BUG FIXES:

* builder/amazon-ebs: Fix issue where retrying on invalid IAM instance
  profile error was creating multiple spot instances. [GH-9946]
* builder/amazon-ebssurrogate: Fix issue where builder defaults to AWS
  managed key even when custom kms_key_id is set. [GH-9959]
* builder/amazon: Update ssm_driver log polling logic to prevent infinite
  loops when SSM driver is terminated outside of Packer. [GH-9991]
* builder/azure: Fix crash when using HCL2 configs. [GH-9984] [GH-9985]
* builder/qemu: Fix hardcoded lowerbound causing negative ports [GH-9905]
* builder/qemu: Skip compaction when backing file is used. [GH-9918]
* builder/scaleway: Add pre validate step to prevent the creation of
  multiple images with the same name. [GH-9840]
* builder/vmware-iso: Prevent the use of reserved SCSI ID 0:7 when
  attaching multiple disks. [GH-9940]
* builder/vsphere: Fix overly strict iso_path validation regex. [GH-9855]
* command/console: Prevent failure when there are unknown vars. [GH-9864]
* command/inspect: Allow unset variables in HCL2 and JSON. [GH-9832]
* core: Prevent the UI progressbar from hanging and crashing when there is
  no TTY available. [GH-9974]
* core: Use $APPDATA over $HOME on Windows hosts when determining
  homedir. [GH-9830]
* post-processor/digitalocean-import: Fix crash caused by empty
  artifact.Files slice. [GH-9857]
* post-processor/yandex-export: Check for error after runner
  completes. [GH-9925]
* post-processor/yandex-export: Set metadata key to expected value on
  error. [GH-9849]
* post-processor/yandex-import: Fix S3 URL construct process. [GH-9931]
2020-09-26 13:55:31 +09:00
Iku Iwasa 5240aaa064 iosevka-*: Update to 3.6.1
* Add dice symbols (U+2680 ... U+2685).
* Add medium and extra-small squares (U+25FB ... U+25FE), white squares and
  circles with quadrants (U+25F0 ... U+25F7) and white diagonal half
  triangles (U+25F8 ... U+25FA, U+25FF).
2020-09-26 13:51:38 +09:00
Iku Iwasa 18cd3b7f3c py-identify: Update to 1.5.5 2020-09-26 13:30:18 +09:00
Pierre Pronchery 3e9a9991e5 deepstate: add support for libfuzzer 2020-09-26 05:18:32 +02:00
Jason Bacon a382c7fa46 basic-stats: Add population variance 2020-09-25 20:51:44 +00:00
Juraj Lutter 81d0c59a4a unifi6: Update to 6.0.23
Changelog since 6.0.22:
* Improvements
  - Add MAC Address Filtering for WLAN.
  - Limit maximum shown upload/download utilization to 100%.
* Bugfixes
  - Fix Accordions in Beta Settings Networks from being unable to open.
  - WiFi AI - fix excluded channels dropdown/list.
  - System Settings -> Updates: use 24h format if it is set in system settings.
  - Ensure DHCP Relay section can be found in search.
  - Update AP Group form labels.
Known issues
  - VLANs beyond UAP wireless downlinks may not have connectivity - under investigation

Changelog for 6.0.22:
* Improvements:
  - Enable client statistics (option is no longer configurable).
  - System Settings Design Updates, new Scheduled Upgrade Modal.
  - Add sub page transitions.
  - Do not allow changing timezone, hostname and controller name on UniFi OS.
  - Improve Plug-and-Play adoption on UniFi OS.
  - Add "disabled" option for PMF in Beta Settings.

* Bugfixes:
  - Remove VLAN Only networks with 0 VLAN tag and assign
    Default LAN Network to affected WiFi Networks. (fix may not help in
    all reported cases yet)
  - Fix number of clients reported on dashboard.
  - Fix hostname validation rule.
  - Fix WAN IP uniqueness validation on save.
  - Fix issues submitting site-to-site VPN Configuration in Beta Settings.
  - Fix Creating VPN’s on UDM's (that could result in commit errors).
  - Move "Enable Smart Queues" tooltip to label.
  - Added error message for RADIUS secret length.
  - Show Content Filtering for UDM and UXG family devices only.
  - Get WLAN limit for each band separately in Beta Settings.
  - Style and component fixes in property panel.

* Known issues:
  - VLANs beyond UAP wireless downlinks may not have connectivity - under investigation

Changelog for 6.0.20 (the first 6.0.x release):

* What’s New in 6.0?
  - Introduce Beta Dashboard for UDM.
  - Implement Real-Time statistics for UDM.
  - Preview new Beta Settings.
  - Redesign, simplify and move Site, Controller, Maintenance, Remote Access and Backup configuration to System Settings.
  - Hide and auto-configure Data Retention for Statistics.
  - Redesign and move Wi-Fi AI configuration to System Settings page.
  - Redesign and move RADIUS and Switch Port profiles to Advanced Features page.
  - Redesign and move Services to Advanced Gateway Settings to Advanced Features page.
  - Move User Groups to Client Groups on Advanced Features page.
  - Redesign and move Wireless Networks configuration to Wi-Fi page.
  - Replace WLAN Groups with new AP Groups feature.
  - Simplify WiFi creation - WPA2 Security protocol with Password is set by default.
  - Allow selecting WPA2 Enterprise Security Protocol if at least one Radius profile is enabled.
  - Change VLAN ID numeric input to Network dropdown.
  - Integrate Guest Control with Hotspot configuration on Wi-Fi page.
  - Redesign and move LAN Networks configuration to Networks page.
  - Add Auto Scale Network feature.
  - Move VLAN Only Networks to Network Isolation in Advanced Features.
  - Update Content Filtering categories and move to Network configuration.
  - Add new Device Isolation (creates guest network if turned on) and Internet Access (blocks WAN access if turned off) toggles.
  - Redesign and move WAN Networks configuration to Internet page.
  - Redesign and move DPI configuration to Security page.
  - Redesign and move Threat Management configuration to Security page.
  - Introduce AP Groups feature.
  - AP Groups simplifies the way to configure Wi-Fi and arrange APs in logical groups.
  - That feature is replacing WLAN Groups and WLAN Overrides. It’s a breaking change and some corner cases may not covered by migration.
  - Some WLAN Group configurations have been migrated to individual Wi-Fi Network configurations.
  - Preview Auto Scale Network feature.
  - That feature automatically adjusts subnet size and DHCP range with avoiding network collision.
  - Add ability to report incorrect Wi-Fi Experience.
  - Add Survey for Beta Dashboard and Beta Settings.

* Improvements:
  - Add transition animations in Beta Settings.
  - Add buttons for guest client authentication and unauthentication.
  - Replace Speed test gauge with numbers.
  - Move PMF to WLAN configuration in Beta Settings.
  - Show AP promo placeholder in the new dashboard when there is no WiFi network created.
  - Show Original vendor logos when device logo is unavailable.
  - Remove Combine Name/SSID option from Settings.
  - Improve the user experience of AP Group validation in Beta Settings.

* Bugfixes:
  - Fix Settings intro video not playing.
  - Fix scrolling in Property panel in Beta Clients page.
  - Fix Peak Usage in the New Dashboard.
  - Fix width for columns in network table.
  - Fix saving DHCP Relay mode for network.
  - Fix stretched vendor logos on Beta Clients page.
  - Fix available actions for editing Admins.
  - Fix TxRate value on Clients page.
  - Fix redirect URL in Cloud version of New Settings.
  - Fix opening WLAN configuration page in New Settings.
  - Fix DHCP initial values that made Cancel and Apply buttons show without making any changes.
  - Fix Port Table value display.
  - Fix problems with Device adoption.
  - Fix visual style in client property panel Overview section.
  - Fix selected columns not being saved in clients table.
  - Fix multiple 404 errors.
  - Fix Network configuration for LTE failover when there is no connected LTE device.
  - Fix the "go to old dashboard" banner keeps reappearing after dismissal.
  - Fix packet count formatting on Beta Clients page.
  - Fix scrollbar style in Beta Settings
  - Fix untoggable checkboxes in port configuration.
  - Fix issues with WiFi Satisfaction graph on New Dashboard.
  - Fix "No Clients" image position.
  - Facebook authentication in Hotspot is not allowing HTTP redirects anymore.
  - Add missing options for Hotspot SSID's.
  - Provision access points with VLAN id's from all LAN configurations.
  - Don't allow enabling Cloud Email without Remote Access enabled.
  - Exclude U-LTE and USP-Plug from AP Group device list.
  - Update create WiFi validation.
  - Corrected MAC Filter table column widths.

* Known issues:
  - VLANs beyond UAP wireless downlinks may not have conectivity.
  - Creating VPN's on UDM's may result in commit errors.
2020-09-25 21:03:37 +00:00
Pierre Pronchery 0cfef4236c deepstate-{afl,honggfuzz}: correct the dependencies
They depend on their underlying fuzzing package not only when building,
but also when running.
2020-09-25 19:16:07 +02:00
Greg Troxel ac205a0c00 merkator: rm (pkgsrc has been updated using this and PR) 2020-09-25 16:52:15 +00:00
Dan Cîrnaț 563182f0df offset: Import offset-0.1.11 as wip/offset 2020-09-25 17:17:02 +02:00
nia f0096c364f Replace TODO with a MESSAGE about updating NetBSD. 2020-09-25 16:03:26 +02:00
pin 20974bedce lumina-desktop: correct typo in Makefile
Thx to Gutteridge
2020-09-24 11:08:16 +02:00
nia fcb1b97e63 fvwm3: add explanation of CONFIGURE_ENV stuff 2020-09-24 09:32:52 +02:00
Pierre Pronchery c2104d119e deepstate: add support for honggfuzz 2020-09-24 02:39:11 +02:00
Pierre Pronchery 468db7276a deepstate: add support for AFL 2020-09-24 02:33:16 +02:00
Pierre Pronchery 6f377ba3a3 deepstate: also depend on honggfuzz 2020-09-24 00:48:14 +02:00
Pierre Pronchery 6d65e9e410 deepstate: also depend on afl 2020-09-24 00:42:15 +02:00
Pierre Pronchery ca6ce910e9 deepstate: package version 0.1
This also includes the dependencies that I had to update in order to
achieve this. pkgsrc currently being in a freeze, I have to do this in
WIP in the meantime instead.
2020-09-23 18:47:19 +02:00
pin 33c137f25b fff: fix pkglint warning 2020-09-23 13:54:45 +02:00
pin 415a6090be fff: fixed portability issues
Thanks to @leot for all help fixing this.
2020-09-23 13:46:29 +02:00
Michael Baeuerle e9f011aa4f crispy-doom: Update to 5.9.2
New Features and Improvements
- Support for the "new" Nerve PWAD has been improved: If the Nerve PWAD is
  explicitly loaded and contains a TITLEPIC lump, use it - else use the
  INTERPIC lump. Consequently, if the Nerve PWAD gets auto-loaded and contains
  TITLEPIC and an INTERPIC lumps, rename them (thanks @buvk).
- Graphic patch lumps in widescreen format are now properly centered - but
  still squashed to Vanilla aspect ratio (thanks @buvk).
- A -pistolstart command line option has been added (by @mikeday0,
  thanks @Asais10).
- The tally screen is now shown after finishing Chex Quest E1M5
  (thanks kokrean).
- Apparently random crashes have been fixed that occured when the (truncated)
  file name of a loaded demo happens to match the name of an already available
  lump. Now this lump name collision is detected and the offending demo lump
  renamed to DEMO1, which is most certainly always the name of a demo lump
  (thanks galileo31dos01 and plums).

Bug Fixes
- The Sigil PWAD is now only pre-loaded if the gameversion is The Ultimate
  Doom. This fixes a glitched texture file when Chex Quest is loaded as the
  IWAD (by @kitchen-ace, thanks Mr.Unsmiley)
- Check if the map name graphics lumps are actually from the Masterlevels
  PWAD before renaming them. This fixes an issue with unofficial Masterlevels
  compilations which do not contain these lumps (thanks @Dark-Jaguar).
- A string buffer size calculation bug has been fixed in the -levelstat
  implementation (thanks Eric Claus).

Crispy Heretic
- A -wandstart command line option has been added (by @mikeday0,
  thanks @Asais10).

Crispy Doom 5.9.2 is based on Chocolate Doom 3.0.1 and has merged all changes
to the Chocolate Doom master branch up to commit f7007449.
2020-09-23 11:59:11 +02:00
pin 832749db32 fff: attempt fo fix portability 2020-09-23 11:52:30 +02:00
nia df2c1a5ff3 + fvwm3
Fvwm3 is a multiple large virtual desktop window manager, originally (a
looooong time ago!) derived from twm.

Fvwm3 is intended to have a small memory footprint but a rich feature set,
be extremely customizable and extendible, and have a high degree of Motif
mwm compatibility.
2020-09-23 09:00:40 +02:00
K.I.A.Derouiche b5a37b3357 add{eolie, py-chaospy, py-numpoly, py-symbolic-equation}, up{py-watermark, py-mkdocs-with-pdf} 2020-09-23 00:42:42 +01:00
Leonardo Taccari e7f22473fa shotcut: Add reference to CVE-2020-24619 2020-09-22 23:33:52 +02:00
K.I.A.Derouiche 521af22a2f fix pkgname: py-test-nbval 2020-09-22 22:00:47 +01:00
pin ef62f0fd42 fff: update to 2.2
patch removed, merged upstream.
2020-09-22 20:44:20 +02:00
Jason Bacon e5dc53d369 spcm: cluster-ipmi-power-on: Handle multiple mounts on the same server 2020-09-22 11:44:51 +00:00
K.I.A.Derouiche ed068f8777 +new pkg 2020-09-22 16:54:22 +01:00
K.I.A.Derouiche e601b99506 +added packages to wip 2020-09-22 16:48:19 +01:00
Juraj Lutter 11791868c2 zabbix50-server: Install pgsql-specific files only with pgsql selected. 2020-09-22 11:19:07 +00:00
Juraj Lutter 822bc9a6d1 zabbix50-proxy: Install pgsql-specific files only when pgsql is selected. 2020-09-22 11:16:41 +00:00
Juraj Lutter 268416b3ff zabbix50-frontend: Fix CONFLICTS 2020-09-22 06:18:46 +00:00
K.I.A.Derouiche f9b09f1625 import pkg to wip 2020-09-22 02:01:41 +01:00
K.I.A.Derouiche 74c24338c3 new pkgs! 2020-09-22 01:53:40 +01:00
sergio lenzi fb964461a8 gvfs bump to 1.30.4 gnome-mount to 0.8.37 libgnome-keyring fixed to work with evolution 2020-09-21 18:55:37 -03:00
Juraj Lutter 2445bb812c unifi6: Add 6.0.22
Changelog is too exhaustive, to be found at
https://community.ui.com/releases/UniFi-Network-Controller-6-0-22/910ceffc-f0e9-4518-86c1-df5eeee34695

There also was version 6.0.20 that had a serious flaw.
2020-09-21 21:05:14 +00:00
K.I.A.Derouiche 6838b520df +new import 2020-09-21 16:57:35 +01:00
Michael Baeuerle 9576c49e36 crispy-doom: Specify minimum required API versions for SDL2 components 2020-09-21 12:59:24 +02:00
Dan Cîrnaț 864f73eccf capnproto: Import capnproto-0.8.0 as wip/capnproto 2020-09-21 12:31:39 +02:00
K.I.A.Derouiche 72a0c39a94 +up, new pkg 2020-09-21 10:57:11 +01:00
Yorick Hardy f9ea4c7096 cyclone: update to cyclone-0.21
Release announcement:

Released Cyclone Scheme 0.21

September 17th, 2020

Features

  * Alex Arslan modified the Travis script to add support for FreeBSD
    continuous integration.
  * Added additional functions to (srfi 132): vector-find-median!,
    vector-find-median, vector-select!, vector-select, and vector-separate!.

Bug Fixes

  * Updated the Dockerfile to use a non-interactive install. This prevents
    build problems with the official image on DockerHub.
  * Improved (scheme lazy) to allow force and make-promise to accept an
    argument of any type. Improved representation of promises
    to more precisely differentiate them from other objects.
  * Updated (scheme lazy) such that force will recursively force promises.
  * Add type checking to record type accessor functions. We now raise an
    error if the passed object is of the wrong record type.
  * Fix issues with expanding cond-expand expressions in libraries.
    Previously there would be issues with the expansion if the code
    needed to be within the context of a begin.
  * Modified the reader to handle escaped intraline whitespace properly,
    per R7RS.
2020-09-21 08:44:34 +02:00
Makoto Fujiwara d34c77bd58 (x11/libs-gui) Remove (one) hardcoding of PKGVERSION from PLIST 2020-09-21 13:37:00 +09:00
Makoto Fujiwara 625f7d0c56 (x11/libs-gui) Correction to PKGNAME. Add buildlink3.mk 2020-09-21 13:14:44 +09:00
Makoto Fujiwara 02aae60883 (x11/libs-gui) New package hopefull replacement of gnustep-gui 2020-09-21 13:01:51 +09:00
K.I.A.Derouiche f17d09a114 new{py-dataclasses, py-mkdocs-material, py-qiskit}, del{py-bitstring} 2020-09-21 00:00:29 +01:00
K.I.A.Derouiche 3cf48ff904 +new pkg import 2020-09-21 00:00:29 +01:00