Commit graph

345372 commits

Author SHA1 Message Date
mef
44e3061d25 (www/wiliki) Remove the line temporarily added 2021-09-26 01:26:51 +00:00
mef
6112807efb (www/wiliki) fix typo, sorry 2021-09-26 01:21:51 +00:00
mef
d12c8530f2 (www/wiliki) regen PLIST, set LICENSE to mit 2021-09-26 00:59:56 +00:00
rhialto
b4c73e11b4 news/pan: Use a proper release tarball rather than a gitlab snapshot.
It also has the autotools files and po/* files already created, and
some files used for testing are left out.
2021-09-25 12:33:46 +00:00
nia
b712ce82f7 cheese: mark BROKEN pending more round tuits 2021-09-25 06:03:06 +00:00
nia
e2df829823 fuse-ntfs-3g: avoid running ldconfig to help with unprivileged builds on arm 2021-09-25 05:50:15 +00:00
nia
36de2d76f4 retroarch: assume neon is available on armv7 2021-09-25 05:44:12 +00:00
nia
d79f492869 openjk: Cope with NetBSD calling 32-bit arm earm. 2021-09-25 05:40:00 +00:00
nia
92d117ff05 ioquake3: set COMPILE_ARCH to QUAKE_ARCH to avoid compilation problems 2021-09-25 05:36:11 +00:00
nia
4b8d1f426c libretro-pcsx-rearmed: on armv7, make sure the compiler is running in neon mode 2021-09-25 05:27:44 +00:00
mef
b24e1ec981 (sysutils/u-boot-pinephone) add distinfo 2021-09-25 01:55:27 +00:00
mef
cab55c59af (news/pan) regen distinfo w/DIST_SUBDIR set, another problem yet 2021-09-25 01:39:19 +00:00
dholland
dc908fc8c5 typo in error message 2021-09-25 00:47:26 +00:00
thor
705230f0dc devel/boost-libs: fix libbacktrace logic
This avoids calling the compiler and the barrier in the Makefile which
broke build for some folks. If libbacktrace-related files appear, they
are automatically included in PLIST. This depends on a detail of the
external toolchain (e.g. on Ubuntu) which may or may not include
libbacktrace.
2021-09-24 18:56:16 +00:00
bsiegert
f3cfc83070 borgbackup: make py-packaging a full dependency.
Also add syncfilerange.so to Linux PLIST. Bump revision.

From Matthias Ferdinand in private email. Thanks!
2021-09-24 18:35:28 +00:00
wiz
52b1603931 doc/TODO: + MesaLib-21.2.2. 2021-09-24 12:48:33 +00:00
mef
292209b4da (multimedia/gst-plugins0.10-bad) Correct wording, + version info 2021-09-24 12:31:02 +00:00
pin
ee29554deb doc: Updated shells/nushell to 0.37.0nb3 2021-09-24 10:33:02 +00:00
pin
9558a0f40a shells/nushell: enable nu_plugin_textview
This is the last plugin belonging to core.
I'll keep testing the other plugins after the freeze.
2021-09-24 10:32:43 +00:00
tnn
d1fa41883e librsvg: apply band-aid for build breakage with rust-1.54.0 on aarch64
Tested on NetBSD/aarch64 and macOS/aarch64
2021-09-24 05:47:00 +00:00
taca
4d768c7704 doc: Updated lang/php74 to 7.4.24 2021-09-24 02:27:36 +00:00
taca
8ec9c82ca6 lang/php74: update to 7.4.24
This is security release fixing CVE-2021-21706.

23 Sep 2021, PHP 7.4.24

- Core:
  . Fixed bug #81302 (Stream position after stream filter removed). (cmb)
  . Fixed bug #81346 (Non-seekable streams don't update position after write).
    (cmb)
  . Fixed bug #73122 (Integer Overflow when concatenating strings). (cmb)

-GD:
  . Fixed bug #53580 (During resize gdImageCopyResampled cause colors change).
    (cmb)

- Opcache:
  . Fixed bug #81353 (segfault with preloading and statically bound closure).
    (Nikita)

- Shmop:
  . Fixed bug #81407 (shmop_open won't attach and causes php to crash). (cmb)

- Standard:
  . Fixed bug #71542 (disk_total_space does not work with relative paths). (cmb)
  . Fixed bug #81400 (Unterminated string in dns_get_record() results). (cmb)

- SysVMsg:
  . Fixed bug #78819 (Heap Overflow in msg_send). (cmb)

- XML:
  . Fixed bug #81351 (xml_parse may fail, but has no error code). (cmb, Nikita)

- Zip:
  . Fixed bug #81420 (ZipArchive::extractTo extracts outside of destination).
    (CVE-2021-21706) (cmb)
2021-09-24 02:27:03 +00:00
gutteridge
9b153aae5b courier: fix a typo and add an explanatory comment (NFC)
That dependency should probably just be removed, but follow the intent
of the previous commit for now.
2021-09-23 22:20:06 +00:00
nia
fd2c639e6d openscad: Use rm instead of unlink. 2021-09-23 18:38:35 +00:00
nia
1708ef0c76 openscad: uses hicolor-icon-theme 2021-09-23 18:37:48 +00:00
taca
8c43fc0a35 doc: Updated lang/php80 to 8.0.11 2021-09-23 15:49:03 +00:00
taca
f010a01958 lang/php80: update to 8.0.11
* pkgsrc change: fix PLIST problem when php-embed PKG_OPTIONS is enabled.
* This release conintas security fix for CVE-2021-21706.

23 Sep 2021, PHP 8.0.11

- Core:
  . Fixed bug #81302 (Stream position after stream filter removed). (cmb)
  . Fixed bug #81346 (Non-seekable streams don't update position after write).
    (cmb)
  . Fixed bug #73122 (Integer Overflow when concatenating strings). (cmb)

-GD:
  . Fixed bug #53580 (During resize gdImageCopyResampled cause colors change).
    (cmb)

- Opcache:
  . Fixed bug #81353 (segfault with preloading and statically bound closure).
    (Nikita)

- Shmop:
  . Fixed bug #81407 (shmop_open won't attach and causes php to crash). (cmb)

- Standard:
  . Fixed bug #71542 (disk_total_space does not work with relative paths). (cmb)
  . Fixed bug #81400 (Unterminated string in dns_get_record() results). (cmb)

- SysVMsg:
  . Fixed bug #78819 (Heap Overflow in msg_send). (cmb)

- XML:
  . Fixed bug #81351 (xml_parse may fail, but has no error code). (cmb, Nikita)

- Zip:
  . Fixed bug #80833 (ZipArchive::getStream doesn't use setPassword). (Remi)
  . Fixed bug #81420 (ZipArchive::extractTo extracts outside of destination).
    (cmb)
2021-09-23 15:48:37 +00:00
pin
cc2d239f63 doc: Updated audio/termusic to 0.3.13 2021-09-23 14:44:23 +00:00
pin
d1e0fd721d audio/termusic: update to 0.3.13
-New: mpris support(optional). use "make mpris" to compile and install it.
-Show a message when start playing a song.
-Remove the usage of msgbox component and use paragraph instead.

While here remove dependency on openssl which, was actually remove on 0.3.12
2021-09-23 14:44:04 +00:00
taca
8129c7ed09 doc: Updated lang/php73 to 7.3.31 2021-09-23 14:12:13 +00:00
taca
cbb85fa8a1 lang/php73: update to 7.3.31
This is security release fixing CVE-2021-21706.

23 Sep 2021, PHP 7.3.31

- Zip:
  . Fixed bug #81420 (ZipArchive::extractTo extracts outside of destination).
    (cmb)
2021-09-23 14:11:48 +00:00
mef
f4a016e7d8 (multimedia/gst-plugins0.10-bad) Adhoc fix for \#include line problem
# really adhoc fix
# intention is that the file gst-libs/gst/interfaces/photography-enumtypes.c
# has the line
#    #include "photography.h"
# instead of
#   \#include "photography.h"
# To do that, modify generating Makefile to insert sed command.
# It may be some problems on glib-mkenums (in glib2-tools)
2021-09-23 13:25:43 +00:00
mef
896bebda12 (doc/TODO) +gli2-2.70.0, + gli2-tools-2.70.0 2021-09-23 12:06:24 +00:00
pin
65717da3e3 doc: Updated shells/nushell to 0.37.0nb2 2021-09-23 10:15:49 +00:00
pin
c2840210b8 shells/nushell: enable nu_plugin_inc 2021-09-23 10:15:28 +00:00
adam
0259928ed8 gcc10: allow builds on Darwin 21 2021-09-23 09:53:21 +00:00
adam
a773a94720 py-gevent: another PLIST fix for Python 2.7 2021-09-23 07:39:31 +00:00
wiz
ff810478ca opencv-contrib-face: regen distinfo
new patches were added to opencv
2021-09-23 06:14:17 +00:00
wiz
62c0b4ecc7 R-Cairo: remove patch that was removed from distinfo during update 2021-09-23 06:13:34 +00:00
gutteridge
5336b86f1c amazon-ecs-cli: fix builds with recent Go versions
This package (which hasn't had a subsequent release from upstream) will
no longer build when being treated as a "module" by recent Go versions
(and related pkgsrc definitions). It seems non-trivial to address this
(simply trying to add go.mod and such then leads to other errors, e.g.,
recent Go objecting to API versioning practices in code bundled by
upstream), so to get this building again for now, use the old "package"
approach instead.
2021-09-23 00:15:22 +00:00
mef
9a4bdce6ab (meta-pkgs/courier) Removed maildrop, it seems already included
remove maildrop, as log says:
  pkg_add: install script returned error status
  pkg_add: package `maildrop-3.0.0nb6' was already installed as dependency
2021-09-22 21:24:57 +00:00
mef
950fec00d1 (databases/sqlrelay-nodejs) +net/libcares/buildlink3.mk, another problem yet 2021-09-22 21:19:28 +00:00
bouyer
27ae573949 Needs gsed to build on HEAD
PR pkg/56411 also apply, so pretend that eventfd support is not there.
To be revisited after the freeze.
2021-09-22 21:18:12 +00:00
bouyer
58272cf7f7 Stopgap for PR pkg/56411: pretend that eventfd support is not there.
To be revisited after the freeze.
2021-09-22 18:40:43 +00:00
nia
b9b4e1e954 libepoll-shim: Fix PLIST variable condition. 2021-09-22 17:45:13 +00:00
mef
5f6b185bf3 (misc/kalzium) Fix build by removing ocaml/buildlink3.mk, correct ? 2021-09-22 14:30:34 +00:00
nia
519ef2f2a9 doc: Updated security/pam-u2f to 1.1.1 2021-09-22 14:22:57 +00:00
nia
ee1c2e4700 pam-u2f: security update to 1.1.1
* Version 1.1.1 (released 2021-05-19)
** Fix an issue where PIN authentication could be bypassed (CVE-2021-31924).
** Fix an issue with nodetect and non-resident credentials.
** Fix build issues with musl libc.
** Add support for self-attestation in pamu2fcfg.
** Fix minor bugs found by fuzzing.
2021-09-22 14:22:45 +00:00
nia
2770ef0f1d opencv: Fix netbsd-8 build failure. Still does not link, due to libstdc++ 2021-09-22 13:40:41 +00:00
nia
341ba76379 melonds: Requires EGL support in Mesa 2021-09-22 12:57:49 +00:00