summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2022-03-25(databases/apache-solr) Add REPLACE_BASH for solr-exportermef1-1/+2
2022-03-25(databases/phpmyadmin) Fix build, +REPLACE_BASH for test.sh etcmef1-1/+4
2022-03-25ioping: fix buildwiz2-1/+17
Not every system has getopt_long_only.
2022-03-25lshell: convert to egg.mkwiz2-6/+6
Bump PKGREVISION.
2022-03-25bmpanel2: add missing file to PLISTwiz2-7/+13
Fix man page installation path. Clean up some pkglint. Bump PKGREVISION.
2022-03-25ntop: removewiz9-663/+3
Successor ntopng is already in pkgsrc. Ok adam@
2022-03-25ccsm: add missing file to PLISTwiz2-7/+6
Bump PKGREVISION
2022-03-25gridscheduler: removewiz18-1249/+5
Last release from 2011, no upstream activity since 2012, does not build in any bulk builds I could find.
2022-03-25nget: removewiz20-329/+6
Last release from 2004, no upstream activity, does not build on NetBSD 9+ and most other platforms
2022-03-25newsbeuter: fix NetBSD iconv changewiz2-7/+5
Should fix build on NetBSD<9.99.17
2022-03-25rdigest: fix patch context so this builds againwiz2-9/+9
2022-03-25tiff: apply fixes for CVE-2022-0561 CVE-2022-0907 CVE-2022-0891nia6-6/+369
CVE-2022-0907 CVE-2022-0909 bump PKGREVISION again...
2022-03-25doc: Updated graphics/tiff to 4.3.0nb1nia1-1/+2
2022-03-25tiff: apply fixes for CVE-2022-22844 CVE-2022-0561 CVE-2022-0562nia4-2/+66
This is tiff-4.3.0nb1.
2022-03-25doc: Updated chat/weechat to 3.4.1nia1-1/+2
2022-03-25weechat: update to 3.4.1nia2-6/+6
This fixes a security bug where TLS certs are not verified properly.
2022-03-24py-WSGIProxy2: fix PLIST after setuptools updatewiz1-2/+2
2022-03-24gtranslator: fix build with latest mesonwiz2-1/+24
2022-03-24cal3d-examples: removewiz9-237/+3
This needs major work, it doesn't have anything to do with cal3d's tarball (I guess broken with the last update of cal3d, a year ago)
2022-03-24liblive: Fix whitespace issue when linking.wiz8-1/+204
2022-03-24p5-Padre-Plugin-XS: not make-jobs-safewiz1-1/+3
tries to use directory before it exists blib/lib/auto/share/dist/Padre-Plugin-XS/locale isn't a directory at /usr/pkg/lib/perl5/vendor_perl/5.34.0/Locale/Msgfmt.pm line 21
2022-03-24py-repoze.lru: fix PLIST after setuptools updatewiz1-2/+2
2022-03-24py-iso-639: fix PLIST after setuptools updatewiz1-2/+2
2022-03-24openafs-devel: removewiz32-1680/+3
Does not build, and the openafs package has a newer version
2022-03-24dd missing patch (Hi Thomas!)manu2-0/+68
2022-03-24Fix LP64 bug because of buggy NetBSD fuse_opt.hmanu1-2/+3
NetBSD has a base system fuse_opt.h with an error. see http://mail-index.netbsd.org/tech-userlevel/2022/03/23/msg013349.html Pull pkgsrc's FUSE buildlink3.mk to make sure we link with the right header cVS: ----------------------------------------------------------------------
2022-03-24Make LTFS build and run on amd64manu3-20/+13
This includes two fixes submitted upstream: https://github.com/LinearTapeFileSystem/ltfs/pull/346 https://github.com/LinearTapeFileSystem/ltfs/pull/345 While there, update the message about NetBSD requirement to drop informations about now unsupported releases, and require NetBSD >= 8.0
2022-03-24Restore a SYSCONFDIR path substitution that had gone lost, probably ashauke3-5/+7
a result of running mkpatches after 'make configure'.
2022-03-24zlib: apply patches directly on in-tree sourceswiz6-395/+82
2022-03-24zlib: Fix a bug that can crash deflate on some input when using Z_FIXED.wiz5-3/+327
Using upstream patch. This bug was reported by Danilo Ramos of Eideticom, Inc. It has lain in wait 13 years before being found! The bug was introduced in zlib 1.2.2.2, with the addition of the Z_FIXED option. That option forces the use of fixed Huffman codes. For rare inputs with a large number of distant matches, the pending buffer into which the compressed data is written can overwrite the distance symbol table which it overlays. That results in corrupted output due to invalid distances, and can result in out-of-bound accesses, crashing the application. The fix here combines the distance buffer and literal/length buffers into a single symbol buffer. Now three bytes of pending buffer space are opened up for each literal or length/distance pair consumed, instead of the previous two bytes. This assures that the pending buffer cannot overwrite the symbol table, since the maximum fixed code compressed length/distance is 31 bits, and since there are four bytes of pending space for every three bytes of symbol space. Bump PKGREVISION. Fix some pkglint while here.
2022-03-24gegl: fix build on earmv7 and options-related PLIST issuestnn4-4/+31
2022-03-23gitea: minor fix to the RC scriptkhorben2-3/+5
This sets the working directory to / before issuing commands to Gitea. Fix from the pgsql script; it addresses the following issue when managing Gitea: # /etc/rc.d/gitea restart Stopping gitea. sh: Cannot determine current working directory Starting gitea. sh: Cannot determine current working directory (and then Gitea not starting again) Bumps PKGREVISION. During freeze, but leaf package AFAICT. Tested on NetBSD/amd64.
2022-03-23doc: Updated geography/qgis to 3.22.5gdt1-1/+2
2022-03-23geography/qgis: Update to 3.22.5gdt2-6/+6
This is a micro-update; upstream change are minor/bugfixes. (And, upstream has a track record of micro updates not breaking anything.)
2022-03-23kicad: use atomic64.mk for std::atomic<size_t>tnn1-1/+3
2022-03-23babl: only use Linux-specific neon instruction set detection on Linuxtnn2-1/+17
2022-03-23babl: disable segfaulting mmx intrinsics with GCC7. Bump.tnn1-1/+9
2022-03-23doc: Updated math/R to 4.1.3nb1wiz2-2/+4
2022-03-23R: remove superfluous "-Wl," in configure patchwiz6-16/+17
Bump PKGREVISION. Fix some pkglint while here.
2022-03-23acme: comment out master sitewiz1-2/+2
it gives a different file every day or so
2022-03-23shells/nushell: reset maintainerpin1-2/+2
The new release of nushell, 0.60.0 has major breaking changes and currently does not build on NetBSD. Making it build again is over my head.
2022-03-22doc: Updated net/netatalk3 to 3.1.13hauke1-1/+2
2022-03-22net/netatalk3 update to 3.1.13hauke2-8/+7
Security update - from upstream's release nites: Changes in 3.1.13 ~~~~~~~~~~~~~~~~~ * FIX: CVE-2021-31439 * FIX: CVE-2022-23121 * FIX: CVE-2022-23123 * FIX: CVE-2022-23122 * FIX: CVE-2022-23125 * FIX: CVE-2022-23124 * FIX: CVE-2022-0194 * FIX: afpd: make a variable declaration a definition * UPD: Remove bundled libevent
2022-03-22doc: add valgrind-3.18.1 to TODOgutteridge1-1/+2
2022-03-22valgrind: tweak DESCRgutteridge1-4/+1
Don't bother listing specific supported platforms, as this changes from release to release, and gets out of date quickly.
2022-03-21lang/quickjs: import DESCR from wip/quickjsrillig2-3/+25
2022-03-21doc: Updated pkgtools/pkglint to 22.1.0rillig1-1/+2
2022-03-21pkgtools/pkglint: update to 22.1.0rillig3-5/+24
Changes since 21.4.4: Python packages that declare 2.7 as an incompatible Python version no longer need to provide a rationale for this since it is common knowledge that Python 2.7 is old and therefore unsupported by many modern packages.
2022-03-21doc/CHANGES: fix pkglint warningsrillig2-12/+11
2022-03-21games/xchomp: fix package version to start with a digitrillig1-1/+2