-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update of the p6-zef #7
Conversation
CC @bsiegert maintainer |
We do not accept pull requests for this repository, this is a read-only mirror. |
Well I understand that this is a r/o mirror. Objectively folks: http://www.pkgsrc.org/wip/users/ - come on... We are all busy people. I know howto generate an RSA key-pair. "The pkgsrc-wip-id_rsa is the private key and the pkgsrc-wip-id_rsa.pub is the public key. Please remember to just attach the public key pkgsrc-wip-id_rsa.pub ..." And yup you lost me.. Nah. I do not care any longer... Having a quite user-friendly github repo and reject PRs is nothing but silly. Insisting on using way more complicated and awkward process does not make much sense to me. With my best wishes |
From metelik in #7. The resulting package still is not correct as far as I can see, since it only installs a dangling symlink into DESTDIR. Added a small TODO noting this.
@metelik, the thing about your pull request is (to me): Do you actually get a working zef binary? From what I can see, the |
Hello Benny,
Forgive me replying with such a delay but have got swamped up to my eyeballs with work :/ Yes I have got the zef working on my machine. Nevertheless, I shall definitely take a look.
With my best wishes Tomasz Motyl
On Saturday, October 20, 2018, 3:35:01 PM GMT+1, Benny Siegert <notifications@github.com> wrote:
@metelik, the thing about your pull request is (to me):
Do you actually get a working zef binary?
From what I can see, the PLIST has a single file, which ends up being a dangling symlink. I would be happy if you could figure out how to make zef install correctly under $DESTDIR.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Version 1.5.4 changes Security When using a TLS enabled websockets listener with require_certificate enabled, the mosquitto broker does not correctly verify client certificates. This is now fixed. All other security measures operate as expected, and in particular non-websockets listeners are not affected by this. Closes #996. Broker Process all pending messages even when a client has disconnected. This means a client that send a PUBLISH then DISCONNECT quickly, then disconnects will have its DISCONNECT message processed properly and so no Will will be sent. Closes #7. $SYS/broker/clients/disconnected should never be negative. Closes #287. Give better error message if a client sends a password without a username. Closes #1015. Fix bridge not honoring restart_timeout. Closes #1019. Don't disconnect a client if an auth plugin denies access to SUBSCRIBE. Closes #1016. Library Fix memory leak that occurred if mosquitto_reconnect() was used when TLS errors were present. Closes #592. Fix TLS connections when using an external event loop with mosquitto_loop_read() and mosquitto_write(). Closes #990. Build Fix clients not being compiled with threading support when using CMake. Closes #983. Header fixes for FreeBSD. Closes #977. Use _GNU_SOURCE to fix build errors in websockets and getaddrinfo usage. Closes [#862] and #933. Fix builds on QNX 7.0.0. Closes #1018.
July 21st, 2020 CHANGES: * audit: Token TTL and issue time are now provided in the auth portion of audit logs. [GH-9091] * auth/gcp: Changes the default name of the entity alias that gets created to be the role ID for both IAM and GCE authentication. [GH-99] * core: Remove the addition of newlines to parsed configuration when using integer/boolean values [GH-8928] * cubbyhole: Reject reads and writes to an empty ("") path. [GH-8971] * storage/gcs: The credentials_file config option has been removed. The GOOGLE_APPLICATION_CREDENTIALS environment variable or default credentials may be used instead [GH-9424] * storage/raft: The storage configuration now accepts a new max_entry_size config that will limit the total size in bytes of any entry committed via raft. It defaults to "1048576" (1MiB). [GH-9027] * token: Token creation with custom token ID via id will no longer allow periods (.) as part of the input string. The final generated token value may contain periods, such as the s. prefix for service token indication. [GH-8646] * token: Token renewals will now return token policies within the token_policies , identity policies within identity_policies, and the full policy set within policies. [GH-8535] FEATURES: * Monitoring: We have released a Splunk App [9] for Enterprise customers. The app is accompanied by an updated monitoring guide and a few new metrics to enable OSS users to effectively monitor Vault. * Password Policies: Allows operators to customize how passwords are generated for select secret engines (OpenLDAP, Active Directory, Azure, and RabbitMQ). * Replication UI Improvements: We have redesigned the replication UI to highlight the state and relationship between primaries and secondaries and improved management workflows, enabling a more holistic understanding of multiple Vault clusters. * Resource Quotas: As of 1.5, Vault supports specifying a quota to rate limit requests on OSS and Enterprise. Enterprise customers also have access to set quotas on the number of leases that can be generated on a path. * OpenShift Support: We have updated the Helm charts to allow users to install Vault onto their OpenShift clusters. * Seal Migration: We have made updates to allow migrations from auto unseal to Shamir unseal on Enterprise. * AWS Auth Web Identity Support: We've added support for AWS Web Identities, which will be used in the credentials chain if present. * Vault Monitor: Similar to the monitor command for Consul and Nomad, we have added the ability for Vault to stream logs from other Vault servers at varying log levels. * AWS Secrets Groups Support: IAM users generated by Vault may now be added to IAM Groups. * Integrated Storage as HA Storage: In Vault 1.5, it is possible to use Integrated Storage as HA Storage with a different storage backend as regular storage. * OIDC Auth Provider Extensions: We've added support to OIDC Auth to incorporate IdP-specific extensions. Currently this includes expanded Azure AD groups support. * GCP Secrets: Support BigQuery dataset ACLs in absence of IAM endpoints. IMPROVEMENTS: * audit: Replication status requests are no longer audited. [GH-8877] * audit: Added mount_type field to requests and responses. [GH-9167] * auth/aws: Add support for Web Identity credentials [GH-7738] * auth/jwt: Support users that are members of more than 200 groups on Azure [GH-120] * auth/kerberos: Support identities without userPrincipalName [GH-44] * auth/kubernetes: Allow disabling iss validation [GH-91] * auth/kubernetes: Try reading the ca.crt and TokenReviewer JWT from the default service account [GH-83] * cli: Support reading TLS parameters from file for the vault operator raft join command. [GH-9060] * cli: Add a new subcommand, vault monitor, for tailing server logs in the console. [GH-8477] * core: Add the Go version used to build a Vault binary to the server message output. [GH-9078] * core: Added Password Policies for user-configurable password generation [GH-8637] * core: New telemetry metrics covering token counts, token creation, KV secret counts, lease creation. [GH-9239] [GH-9250] [GH-9244] [GH-9052] * physical/gcs: The storage backend now uses a dedicated client for HA lock updates to prevent lock table update failures when flooded by other client requests. [GH-9424] * physical/spanner: The storage backend now uses a dedicated client for HA lock updates to prevent lock table update failures when flooded by other client requests. [GH-9423] * plugin: Add SDK method, Sys.ReloadPlugin, and CLI command, vault plugin reload, for reloading plugins. [GH-8777] * plugin (enterprise): Add a scope field to plugin reload, which when global, reloads the plugin anywhere in a cluster. [GH-9347] * sdk/framework: Support accepting TypeFloat parameters over the API [GH-8923] * secrets/aws: Add iam_groups parameter to role create/update [GH-8811] * secrets/database: Add static role rotation for MongoDB Atlas database plugin [GH-11] * secrets/database: Add static role rotation for MSSQL database plugin [GH-9062] * secrets/database: Allow InfluxDB to use insecure TLS without cert bundle [GH-8778] * secrets/gcp: Support BigQuery dataset ACLs in absence of IAM endpoints [GH-78] * secrets/pki: Allow 3072-bit RSA keys [GH-8343] * secrets/ssh: Add a CA-mode role option to specify signing algorithm [GH-9096] * secrets/ssh: The Vault SSH Helper can now be configured to reference a mount in a namespace [GH-44] * secrets/transit: Transit requests that make use of keys now include a new field key_version in their responses [GH-9100] * secrets/transit: Improving transit batch encrypt and decrypt latencies [GH-8775] * sentinel: Add a sentinel config section, and "additional_enabled_modules", a list of Sentinel modules that may be imported in addition to the defaults. * ui: Update TTL picker styling on SSH secret engine [GH-8891] * ui: Only render the JWT input field of the Vault login form on mounts configured for JWT auth [GH-8952] * ui: Add replication dashboards. Improve replication management workflows. [GH-8705]. * ui: Update alert banners to match design systems black text. [GH-9463]. 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-7] * core: Extend replicated cubbyhole fix in 1.4.0 to cover case where a performance primary is also a DR primary [GH-9148] * seal/awskms: fix AWS KMS auto-unseal when AWS_ROLE_SESSION_NAME not set [GH-9416] * sentinel: fix panic due to concurrent map access when rules iterate over metadata maps * 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-9186] * secrets/database: Fix issue where rotating root database credentials while Vault's storage backend is unavailable causes Vault to lose access to the database [GH-8782] * secrets/database: Fix issue that prevents performance standbys from connecting to databases after a root credential rotation [GH-9129] * secrets/gcp: Fix issue were updates were not being applied to the token_scopes of a roleset. [GH-90] * secrets/kv: Return the value of delete_version_after when reading kv/config, even if it is set to the default. [GH-42] * ui: Add Toggle component into core addon so it is available in KMIP and other Ember Engines.[GH-8913] * ui: Disallow max versions value of large than 9999999999999999 on kv2 secrets engine. [GH-9242] * ui: Add and upgrade missing dependencies to resolve a failure with make static-dist. [GH-9277]
Announcement: Time for another release! A few things prompted this, but the start of it was when we wanted to include a Japanese translation by maruhiro-ver0 (#8), as well as to improve gamepad usage and support (#7). So, yeah, this version includes said Japanese translation and improved gamepad support! Along the way, we also made the following changes: Adjusted in-mission dialogs to match the dialogs' timing (with one exception, the first Kline encounter, so as not to mess with music cues there). Made it so that, during the Kline fight in Classic difficulty, Kline's health goes to the health levels of respective stages when stage changes. This is done to simulate the behavior of the original, where Kline actually had four separate health bars that didn't bleed into each other. Fixed a bug in rendering of Unicode text which allowed multi-byte Unicode characters to be split into multiple parts. (#9)
2.1.1 2021-04-04 - Makefile: fix undefined references with static builds (#19) 2.1.0 2020-02-11 - Makefile: use "-f" with prove always (to show failed tests) (#13) - Stop searching in further dirs on errors except ENOENT #12 - Makefile: do not rebuild t/static_%.c with updated gen-static-test - Add CMakeLists.txt and support for MSVC (#3) - Relax checks for extended capability to support new format (#5) - Makefile: use -Og with DEBUG=1 (#7) - unibi_from_mem: fix [clang-analyzer-deadcode.DeadStores] (#8) - Makefile: revisit regenerate-tests rule (#6) - unibi_from_term: handle $TERMINFO as curses does #2
towncrier 22.12.0 (2022-12-21) ============================== No changes since the previous release candidate. towncrier 22.12.0rc1 (2022-12-20) ================================= Features -------- - Added ``--keep`` option to the ``build`` command that allows generating a newsfile, but keeps the newsfragments in place. This option can not be used together with ``--yes``. (`#129 <https://github.com/hawkowl/towncrier/issues/129>`_) - Python 3.11 is now officially supported. (`#427 <https://github.com/hawkowl/towncrier/issues/427>`_) - You can now create fragments that are not associated with issues. Start the name of the fragment with ``+`` (e.g. ``+anything.feature``). The content of these orphan news fragments will be included in the release notes, at the end of the category corresponding to the file extension. To help quickly create a unique orphan news fragment, ``towncrier create +.feature`` will append a random string to the base name of the file, to avoid name collisions. (`#428 <https://github.com/hawkowl/towncrier/issues/428>`_) Improved Documentation ---------------------- - Improved contribution documentation. (`#415 <https://github.com/hawkowl/towncrier/issues/415>`_) - Correct a typo in the readme that incorrectly documented custom fragments in a format that does not work. (`#424 <https://github.com/hawkowl/towncrier/issues/424>`_) - The documentation has been restructured and (hopefully) improved. (`#435 <https://github.com/hawkowl/towncrier/issues/435>`_) - Added a Markdown-based how-to guide. (`#436 <https://github.com/hawkowl/towncrier/issues/436>`_) - Defining custom fragments using a TOML array is not deprecated anymore. (`#438 <https://github.com/hawkowl/towncrier/issues/438>`_) Deprecations and Removals ------------------------- - Default branch for `towncrier check` is now "origin/main" instead of "origin/master". If "origin/main" does not exist, fallback to "origin/master" with a deprecation warning. (`#400 <https://github.com/hawkowl/towncrier/issues/400>`_) Misc ---- - `#406 <https://github.com/hawkowl/towncrier/issues/406>`_, `#408 <https://github.com/hawkowl/towncrier/issues/408>`_, `#411 <https://github.com/hawkowl/towncrier/issues/411>`_, `#412 <https://github.com/hawkowl/towncrier/issues/412>`_, `#413 <https://github.com/hawkowl/towncrier/issues/413>`_, `#414 <https://github.com/hawkowl/towncrier/issues/414>`_, `#416 <https://github.com/hawkowl/towncrier/issues/416>`_, `#418 <https://github.com/hawkowl/towncrier/issues/418>`_, `#419 <https://github.com/hawkowl/towncrier/issues/419>`_, `#421 <https://github.com/hawkowl/towncrier/issues/421>`_, `#429 <https://github.com/hawkowl/towncrier/issues/429>`_, `#430 <https://github.com/hawkowl/towncrier/issues/430>`_, `#431 <https://github.com/hawkowl/towncrier/issues/431>`_, `#434 <https://github.com/hawkowl/towncrier/issues/434>`_, `#446 <https://github.com/hawkowl/towncrier/issues/446>`_, `#447 <https://github.com/hawkowl/towncrier/issues/447>`_ towncrier 22.8.0 (2022-08-29) ============================= No significant changes since the previous release candidate. towncrier 22.8.0.rc1 (2022-08-28) ================================= Features -------- - Make the check subcommand succeed for branches that change the news file This should enable the ``check`` subcommand to be used as a CI lint step and not fail when a pull request only modifies the configured news file (i.e. when the news file is being assembled for the next release). (`#337 <https://github.com/hawkowl/towncrier/issues/337>`_) - Added support to tables in toml settings, which provides a more intuitive way to configure custom types. (`#369 <https://github.com/hawkowl/towncrier/issues/369>`_) - The `towncrier create` command line now has a new `-m TEXT` argument that is used to define the content of the newly created fragment. (`#374 <https://github.com/hawkowl/towncrier/issues/374>`_) Bugfixes -------- - The extra newline between the title and rendered content when using ``--draft`` is no longer inserted. (`#105 <https://github.com/hawkowl/towncrier/issues/105>`_) - The detection of duplicate release notes was fixed and recording changes of same version is no longer triggered. Support for having the release notes for each version in a separate file is working again. This is a regression introduced in VERSION 19.9.0rc1. (`#391 <https://github.com/hawkowl/towncrier/issues/391>`_) Improved Documentation ---------------------- - Improve ``CONTRIBUTING.rst`` and add PR template. (`#342 <https://github.com/hawkowl/towncrier/issues/342>`_) - Move docs too the main branch and document custom fragment types. (`#367 <https://github.com/hawkowl/towncrier/issues/367>`_) - The CLI help messages were updated to contain more information. (`#384 <https://github.com/hawkowl/towncrier/issues/384>`_) Deprecations and Removals ------------------------- - Support for all Python versions older than 3.7 has been dropped. (`#378 <https://github.com/hawkowl/towncrier/issues/378>`_) Misc ---- - `#292 <https://github.com/hawkowl/towncrier/issues/292>`_, `#330 <https://github.com/hawkowl/towncrier/issues/330>`_, `#366 <https://github.com/hawkowl/towncrier/issues/366>`_, `#376 <https://github.com/hawkowl/towncrier/issues/376>`_, `#377 <https://github.com/hawkowl/towncrier/issues/377>`_, `#380 <https://github.com/hawkowl/towncrier/issues/380>`_, `#381 <https://github.com/hawkowl/towncrier/issues/381>`_, `#382 <https://github.com/hawkowl/towncrier/issues/382>`_, `#383 <https://github.com/hawkowl/towncrier/issues/383>`_, `#393 <https://github.com/hawkowl/towncrier/issues/393>`_, `#399 <https://github.com/hawkowl/towncrier/issues/399>`_, `#402 <https://github.com/hawkowl/towncrier/issues/402>`_ towncrier 21.9.0 (2022-02-04) ============================= Features -------- - towncrier --version` was added to the command line interface to show the product version. (`#339 <https://github.com/hawkowl/towncrier/issues/339>`_) - Support Toml v1 syntax with tomli on Python 3.6+ (`#354 <https://github.com/hawkowl/towncrier/issues/354>`_) Bugfixes -------- - Stop writing title twice when ``title_format`` is specified. (`#346 <https://github.com/hawkowl/towncrier/issues/346>`_) - Disable universal newlines when reading TOML (`#359 <https://github.com/hawkowl/towncrier/issues/359>`_) Misc ---- - `#332 <https://github.com/hawkowl/towncrier/issues/332>`_, `#333 <https://github.com/hawkowl/towncrier/issues/333>`_, `#334 <https://github.com/hawkowl/towncrier/issues/334>`_, `#338 <https://github.com/hawkowl/towncrier/issues/338>`_ towncrier 21.3.0 (2021-04-02) ============================= No significant changes since the previous release candidate. towncrier 21.3.0.rc1 (2021-03-21) ================================= Features -------- - Ticket number from file names will be stripped down to avoid ticket links such as ``#7``. (`#126 <https://github.com/hawkowl/towncrier/issues/126>`_) - Allow definition of the project ``version`` and ``name`` in the configuration file. This allows use of towncrier seamlessly with non-Python projects. (`#165 <https://github.com/hawkowl/towncrier/issues/165>`_) - Improve news fragment file name parsing to allow using file names like ``123.feature.1.ext`` which are convenient when one wants to use an appropriate extension (e.g. ``rst``, ``md``) to enable syntax highlighting. (`#173 <https://github.com/hawkowl/towncrier/issues/173>`_) - The new ``--edit`` option of the ``create`` subcommand launches an editor for entering the contents of the newsfragment. (`#275 <https://github.com/hawkowl/towncrier/issues/275>`_) - CPython 3.8 and 3.9 are now part of our automated test matrix and are officially supported. (`#291 <https://github.com/hawkowl/towncrier/issues/291>`_) - When searching for the project, first check for an existing importable instance. This helps if the version is only available in the installed version and not the source. (`#297 <https://github.com/hawkowl/towncrier/issues/297>`_) - Support building with PEP 517. (`#314 <https://github.com/hawkowl/towncrier/issues/314>`_) Bugfixes -------- - Configuration errors found during command line execution now trigger a message to stderr and no longer show a traceback. (`#84 <https://github.com/hawkowl/towncrier/issues/84>`_) - A configuration error is triggered when the newsfragment files couldn't be discovered. (`#85 <https://github.com/hawkowl/towncrier/issues/85>`_) - Invoking towncrier as `python -m towncrier` works. (`#163 <https://github.com/hawkowl/towncrier/issues/163>`_) - ``check`` subcommand defaults to UTF-8 encoding when ``sys.stdout.encoding`` is ``None``. This happens, for example, with Python 2 on GitHub Actions or when the output is piped. (`#175 <https://github.com/hawkowl/towncrier/issues/175>`_) - Specifying ``title_format`` disables default top line creation to avoid duplication. (`#180 <https://github.com/hawkowl/towncrier/issues/180>`_) Improved Documentation ---------------------- - The README now mentions the possibility to name the configuration file ``towncrier.toml`` (in addition to ``pyproject.toml``). (`#172 <https://github.com/hawkowl/towncrier/issues/172>`_) - ``start_line`` corrected to ``start_string`` in the readme to match the long standing implementation. (`#277 <https://github.com/hawkowl/towncrier/issues/277>`_) towncrier 19.9.0 (2021-03-20) ============================= No significant changes. towncrier 19.9.0rc1 (2019-09-16) ================================ Features -------- - Add ``create`` subcommand, which can be used to quickly create a news fragment command in the location defined by config. (`#4 <https://github.com/hawkowl/towncrier/issues/4>`_) - Add support for subcommands, meaning the functionality of the ``towncrier`` executable is now replaced by the ``build`` subcommand:: $ towncrier build --draft A new ``check`` subcommand is exposed. This is an alternative to calling the ``towncrier.check`` module manually:: $ towncrier check Calling ``towncrier`` without a subcommand will result in a call to the ``build`` subcommand to ensure backwards compatibility. This may be removed in a future release. (`#144 <https://github.com/hawkowl/towncrier/issues/144>`_) - Towncrier's templating now allows configuration of the version header. *CUSTOM TEMPLATE USERS PLEASE NOTE: You will need to add the version header information to your template!* (`#147 <https://github.com/hawkowl/towncrier/issues/147>`_) - towncrier now accepts the --config argument to specify a custom configuration file (`#157 <https://github.com/hawkowl/towncrier/issues/157>`_) - There is now the option for ``all_bullets = false`` in the configuration. Setting ``all_bullets`` to false means that news fragments have to include the bullet point if they should be rendered as enumerations, otherwise they are rendered directly (this means fragments can include a header.). It is necessary to set this option to avoid (incorrect) automatic indentation of multiline fragments that do not include bullet points. The ``single-file-no-bullets.rst`` template gives an example of using these options. (`#158 <https://github.com/hawkowl/towncrier/issues/158>`_) - The ``single_file`` option can now be added to the configuration file. When set to ``true``, the filename key can now be formattable with the ``name``, ``version``, and ``project_date`` format variables. This allows subsequent versions to be written out to new files instead of appended to an existing one. (`#161 <https://github.com/hawkowl/towncrier/issues/161>`_) - You can now specify Towncrier-bundled templates in your configuration file. Available templates are `default`, `hr-between-versions` (as used in attrs), and `single-file-no-bullets`. (`#162 <https://github.com/hawkowl/towncrier/issues/162>`_) Bugfixes -------- - Accept newsfragment filenames with multiple dots, like `fix-1.2.3.bugfix`. (`#142 <https://github.com/hawkowl/towncrier/issues/142>`_) Deprecations and Removals ------------------------- - The `--pyproject` option for `towncrier check` is now replaced with `--config`, for consistency with other commands. (`#162 <https://github.com/hawkowl/towncrier/issues/162>`_)
0.8.6 * Fix crash on Windows, Linux introduced in 0.8.5 (#7) * Restore compatibility with Python 2.7 (malformed runtime error messages, compilation warnings) (#6) --------------------------------------------------------------------------- 0.8.5 * Get rid of SWIG * Python 3 support --------------------------------------------------------------------------- 0.8.4.1 * New maintainer (Mikhail Gusarov) * Fix compilation under OS X and Windows.
=== xdg-utils 1.2.1 === 2024-02-06 Slatian * Proper quoting of `_MANUALPAGE` and `_USAGE` sections. (#243) 2024-01-30 Harald Sitter * xdg-icon-resource: unbreak syntax by removing stray grave accent === xdg-utils 1.2.0 === 2024-01-23 Slatian * all: Add xdg-realpath to better handle Canonicalizing filenames (#66) * xdg-open: Use url.dll as url opener on wsl (#242) * tests: Fix quoting issues in t-xdg-open.sh * xdg-open: Added a reporting issues section to xdg-open in the hopes that more issues will be attributed correctly * xdg-mime: Added a secutity note on xdg-mime default to warn against confusing openers and runners * xdg-open: Added paragraph explaining the wiered return behaviour of xdg-open * xdg-email: shellcheck * xdg-mime: shellcheck 2024-01-23 ssk-wh * xdg-settings: Add support for deeping-desktop browser setting in xdg-settings. 2024-01-23 Nicholas Guriev * all: Fix config.status warning about ignored --datarootdir setting 2023-11-15 Slatian * all: Shellchecked xdg-utils-common.in * xdg-open: shellcheck * xdg-mime: Create a generic implementation for KDE * all: Move to markdown for README's * xdg-mime: Improve Documentation around query file/default * xdg-open: Document not handling '-' at the start of filenames * xdg-open: Deduplicate URL recognition * xdg-open: remove unused open_generic_xdg_file_mime * xdg-open: use LC_ALL=C with URLs * xdg-open: Fix URI/URL handling * xdg-email: Remove default BROWSER logic, no longer needed * xdg-mime: Improve synopsis 2023-10-25 Harald Sitter * xdg-settings: read KDE browser settings the right way around 2023-10-11 Najib Idrissi * xdg-open: Improve WSL support 2023-09-29 yan12125 * xdg-mime: actually handle lists in mimeapps.list correctly 2023-09-28 Alexandre Abrioux * xdg-open: handle spaces in .desktop file path 2023-09-26 Slatian * xdg-open: Quote Browser variable to avod unintentional code execution * xdg-screensaver: Add missing result gathering (#219) 2023-09-21 Luís Pereira * all: Enhance LXQt Desktop Enviromment support 2023-09-11 Christophe Giboudeaux * xdg-terminal: don't run 'kreadconfig' if KDE_SESSION_VERSION is >= 5 2023-08-31 Simon Lees <sflees@suse.de> * xdg-open: Revert putting process in background from !55 (#224) 2023-08-22 Lennard Hofmann * all: shellcheck fixes; make xdg-mime DASH-compatible 2023-08-22 Lennard Hofmann * xdg-email: do not run BROWSER if xdg-open failed 2023-08-14 Dani Llewellyn <dani@bowlhat.net> * Ensure POSIX-compliant shell scripting to support DASH 2023-08-09 Ville Skyttä * all: : spelling fixes 2023-08-09 Joe Mou * Fix set_url_scheme_handler_gnome3 to not associate text/html handler 2023-08-09 Reuben Thomas * xdg-screensaver: fix the freedesktop screensaver * xdg-screensaver: implement support for "gnome3" DE * xdg-screensaver: better error detection for freedesktop 'status' command 2023-08-07 Johannes Löthberg * xdg-desktop-menu: Drop obsolete GNOME support 2023-08-07 Vasyl Vavrychuk * xdg-open: support WSL (FDO#108975) 2023-08-07 Hillwood Yang * xdg-su: support deepin 2023-08-07 Heiko Nickerl * xdg-mime: If mimeapps.list is a symlink, retain the symlink (#7) 2023-08-07 Baltazár Radics * xdg-open: fix search_desktop_file's logic 2023-08-07 Naim Favier * xdg-open: handle local hostname in `file:` URLs 2023-08-07 Florian Limberger <florian.limberger@inovex.de> * xdg-desk-menu: Check if defaults file exists during installation 2023-08-07 JaredD * xdg-su: Remove quotes for lxqt-sudo cmd arg 2023-08-07 Lily Foster * xdg-open: handle opening files when DE=flatpak 2023-08-07 shamibi * xdg-open: replace egrep and fgrep 2023-07-05 Nicolas Fella * all: Plasma 6 support 2022-11-06 Eli Schwartz * all: Fix various bashism's 2021-08-05 Mladen Milinkovic * xdg-email: fails on kde with desktop files (#187) 2020-11-13 Meven Car <meven.car@enioka.com> * xdg-settings: support for default-web-browser for Plasma 5.19+ 2020-02-20 Andrea Tarocchi * xdg-open: fix incorrect search of directories with spaces in the name(#166) 2019-04-13 Martin Puppe * xdg-mime: return correct exit code for GNOME 2019-04-01 Cameron Fieber * xdg-open: support digits in uri scheme regex 2019-04-01 Simon Lees <sflees@suse.de> * xdg-terminal: Terminal fixes * xdg-screensaver: Sanitize xscreensaver before sending over dbus * xdg-su: improve docs * xdg-open: fix comment typo 2019-04-01 mvdlinde * xdg-screensaver: Enable cinnamon screensaver for xdg aware desktop environments (eg lxqt) 2019-03-17 Reuben Thomas * xdg-su: Documentation improvements * xdg-open: fix comment typo 2019-03-26 Iain Lane <iain.lane@canonical.com> * xdg-screensaver: Sanitise window name before sending it over the bus 2019-09-19 XRevan86 * xdg-terminal: Fixes -x argument, which is the default for {gnome,mate}-terminal 2019-09-19 Ronan Arraes Jardim Chagas <ronisbr@gmail.com> * xdg-terminal: Fix a bug when xdg-terminal needs gsettings to get the default terminal (FDO#93231) 2019-01-12 Richard Tollerton * xdg-open: handle file://localhost/ * test-lib.sh: run: eat xdg-open's exit code === xdg-utils 1.1.5 === 2018-09-11 Alberto Salvia Novella <es20490446e@gmail.com> * all: Deepin Desktop name standarised as "deepin" * xdg-email: Support for Deepin (BR107877) === xdg-utils 1.1.4 === 2018-05-24 * xdg-open: better pcmanfm check (BR106636,BR106161)
Update of p6-zef package