Commit Graph

61182 Commits

Author SHA1 Message Date
Leonardo Taccari 87627229ac coccinelle: Add a simple way to reproduce the coccigrep regression 2020-07-08 02:34:17 +02:00
Leonardo Taccari a85d84bf0d coccigrep: Depends on wip/coccinelle instead of devel/coccinelle 2020-07-08 02:15:43 +02:00
Leonardo Taccari fa07abfc1c coccigrep: Import coccigrep-0.16nb1 as wip/coccigrep
coccigrep is a semantic grep for the C language based on coccinelle.
It can be used to find where a given structure is used in code
files. coccigrep depends on the spatch program which comes with
coccinelle.

This is intended to be used to be updated and to test wip/coccinelle.
2020-07-08 02:14:12 +02:00
Leonardo Taccari ffffb7237d coccinelle: Install dllpyml_stubs.so
I could not find any rationale for not doing so, after inspecting
devel/coccinelle commits for the pycaml corresponding case.
2020-07-08 02:08:48 +02:00
Leonardo Taccari a77bdaef22 coccinelle: Add test results for PYTHON_VERSION_DEFAULT=27 2020-07-08 01:28:14 +02:00
Leonardo Taccari e4cadd0d89 coccinelle: Pass PYTHONBIN as python to honor PYTHON_VERSION_DEFAULT 2020-07-08 01:19:27 +02:00
Leonardo Taccari 943247a091 coccinelle: Explicitly calling all.opt target is no longer needed 2020-07-08 01:07:49 +02:00
Leonardo Taccari 905a2cdeae coccinelle: Adjust TEST_TARGET to current one and add info about failed tests 2020-07-08 00:21:54 +02:00
Leonardo Taccari 1c4a34ef8c coccinelle: Add support for *BSD
There is nothing specific to Linux in pyml_arch_linux.ml.
All related definitions should applies to any Unix-like systems
with which(1) and .so.
2020-07-08 00:14:14 +02:00
Leonardo Taccari c6a155c1d5 coccinelle: Add more patches for Seq -> Stdlib.Seq adjustments
...and update TODO with a snippet of pyml error (still not investigated).
2020-07-08 00:14:14 +02:00
Ryo ONODERA 4cda670eac chromium: Use l transform to change library filename 2020-07-08 06:11:15 +09:00
Ryo ONODERA 1dc1811693 chromium: Potantially use libcups to enable cups dependency 2020-07-08 06:03:28 +09:00
Ryo ONODERA b9e28be752 chromium: Bump ffmpeg version in commented-out dependency 2020-07-08 06:02:24 +09:00
Ryo ONODERA 1a5478b286 chromium: libpci problem is not NetBSD specific, but for pkgsrc. 2020-07-08 06:01:06 +09:00
Ryo ONODERA 0606bd862e chromium: For X11_TYPE=modular case 2020-07-08 05:59:59 +09:00
Ryo ONODERA e07e24f624 chromium: Update COMMENT to make pkglint happier 2020-07-08 05:57:35 +09:00
Leonardo Taccari b6579035af coccinelle: Add several patches trying to address Seq -> Stdlib.Seq errors
...and remove a probably obsolete SUBST_CLASS.

(I'm now stuck on *hashtbl* one and couldn't figure out it, documented in TODO.)
2020-07-07 22:51:56 +02:00
Ryo ONODERA 09ecc8a7e0 chromium: Use the latest dev channel tarball 2020-07-08 05:51:48 +09:00
Leonardo Taccari ab0ab3f991 plan9port: Add accidentally missed comment in the patches
(Both part of #355.)
2020-07-07 21:38:52 +02:00
Leonardo Taccari 674a0d81c9 plan9port: Add pull requests from upstream to fix build issues
Update TODO documenting that now a way to install it should be found.
2020-07-07 21:36:42 +02:00
Leonardo Taccari ed37d5d66e plan9port: Document how it fails on NetBSD/amd64
(Probably worth to look to upstream pull request #355.)
2020-07-07 20:59:39 +02:00
Leonardo Taccari 8e401e4036 plan9port: Bump to latest commit
(Still not tested but now probably a better starting point to further
investigate possible failures.)
2020-07-07 20:55:22 +02:00
Leonardo Taccari dfc795039e plan9port: Import plan9port-20180205 as wip/plan9port
Plan 9 from User Space (aka plan9port) is a port of many Plan 9
programs from their native Plan 9 environment to Unix-like operating
systems.

XXX: Only initial package, should fail to build but I forgot how...
XXX: Needs to be updated to latest snapshot and then properly investigated.
2020-07-07 20:08:41 +02:00
pin 7f6d8d8106 badwolf: remove unnecessary dependency 2020-07-07 17:39:19 +02:00
Amitai Schleier ef4514c746 Bump PKGREVISION for skalibs update. 2020-07-07 12:31:41 +02:00
Thomas Klausner 638a336a6a TODO: + nuspell-3.1.2. 2020-07-05 21:48:37 +02:00
Iku Iwasa facb73f142 vault: Update to 1.4.3
IMPROVEMENTS:

* auth/aws: Add support for Web Identity credentials [GH-9251]
* core: Add the Go version used to build a Vault binary to the server
  message output. [GH-9078]
* secrets/database: Add static role rotation for MongoDB Atlas database
  plugin [GH-9311]
* ui: Link to the Vault Changelog in the UI footer [GH-9216]

BUG FIXES:

* auth/oci: Fix issue where users of the Oracle Cloud Infrastructure (OCI)
  auth method could not authenticate when the plugin backend was mounted at a
  non-default path. [GH-9278]
* replication: The issue causing cubbyholes in namespaces on performance
  secondaries to not work, which was fixed in 1.4.0, was still an issue when
  the primary was both a performance primary and DR primary.
* seal: (enterprise) Fix issue causing stored seal and recovery keys to be
  mistaken as sealwrapped values
* secrets/aws: Fix issue where performance standbys weren't able to
  generate STS credentials after an IAM access key rotation in AWS and root
  IAM credential update in Vault [GH-9207]
* secrets/database: Fix issue that prevents performance standbys from
  connecting to databases after a root credential rotation [GH-9208]
* secrets/gcp: Fix issue were updates were not being applied to the
  token_scopes of a roleset. [GH-9277]
2020-07-05 10:48:43 +09:00
Iku Iwasa a41dd1cfdb pre-commit: Update to 2.6.0
Fixes

* Fix node hooks when NPM_CONFIG_USERCONFIG is set

Features

* Skip rbenv / ruby-download if system ruby is available
* Partial support for ruby on windows (if system ruby is installed)
2020-07-05 10:43:44 +09:00
Iku Iwasa cee4627cf0 py-identify: Update to 1.4.21 2020-07-05 10:41:11 +09:00
Jason Bacon 1650f602c0 auto-admin: auto-check-ports-branch: Use svn switch when possible
Preserve svn URL except for new quarter
2020-07-04 16:30:25 +00:00
Leonardo Taccari 13546ebefc sfeed_curses-git: Sync PKGVERSION with upstream one 2020-07-04 19:34:30 +02:00
nikita de71c1ee5f rebar3 TODO: remove custom modification lines 2020-07-04 16:47:34 +02:00
nikita 76f8417eb6 Makefile 2020-07-04 16:45:20 +02:00
nikita d28b3a6bf7 TODO 2020-07-04 16:45:07 +02:00
nikita faaafa614c rebar3: remove git dependency 2020-07-04 15:13:06 +02:00
nikita 0a8d5f28c4 rebar3: build verbose 2020-07-04 15:08:49 +02:00
pin 9a4db77fa2 Import badwolf: new package
BadWolf is a minimalist and privacy-oriented WebKitGTK+ browser.
- No browser-level tracking, multiple ephemeral isolated sessions per new
  unrelated tabs, JavaScript off by default.
- Small codebase (~1 500 LoC), reuses existing components when available or
  makes it available.
- WebKitGTK native extensions, Interface customizable through CSS.
- Stable User-Interface; The common shortcuts are available (and documented),
  no vi-modal edition or single-key shortcuts are used.
- Dialogs are only used when required, javascript popups open in a
  background tab.
2020-07-04 13:48:27 +02:00
Michael Baeuerle 2cf1c18e66 flnews-devel: Update to version 0.18pre22
Bugfix for UTF-7 decoder.
2020-07-03 17:47:09 +02:00
Michael Baeuerle 3ab9297940 doomlegacy-devel: Update to SVN revision 1539
Demo recording format changed.
2020-07-03 17:46:14 +02:00
nia 8d4dce458a remove Lua modules older than those in HEAD 2020-07-02 22:18:07 +01:00
nia 5b9ce88728 Remove imported lua packages 2020-07-02 21:50:50 +01:00
Jason Bacon 830a7a6174 auto-admin: auto-firewall-setup: Add root check and disconnect warning 2020-07-02 08:14:29 +00:00
nikita 811fc88766 TODO 2020-07-02 11:09:57 +02:00
nikita 9934b54802 TODO 2020-07-02 11:00:44 +02:00
nikita c08411dab5 Makefile: add rebar3, gleam, gleam-stdlib 2020-07-02 10:56:34 +02:00
nikita de54f5deaa Makefile 2020-07-02 10:53:35 +02:00
nikita c9942ac44b import rebar3 for update 2020-07-02 10:37:53 +02:00
nikita 26e8ac47a2 gleam-stdlib, incomplete package 2020-07-02 10:17:46 +02:00
nikita 42f7215b18 Add gleam 0.10.1
Compiles, runs, but has a soft dependency on gleam stdlib for the
way it compiles code and might require a rebar3 update.
2020-07-02 10:15:04 +02:00
nikita ff84790ae0 remove go-pty, imported as devel/go-pty 2020-07-02 10:11:50 +02:00