summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2022-06-01doc: Updated net/dbip-city-lite to 2022.06fcambus1-1/+2
2022-06-01dbip-city-lite: update to 2022.06.fcambus2-7/+7
No upstream ChangeLog.
2022-06-01doc: Updated net/dbip-asn-lite to 2022.06fcambus1-1/+2
2022-06-01dbip-city-lite: update to 2022.06.fcambus2-7/+7
No upstream ChangeLog.
2022-05-31doc/TODO: Add collapseosgdt1-1/+5
At the intersection of retrocomputing and prepping....
2022-05-31doc: Updated ham/chirp to 20220531gdt1-1/+2
2022-05-31ham/chirp: Update to 20220531gdt2-6/+6
Upstream changes are minor.
2022-05-31texlive-collection-mathscience: update to revision 63426markd1-2/+3
2022-05-31texlive-collection-latexextra: update to revision 63430markd1-2/+4
2022-05-31texlive-collection-fontsextra: update to revision 63394markd1-2/+5
2022-05-31add some perl packagesmarkd1-1/+9
2022-05-31p5-Text-WordDiff: add version 0.09markd4-1/+34
This module is a variation on the lovely Text::Diff module. Rather than generating traditional line-oriented diffs, however, it generates word-oriented diffs. This can be useful for tracking changes in narrative documents or documents with very long lines. To diff source code, one is still best off using Text::Diff. But if you want to see how a short story changed from one version to the next, this module will do the job very nicely.
2022-05-31p5-Term-ANSIColor: add version 5.01markd4-1/+27
This module has two interfaces, one through color() and colored() and the other through constants. It also offers the utility functions uncolor(), colorstrip(), colorvalid(), and coloralias(), which have to be explicitly imported to be used.
2022-05-31www: add some perl packagesmarkd1-1/+6
2022-05-31p5-HTML-FormatExternal: add version 26markd3-0/+27
This is a collection of formatter modules which turn HTML into plain text by dumping it through the respective external programs.
2022-05-31p5-constant-defer: add version 6markd4-1/+31
constant::defer creates a subroutine which on the first call runs given code to calculate its value, and on any subsequent calls just returns that value, like a constant. The value code is discarded once run, allowing it to be garbage collected. Deferring a calculation is good if it might take a lot of work or produce a big result but is only needed sometimes or only well into a program run. If it's never needed then the value code never runs.
2022-05-31p5-Web-Machine: add version 0.17markd3-0/+33
Web::Machine provides a RESTful web framework modeled as a state machine. You define one or more resource classes. Each resource represents a single RESTful URI end point, such as a user, an email, etc. The resource class can also be the target for POST requests to create a new user, email, etc. Each resource is a state machine, and each request for a resource is handled by running the request through that state machine.
2022-05-31p5-HTTP-Headers-ActionPack: add version 0.09markd3-0/+39
This is a module to handle the inflation and deflation of complex HTTP header types. In many cases header values are simple strings, but in some cases they are complex values with a lot of information encoded in them. The goal of this module is to make the parsing and analysis of these headers as easy as calling inflate on a compatible object. This top-level class is basically a Factory for creating instances of the other classes in this module. It contains a number of convenience methods to help make common cases easy to write.
2022-05-31p5-HTML-Gumbo: add version 0.18markd3-0/+38
Gumbo is an implementation of the HTML5 parsing algorithm implemented as a pure C99 library with no outside dependencies. Goals and features of the C library: * Fully conformant with the HTML5 spec. * Robust and resilient to bad input. * Simple API that can be easily wrapped by other languages. (This is one of such wrappers.) * Support for source locations and pointers back to the original text. (Not exposed by this implementation at the moment.) * Relatively lightweight, with no outside dependencies. * Passes all html5lib-0.95 tests. * Tested on over 2.5 billion pages from Google's index.
2022-05-31p5-Alien-LibGumbo: add version 0.05markd3-0/+33
This distribution installs libgumbo:https://github.com/google/gumbo-parser on your system for use by perl modules like HTML::Gumbo.
2022-05-31doc: Updated devel/nss to 3.79wiz1-1/+2
2022-05-31nss: update to 3.79.wiz2-7/+7
This release fixes memory safety violations that can occur when parsing CMS data. We presume that with enough effort these memory safety violations are exploitable. Change: - Bug 205717 - Use PK11_GetSlotInfo instead of raw C_GetSlotInfo calls. - Bug 1766907 - Update mercurial in clang-format docker image. - Bug 1454072 - Use of uninitialized pointer in lg_init after alloc fail. - Bug 1769295 - selfserv and tstclnt should use PR_GetPrefLoopbackAddrInfo. - Bug 1753315 - Add SECMOD_LockedModuleHasRemovableSlots. - Bug 1387919 - Fix secasn1d parsing of indefinite SEQUENCE inside indefinite GROUP. - Bug 1765753 - Added RFC8422 compliant TLS <= 1.2 undefined/compressed ECPointFormat extension alerts. - Bug 1765753 - TLS 1.3 Server: Send protocol_version alert on unsupported ClientHello.legacy_version. - Bug 1764788 - Correct invalid record inner and outer content type alerts. - Bug 1757075 - NSS does not properly import or export pkcs12 files with large passwords and pkcs5v2 encoding. - Bug 1766978 - improve error handling after nssCKFWInstance_CreateObjectHandle. - Bug 1767590 - Initialize pointers passed to NSS_CMSDigestContext_FinishMultiple. - Bug 1769302 - NSS 3.79 should depend on NSPR 4.34
2022-05-31doc: Updated net/openvpn-acct-wtmpx to 20130210gdt1-1/+2
2022-05-31doc: Updated net/openvpn-nagios to 20130210gdt1-1/+2
2022-05-31doc: Updated net/openvpn to 2.5.7gdt1-1/+2
2022-05-31openvpn*: Update to 2.5.7gdt4-14/+14
Upstream changes: bugfixes
2022-05-31webkit-gtk: Add reference to upstream bug reportsleot3-5/+9
2022-05-31doc: Updated emulators/ckmame to 2.0wiz1-1/+2
2022-05-31ckmame: update to 2.0.wiz3-10/+8
2.0 (2022-05-31) ================= * Support for configuration file and multiple sets. * Overhaul command line options. * Automatically update ROM DB. * Speed up ROM sets with many files shared among many games. * Improve parse error reporting, don't create mamedb for dats with errors, fix inconsistencies in dat. * Improve detector support.
2022-05-31graphics/freeimage: Remediate upstream use of internal TIFF functiongdt4-22/+25
freeimage uses an internal libtiff function (by declaring it and calling it). tiff (4.4.0) changed internals, but this was never part of the public API/ABI. Add patch taken from upstream forum (which seems to be their bugtracker) to use a different function newly added to the public API in 4.4.0.
2022-05-31doc: Updated fonts/anjalioldlipi-ttf to 7.1.2nb1nikita1-1/+2
2022-05-31anjalioldlipi-ttf: fix pkgname.nikita1-2/+3
2022-05-31editors/tp-note: fix broken buildpin1-2/+2
Sorry, it slipped through.
2022-05-31Updated graphics/hugin, textproc/ugrepadam1-1/+3
2022-05-31ugrep: updated to 3.8.0adam2-6/+6
v3.8.0 New option combination -o (--only-matching) with -ABC context to show the match within NUM columns, with context before and/or after, which visually aids in searching files with long lines; option -o with -b or -k now shows results on separate lines; new option --width to truncate long lines to the specified width or the terminal width by default; short ug command now sorts by name by default; query TUI ALT-] [ (increase/decrease context) and ALT-} { (increase/decrease fuzziness) keys switched meaning (quicker and more intuitive); new %+ format field used by updated --only-line-number option; new --help fuzzy help page; updated man pages and other improvements.
2022-05-31hugin: remove unused patchesadam2-35/+0
2022-05-31hugin: updated to 2021.0.0adam3-12/+10
Changes since 2020.0.0 Fast preview window can be panned in zoomed state with middle mouse button. New overview mode: inside panorama sphere (similar to a interactive panorama viewer) Updated build system for OpenEXR3. Several bug fixes.
2022-05-31CHANGES-2022: Add anjalioldlip-ttfnikita1-1/+2
2022-05-31fonts: Add anjalioldlipi-ttfnikita5-1/+51
AnjaliOldLipi is a Sans Serif TrueType font for the Malayalam language. This is a comprehensive Malayalam font for all common Malayalam ligatures and the Latin character set.
2022-05-31Fix xscreensaver for at least argon2 passwords on NetBSDabs3-3/+38
Limit "terminating pw_passwd at first ," behaviour to HP-UX, as it breaks at least argon2 passwords on NetBSD Bump PKGREVISION
2022-05-30xfce4-terminal: drop MAKE_JOBS_SAFE=nogutteridge1-3/+1
A lot has changed in the decade plus since that was set, many gmake updates, many Xfce updates, etc. No issue noted with MAKE_JOBS=8. (I will monitor bulk builds just in case.)
2022-05-30(security/R-sodium) import R-sodium-1.2.0mef3-0/+28
(Once I did import with wrong directory name, R-soduim, and I noticed that before I did commit security/Makefile and doc/CHANGES-2022, so those two are correct, but I did not notice the necessity of correcting importing commit, now re-importing the correct name, I hope, sorry and thanks leot@) Bindings to 'libsodium': a modern, easy-to-use software library for encryption, decryption, signatures, password hashing and more. Sodium uses curve25519, a state-of-the-art Diffie-Hellman function by Daniel Bernstein, which has become very popular after it was discovered that the NSA had backdoored Dual EC DRBG.
2022-05-30(R-soduim) Sorry, wrong directory name, thanks leot@mef3-28/+0
2022-05-30doc: Updated sysutils/broot to 1.13.1pin1-1/+2
2022-05-30sysutils/broot: update to 1.13.1pin2-6/+6
-Fix a regression added in 1.13.0: alt-enter was failing to cd to the selected directory
2022-05-30doc: Updated editors/ced to 0.1.6pin1-1/+2
2022-05-30editors/ced: update to 0.1.6pin3-44/+24
No change log provided.
2022-05-30doc: Updated geography/echomap to 0.7.2pin1-1/+2
2022-05-30geography/echomap: update to 0.7.2pin3-47/+151
-Update to use Rust 2021 edition -Multiple dependency updates
2022-05-30webkit-gtk: Hopefully fix all MAP_ALIGNED platformsleot3-36/+25
Instead of reusing Linux code path for NetBSD fix the MAP_ALIGNED problematic codepath by setting the protections. This should hopefully fix other MAP_ALIGNED platforms, not just NetBSD. Remove XXX comment now that the problem is understood (mmap protection was set via MAP_NONE and never adjusted in the MAP_ALIGNED platforms). PKGREVISION++