summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2022-05-19gcc10-aux: Fix build when lang/libunwind is installedryoon1-3/+4
Do not include PREFIX/include in CPPFLAGS.
2022-05-19doc/TODO: + Mesa-22.1, erlang-25.0, inkscape-1.2.wiz1-2/+4
2022-05-19ted: delintnia1-2/+3
2022-05-19doc: Ted updatenia2-4/+21
2022-05-19ted, related dictionaries: update to 2.23nia81-986/+302
(Ted 2.23 February 4, 2013) * Stability fixes. * Many-many annoying bugs fixed. * Some steps to support the few missing features such as absolutely positioned objects and shapes. * Preparations for bidirectional text support (Ted 2.22 April 4, 2012) * Thorough brush-up of the internals. * Undo/Redo/Recovery * Many-many annoying bugs fixed. * Some steps to support the few missing features such as absolutely positioned objects and shapes.
2022-05-19Updated www/py-asgiref, net/py-minioadam1-1/+3
2022-05-19py-minio: updated to 7.1.8adam2-6/+6
7.1.8 fix make version-id dictionary instead of set VS: ----------------------------------------------------------------------
2022-05-19py-asgiref: updated to 3.5.2adam2-6/+6
3.5.2 (2022-05-16) ------------------ * Allow async-callables class instances to be passed to AsyncToSync without warning * Prevent giving async-callable class instances to SyncToAsync
2022-05-19firefox: Switch to ffmpeg5.nia2-3/+4
2022-05-19nspr: Remove BUILDLINK_FILES.jperkin1-6/+1
These were entirely redundant due to already having the correct BUILDLINK_LIBDIRS and BUILDLINK_INCDIRS configured, and the globs would break the "ls -1" used in the wrapper code.
2022-05-19swig: Be more precise with BUILDLINK_FILES.jperkin1-2/+2
Using globs which may include directories means the way this is eventually parsed in the infrastructure using "ls -1" results in a lot of bogus output. Whilst not an error, it does require additional checks to see if the files actually exist.
2022-05-19doc: Updated sysutils/zoxide to 0.8.1nb1pin1-1/+2
2022-05-19sysutils/zoxide: fix broken buildpin3-15/+12
Rev bumb for changed crates.
2022-05-19doc: Updated textproc/ocaml-csv to 2.4nb1jaapb1-1/+2
2022-05-19Fixed build problem in textproc/ocaml-csv, revbump.jaapb3-7/+10
There was a problem with modules not being built correctly according to options set; I've now corrected this. Thanks to mef@ for reporting this.
2022-05-19frr: remove patch that was removed from distinfo during last updatewiz1-26/+0
2022-05-19libreoffice: remove patch that was removed from distinfo during last updatewiz1-17/+0
2022-05-19Updated devel/py-google-i18n-address, security/py-google-reauthadam1-1/+3
2022-05-19py-google-reauth: updated to 0.1.1adam2-7/+6
0.1.1 Raise an exception for SAML reauth challenges. Ensure code coverage is back at 100%.
2022-05-19py-google-i18n-address: updated to 2.5.1adam2-7/+6
2.5.1: Unknown changes
2022-05-19intel-microcode-netbsd: accommodate double-digit NetBSD majorsgutteridge1-2/+4
2022-05-19intel-microcode-netbsd: regen for current checksum algorithmsgutteridge1-3/+2
2022-05-19doc: Note lang/nim update to 1.6.6charlotte1-1/+2
2022-05-19nim: Update to 1.6.6charlotte2-6/+6
2022-05-19lasso: fix the build with inkscape installedkhorben2-4/+396
Basically lasso installs additional files when Inkscape is available, which it would normally re-generate but are already in the source tree. This unconditionally caches "/bin/false" as the path to Inkscape, which: * will always behave the same (install the missing files) * will break if they ever have to be re-generated (thus exposing the issue directly, which is a good thing) In addition since lasso can provide additional documentation when gtk-doc is installed, I have enabled this by default as well. Bumps PKGREVISION. Reviewed by manu@, thanks!
2022-05-18doc: Updated textproc/py-ujson to 5.3.0wiz1-1/+2
2022-05-18py-ujson: update to 5.3.0.wiz2-6/+8
Fix test target. Changes: Added Test Python 3.11 beta (#539) @hugovk Changed Benchmark refactor - argparse CLI (#533) @Erotemic Fixed Fix segmentation faults when errors occur while handling unserialisable objects (#531) @JustAnotherArchivist Fix segmentation fault when an exception is raised while converting a dict key to a string (#526) @JustAnotherArchivist Fix memory leak dumping on non-string dict keys (#521) @JustAnotherArchivist Fix ref counting on repeated default function calls (#524) @JustAnotherArchivist Remove redundant wheel dependency from pyproject.toml (#535) @hugovk
2022-05-18Note update of lang/rust to 1.59.0nb2.he1-1/+2
2022-05-18lang/rust: add patches so that RUST_BACKTRACE works.he7-3/+133
Add NetBSD to the systems which need dl_iterate_phdr(), and make NetBSD find the debug libraries if present. Also make the execinfo functions visible, but not sure that's used by rust. Back-ported from wip / 1.60.0, but we can't do != in conditionals here.
2022-05-18doc: Updated net/syncthing to 1.20.1triaxx1-1/+2
2022-05-18syncthing: Update to 1.20.1triaxx3-9/+14
pkgsrc changes: --------------- * Add comments about usage of this file in unprivileged. * Add _rc_subr_loaded variable for consistency with other rc files. upstream changes: ----------------- o v1.20.1 Bugfixes: #8320: Spurious failure of new connections ("unknown (newer?) version of the protocol" etc) o v1.20.0 Bugfixes: #7855: Watching for changes using too many system resources on BSDs (kqueue) #8020: Dangling symlink prevents filesystem watcher on Solaris #8232: Missing include file endlessly spams log #8258: The latest version does not support go1.18 compilation!! #8261: TypeError: Cannot read properties of null (reading 'status') in the GUI after killing Syncthing Enhancements: #8202: Indicate folders / devices where the remote end has not accepted sharing. #8282: Change default log format to include date Other issues: #8279: Simplify tests using T.TempDir o v1.19.2 Enhancements: #8180: Make error message upon reaching the free space quota more clear o v1.19.1 Bugfixes: #7850: junctionsAsDirs requires folder pause and resume to trigger #7924: notify: File mode change events not emitted on MacOS/FSEvents watcher #8083: Device ID should be read-only and "nearby devices" should be hidden when adding a new pending device #8143: Behavior of discovery server doesn't match documentation #8145: Folder ID not editable in add folder dialog Enhancements: #7942: Improve error message about folder marker outside of folder #8130: CLI: add command to print pending folders offered by specific device
2022-05-18php-fpm: Improve rc filetriaxx1-2/+8
pkgsrc changes: --------------- * Add comments about usage of this file in unprivileged. * Add _rc_subr_loaded variable for consistency with other rc files.
2022-05-18Updated devel/py-setuptools, sysutils/ansible-lintadam1-1/+3
2022-05-18ansible-lint: updated to 6.2.1adam2-6/+6
v6.2.1 Bugfixes Avoid using meta schema on ansible-test integration tests Update schemas
2022-05-18doc: Updated fonts/public-sans to v2.001fcambus1-1/+2
2022-05-18public-sans: update to 2.001.fcambus3-7/+9
Public Sans v2.001: General: - Fixed style linking in stat table - Update to 2.001 Public Sans v2.000: General: - Rename `PublicSans-italics` to `PublicSans-Italic` - Fixed language feature encoding - Update to 2.000 Glyphs: - Modified `eth` contours - Adjusted curves of `S` and `Thorn` - Corrected - `Eng`, `eng` - `Ldot`, '`ldot` - `Tbar`, `tbar` - `gcommaaccent` - Removed unnecessary anchors - Decomposed and transformed components - Corrected dot accent position in thin masters - Slightly shifted position of `acute` and `grave` - Adjusted percent and perthousand - Corrected positon of `caron.alt` - Added caret anchors - Corrected Naira currency - Decomposed nested components - Corrected kerning group inconsistencies in caps and lowercases - Corrected position of `breve_hookabove` - Adjusted alignment zones - Renamed narrow acutecomb variants `acutecomb.001` to `acutecomb.narrow` - Added `gravecomb.narrow` - Fixed contour directons - Added `_ringacute` in `aringacute` italic, decomposed and merged `_ringacute` - Decomposed overlapping components Structure: - Renames `/src` directory to `/sources`, which includes the build script and the Glyphs sources - Renames `/binaries` directory to `/fonts` adding TTF fonts as a `/fonts/ttf` directory separate from webfonts - Adds `AUTHORS.txt` for copyright-holding authors - Adds `CONTRIBUTORS.txt` for contributors who are not copyright authors - Adds explicit description file - Adds `requirements.txt` for python 3.x `pip3 install -r requirements.txt` - Moves old version binaries to an `/old` directory - Removes dash from `Public-Sans` in source files to `PublicSans` Build: - Add weight class fix in build script - Added new fontbakery tools to `requirements.txt` and build script - Uses new locations - Removes autohinting - Updates build process to build with Docker - Adds gftools gen-stat to the build process, as well as a stat.yaml file
2022-05-18py-setuptools: updated to 62.3.2adam2-6/+6
v62.3.2 Misc * Include a first line summary to some of the existing multi-line warnings.
2022-05-18doc: Updated wm/9wm to 1.4.2nikita1-1/+2
2022-05-189wm: Update to 1.4.2nikita3-6/+21
There are no release notes from upstream, here is a partial list of changes from the git commit log: - Use sigaction(), not signal(), for SIGCHLD. - Don't mix declarations and code.
2022-05-18Darwin.mk: add OSX_SDK_MAP for 12.4 (to use 12.3).schmonz1-1/+2
2022-05-18doc: Updated www/gitea to 1.16.8khorben1-1/+2
2022-05-18gitea: update to 1.16.8khorben3-804/+3515
This is a security update: * CVE-2022-30781 * CVE-2022-27313 * and more security issues fixed but without CVEs - see below XXX pull-up to pkgsrc-2022Q1 Tested on NetBSD/amd64. Changes in 1.16.8: ENHANCEMENTS * Add doctor check/fix for bogus action rows (#19656) (#19669) * Make .cs highlighting legible on dark themes (#19604) (#19605) BUGFIXES * Fix oauth setting list bug (#19681) * Delete user related oauth stuff on user deletion too (#19677) (#19680) * Fix new release from tags list UI (#19670) (#19673) * Prevent NPE when checking repo units if the user is nil (#19625) (#19630) * GetFeeds must always discard actions with dangling repo_id (#19598) (#19629) * Call MultipartForm.RemoveAll when request finishes (#19606) (#19607) * Avoid MoreThanOne error when creating a branch whose name conflicts with other ref names (#19557) (#19591) * Fix sending empty notifications (#19589) (#19590) * Ignore DNS error when doing migration allow/block check (#19566) (#19567) * Fix issue overview for teams (#19652) (#19653) Changes in 1.16.7: SECURITY * Escape git fetch remote (#19487) (#19490) CVE-2022-30781 BUGFIXES * Don't overwrite err with nil (#19572) (#19574) * On Migrations, only write commit-graph if wiki clone was successful (#19563) (#19568) * Respect DefaultUserIsRestricted system default when creating new user (#19310) (#19560) * Don't error when branch's commit doesn't exist (#19547) (#19548) * Support hostname:port to pass host matcher's check (#19543) (#19544) * Prevent intermittent race in attribute reader close (#19537) (#19539) * Fix 64-bit atomic operations on 32-bit machines (#19531) (#19532) * Prevent dangling archiver goroutine (#19516) (#19526) * Fix migrate release from github (#19510) (#19523) * When view _Siderbar or _Footer, just display once (#19501) (#19522) * Fix blame page select range error and some typos (#19503) * Fix name of doctor fix "authorized-keys" in hints (#19464) (#19484) * User specific repoID or xorm builder conditions for issue search (#19475) (#19476) * Prevent dangling cat-file calls (goroutine alternative) (#19454) (#19466) * RepoAssignment ensure to close before overwrite (#19449) (#19460) * Set correct PR status on 3way on conflict checking (#19457) (#19458) * Mark TemplateLoading error as "UnprocessableEntity" (#19445) (#19446) Changes in 1.16.6: ENHANCEMENTS * Only request write when necessary (#18657) (#19422) * Disable service worker by default (#18914) (#19342) BUGFIXES * When dumping trim the standard suffices instead of a random suffix (#19440) (#19447) * Fix DELETE request for non-existent public key (#19443) (#19444) * Don't panic on ErrEmailInvalid (#19441) (#19442) * Add uploadpack.allowAnySHA1InWant to allow --filter=blob:none with older git clients (#19430) (#19438) * Warn on SSH connection for incorrect configuration (#19317) (#19437) * Search Issues via API, dont show 500 if filter result in empty list (#19244) (#19436) * When updating mirror repo intervals by API reschedule next update too (#19429) (#19433) * Fix nil error when some pages are rendered outside request context (#19427) (#19428) * Fix double blob-hunk on diff page (#19404) (#19405) * Don't allow merging PR's which are being conflict checked (#19357) (#19358) * Fix middleware function's placements (#19377) (#19378) * Fix invalid CSRF token bug, make sure CSRF tokens can be up-to-date (#19338) * Restore user autoregistration with email addresses (#19261) (#19312) * Move checks for pulls before merge into own function (#19271) (#19277) * Granular webhook events in editHook (#19251) (#19257) * Only send webhook events to active system webhooks and only deliver to active hooks (#19234) (#19248) * Use full output of git show-ref --tags to get tags for PushUpdateAddTag (#19235) (#19236) * Touch mirrors on even on fail to update (#19217) (#19233) * Hide sensitive content on admin panel progress monitor (#19218 & #19226) (#19231) * Fix clone url JS error for the empty repo page (#19209) * Bump goldmark to v1.4.11 (#19201) (#19203) TESTING * Prevent intermittent failures in RepoIndexerTest (#19225 #19229) (#19228) BUILD * Revert the minimal golang version requirement from 1.17 to 1.16 and add a warning in Makefile (#19319) MISC * Performance improvement for add team user when org has more than 1000 repositories (#19227) (#19289) * Check go and nodejs version by go.mod and package.json (#19197) (#19254) Changes in 1.16.5: BREAKING * Bump to build with go1.18 (#19120 et al) (#19127) SECURITY * Prevent redirect to Host (2) (#19175) (#19186) * Try to prevent autolinking of displaynames by email readers (#19169) (#19183) * Clean paths when looking in Storage (#19124) (#19179) * Do not send notification emails to inactive users (#19131) (#19139) * Do not send activation email if manual confirm is set (#19119) (#19122) ENHANCEMENTS * Use the new/choose link for New Issue on project page (#19172) (#19176) BUGFIXES * Fix showing issues in your repositories (#18916) (#19191) * Fix compare link in active feeds for new branch (#19149) (#19185) * Redirect .wiki/* ui link to /wiki (#18831) (#19184) * Ensure deploy keys with write access can push (#19010) (#19182) * Ensure that setting.LocalURL always has a trailing slash (#19171) (#19177) * Cleanup protected branches when deleting users & teams (#19158) (#19174) * Use IterateBufferSize whilst querying repositories during adoption check (#19140) (#19160) * Fix NPE /repos/issues/search when not signed in (#19154) (#19155) * Use custom favicon when viewing static files if it exists (#19130) (#19152) * Fix the editor height in review box (#19003) (#19147) * Ensure isSSH is set whenever DISABLE_HTTP_GIT is set (#19028) (#19146) * Fix wrong scopes caused by empty scope input (#19029) (#19145) * Make migrations SKIP_TLS_VERIFY apply to git too (#19132) (#19141) * Handle email address not exist (#19089) (#19121) MISC * Update json-iterator to allow compilation with go1.18 (#18644) (#19100) * Update golang.org/x/crypto (#19097) (#19098) Changes in 1.16.4: SECURITY * Restrict email address validation (#17688) (#19085) * Fix lfs bug (#19072) (#19080) ENHANCEMENTS * Improve SyncMirrors logging (#19045) (#19050) BUGFIXES * Refactor mirror code & fix StartToMirror (#18904) (#19075) * Update the webauthn_credential_id_sequence in Postgres (#19048) (#19060) * Prevent 500 when there is an error during new auth source post (#19041) (#19059) * If rendering has failed due to a net.OpError stop rendering (attempt 2) (#19049) (#19056) * Fix flag validation (#19046) (#19051) * Add pam account authorization check (#19040) (#19047) * Ignore missing comment for user notifications (#18954) (#19043) * Set rel="nofollow noindex" on new issue links (#19023) (#19042) * Upgrading binding package (#19034) (#19035) * Don't show context cancelled errors in attribute reader (#19006) (#19027) * Fix update hint bug (#18996) (#19002) MISC * Fix potential assignee query for repo (#18994) (#18999) Changes in 1.16.3: SECURITY * Git backend ignore replace objects (#18979) (#18980) CVE-2022-27313 ENHANCEMENTS * Adjust error for already locked db and prevent level db lock on malformed connstr (#18923) (#18938) BUGFIXES * Set max text height to prevent overflow (#18862) (#18977) * Fix newAttachmentPaths deletion for DeleteRepository() (#18973) (#18974) * Accounts with WebAuthn only (no TOTP) now exist ... fix code to handle that case (#18897) (#18964) * Send 404 on /{org}.gpg (#18959) (#18962) * Fix admin user list pagination (#18957) (#18960) * Fix lfs management setting (#18947) (#18946) * Fix login with email panic when email is not exist (#18942) * Update go-org to v1.6.1 (#18932) (#18933) * Fix <strong> html in translation (#18929) (#18931) * Fix page and missing return on unadopted repos API (#18848) (#18927) * Allow adminstrator teams members to see other teams (#18918) (#18919) * Don't treat BOM escape sequence as hidden character. (#18909) (#18910) * Correctly link URLs to users/repos with dashes, dots or underscores (
 (#18908) * Fix redirect when using lowercase repo name (#18775) (#18902) * Fix migration v210 (#18893) (#18892) * Fix team management UI (#18887) (18886) * BeforeSourcePath should point to base commit (#18880) (#18799) TRANSLATION * Backport locales from master (#18944) MISC * Don't update email for organisation (#18905) (#18906) Changes in 1.16.2: ENHANCEMENTS * Show fullname on issue edits and gpg/ssh signing info (#18828) * Immediately Hammer if second kill is sent (#18823) (#18826) * Allow mermaid render error to wrap (#18791) BUGFIXES * Fix ldap user sync missed email in email_address table (#18786) (#18876) * Update assignees check to include any writing team and change org sidebar (#18680) (#18873) * Don't report signal: killed errors in serviceRPC (#18850) (#18865) * Fix bug where certain LDAP settings were reverted (#18859) * Update go-org to 1.6.0 (#18824) (#18839) * Fix login with email for ldap users (#18800) (#18836) * Fix bug for get user by email (#18834) * Fix panic in EscapeReader (#18820) (#18821) * Fix ldap loginname (#18789) (#18804) * Remove redundant call to UpdateRepoStats during migration (#18591) (#18794) * In disk_channel queues synchronously push to disk on shutdown (#18415) (#18788) * Fix template bug of LFS lock (#18784) (#18787) * Attempt to fix the webauthn migration again - part 3 (#18770) (#18771) * Send mail to issue/pr assignee/reviewer also when OnMention is set (#18707) (#18765) * Fix a broken link in commits_list_small.tmpl (#18763) (#18764) * Increase the size of the webauthn_credential credential_id field (#18739) (#18756) * Prevent dangling GetAttribute calls (#18754) (#18755) * Fix isempty detection of git repository (#18746) (#18750) * Fix source code line highlighting on external tracker (#18729) (#18740) * Prevent double encoding of branch names in delete branch (#18714) (#18738) * Always set PullRequestWorkInProgressPrefixes in PrepareViewPullInfo (#18713) (#18737) * Fix forked repositories missed tags (#18719) (#18735) * Fix release typo (#18728) (#18731) * Separate the details links of commit-statuses in headers (#18661) (#18730) * Update object repo with the migrated repository (#18684) (#18726) * Fix bug for version update hint (#18701) (#18705) * Fix issue with docker-rootless shimming script (#18690) (#18699) * Let MinUnitAccessMode return correct perm (#18675) (#18689) * Prevent security failure due to bad APP_ID (#18678) (#18682) * Restart zero worker if there is still work to do (#18658) (#18672) * If rendering has failed due to a net.OpError stop rendering (#18642) (#18645) TESTING * Ensure git tag tests and others create test repos in tmpdir (#18447) (#18767) BUILD * Reduce CI go module downloads, add make targets (#18708, #18475, #18443) (#18741) MISC * Put buttons back in org dashboard (#18817) (#18825) * Various Mermaid improvements (#18776) (#18780) * C preprocessor colors improvement (#18671) (#18696) * Fix the missing i18n key for update checker (#18646) (#18665)
2022-05-18Updated security/gnutls, lang/nodejsadam2-3/+4
2022-05-18nodejs: updated to 18.2.0adam2-6/+6
Version 18.2.0 This update can be treated as a security release as the issues addressed in OpenSSL 3.0.3 slightly affect Node.js 18.
2022-05-18gnutls: updated to 3.7.5adam3-7/+8
Version 3.7.5 (released 2022-05-15) ** libgnutls: The GNUTLS_NO_TICKETS_TLS12 flag and %NO_TICKETS_TLS12 priority modifier have been added to disable session ticket usage in TLS 1.2 because it does not provide forward secrecy. On the other hand, since session tickets in TLS 1.3 do provide forward secrecy, the PFS priority string now only disables session tickets in TLS 1.2. Future backward incompatibility: in the next major release of GnuTLS, we plan to remove those flag and modifier, and make GNUTLS_NO_TICKETS and %NO_TICKETS only affect TLS 1.2. ** gnutls-cli, gnutls-serv: Channel binding for printing information has been changed from tls-unique to tls-exporter as tls-unique is not supported in TLS 1.3. ** libgnutls: Certificate sanity checks has been enhanced to make gnutls more RFC 5280 compliant (!1583). Following changes were included: - critical extensions are parsed when loading x509 certificate to prohibit any random octet strings. Requires strict-x509 configure option to be enabled - garbage bits in Key Usage extension are prohibited - empty DirectoryStrings in Distinguished name structures of Issuer and Subject name are prohibited ** libgnutls: Removed 3DES from FIPS approved algorithms. According to the section 2 of SP800-131A Rev.2, 3DES algorithm will be disallowed for encryption after December 31, 2023: https://csrc.nist.gov/publications/detail/sp/800-131a/rev-2/final ** libgnutls: Optimized support for AES-SIV-CMAC algorithms. The existing AEAD API that works in a scatter-gather fashion (gnutls_aead_cipher_encryptv2) has been extended to support AES-SIV-CMAC. For further optimization, new function (gnutls_aead_cipher_set_key) has been added to set key on the existing AEAD handle without re-allocation. ** libgnutls: HKDF and AES-GCM algorithms are now approved in FIPS-140 mode when used in TLS. ** The configure arguments for Brotli and Zstandard (zstd) support have changed to reflect the previous help text: they are now --with-brotli/--with-zstd respectively. ** Detecting the Zstandard (zstd) library in configure has been fixed. ** API and ABI modifications: GNUTLS_NO_TICKETS_TLS12: New flag gnutls_aead_cipher_set_key: New function
2022-05-18doc: Updated net/terraform-provider-vultr to 2.11.1tpaul1-1/+2
2022-05-18net/terraform-provider-vultr: Update to 2.11.1tpaul2-7/+6
The govultr and data type update fixes an issue where it was impossible to remove the deprecated "tag" argument from an instance. Upstream Release Notes: - Release v2.11.1 #patch - Bump govultr v1.17.0 and update data types - Fix vultr_instance_ipv4 resource doc and argument reference. - Fix incorrect import example
2022-05-18kf5: META_PACKAGE must come before bsd.prefs.mk.jperkin1-3/+3
2022-05-18audacious: Allow building without either gtk or qt.nia5-56/+88
2022-05-18doc: Updated net/bind916 to 9.16.29taca1-1/+2