2023-03-16 11:01:00 by Leonardo Taccari | Files touched by this commit (3) | |
Log message:
direnv: Update to 2.23.2
pkgsrc changes:
- Remove the custom `do-build' so default `do-build' from
lang/go/go-module.mk is picked up. To only build `direnv' we can just set
the GO_BUILD_PATTERN accordingly.
- Rewrite the do-install as INSTALLATION_DIRS and post-install: simpler and
probably more consistent with other lang/go/go-module.mk users.
Changes:
2.32.2
======
* doc: Add stdlib's layout_pyenv to docs
* doc: Fix broken link
* doc: Minor typo fix
* doc: `$XDG_CONFIG_HOME/direnv/direnv.toml` =>
add (typically ~/.config/direnv/direnv.toml)
* doc: add quickenv to Related projects
* feat: Update layout anaconda to accept a path to a yml file
* feat: install.sh: can specify direnv version
* fix: elvish: replace deprecated `except` with `catch`
* fix: installer.sh: make direnv executable for all
* fix: path escaping
* fix: stdlib: only use ANSI escape on TTY
* fix: test: remove mentions of DIRENV_MTIME
* fix: test: use lowercase -d flag for base64 decoding of DIRENV_DIFF
* update: build(deps): bump github.com/BurntSushi/toml from 1.1.0 to 1.2.0
|
2023-03-08 14:39:00 by Benny Siegert | Files touched by this commit (131) | |
Log message:
Revbump all Go packages after go119 security update
|
2023-02-16 16:02:10 by Benny Siegert | Files touched by this commit (129) | |
Log message:
Revbump all Go packages after go119 update
|
2023-01-11 18:28:38 by Benny Siegert | Files touched by this commit (123) | |
Log message:
Revbump all Go packages after go119 update
|
2022-12-08 17:14:27 by Benny Siegert | Files touched by this commit (122) | |
Log message:
Revbump all Go packages after go119 security update
|
2022-11-02 20:39:58 by Benny Siegert | Files touched by this commit (115) | |
Log message:
Revbump all Go packages after go119 security update
|
2022-10-05 13:33:09 by Benny Siegert | Files touched by this commit (113) | |
Log message:
Revbump all Go packages after go119 security update
|
2022-09-30 23:45:08 by Leonardo Taccari | Files touched by this commit (3) | |
Log message:
direnv: Update to 2.32.1
pkgsrc changes:
- Take MAINTAINERship
Changes:
2.32.1 / 2022-06-21
==================
* feat: Support custom VIRTUAL_ENV for layout_python (#876)
* fix: vendor go-dotenv (#955)
2.32.0 / 2022-06-13
==================
* feat: allow conda environment names to be detected from environment.yml (#909)
* feat: source_up_if_exists: A strict_env compatible version of source_up (#921)
* feat: Expand ~/ in whitelist paths (#931)
* feat: Add "block" and "revoke" as aliases of the \
"deny" command (#935)
* feat: Add "permit" and "grant" as aliases of the \
"allow" command (#935)
* fix: update go-dotenv
* fix: fetchurl: store files as hex (#930)
* fix: fetchurl: only store 200 responses (#944)
* fix: Ensure status log messages are printed with normal color (#884)
* fix: Clarify handling of .env files (#941)
* fix: Update shell_elvish.go (#896)
* fix: stdlib.sh: remove dependency on tput (#932)
* fix: Use setenv in vim to allow non alphanumeric vars (#901)
* fix: install.sh: add information about bin_path (#920)
* fix: Treat `mingw*` as windows (direnv/direnv#918) (#919)
* fix: man: clarify paths (#929)
* chore: rc: stop using --noprofile --norc
* chore: rc: prepare stdin earlier
* chore: rc: install interrupt handler earlier
* chore: stdlib: factor out stdlib preparation
* chore: source_env: show full path (#870)
* chore: Sort shells in DetectShell
* build(deps): update several dependencies
2.31.0 / 2022-03-26
==================
* Don't load .env files by default (#911)
* doc: `~/.config/direnv/direnvrc` is the default
* Re-add accidentally deleted comment line (#881)
2.30.3 / 2022-01-05
==================
* Allow skipping `.env` autoload (#878)
* stdlib: add `env_vars_required` (#872) (#872)
2.30.2 / 2021-12-28
==================
* move most code under internal/cmd (#865)
2.30.1 / 2021-12-24
==================
* FIX: ignore .envrc and .env if they are not files (#864)
2.30.0 / 2021-12-23
==================
* Add automatic `.env` load (#845)
* Resolve symlinks during `direnv deny` (#851)
* update installer for Apple Silicon (#849)
* stdlib: use_flake handle no layout dir (#861)
* embed stdlib.sh (#782)
* embed version.txt
* go mod update
* make dist: remove references to Go
2.29.0 / 2021-11-28
==================
* stdlib: add use_flake function (#847)
* docs(direnv.toml) Add config.toml clarification (#831)
* docs(install): fix macos links (#841)
* Corrects stdlib link in Ruby docs (#837)
* stdlib.sh: Fix removal of temp file (#830)
* install.sh: add aarch64 support
* Updated conditional for zsh hook to be more forgiving (#808)
* Add -r flag for matching Git branches with a regexp (#800)
* Add docs about pipenv (#797)
* Enable syntax hilights to the quick demo code (#752)
* Fixed extra quotes for lower alpha characters (#783)
* Remove noisy warning about PS1 again (#781)
2.28.0 / 2021-03-12
==================
* test: Fix errors for elvish test (#767)
* tcsh: fix variable escaping (#778)
* Change DESTDIR to PREFIX in development.md (#774)
* go: use the /v2 prefix (#765)
* Relax README's recommendation for nix-direnv (#763)
* man/direnv.1.md: add FILES section (fix #758) (#759)
* Add/update fish tests (#754)
* build(deps): update some dependencies
* Fix typo "avaible" in install.sh (#750)
* docs: improve the use_node documentation
|
2022-09-26 20:40:24 by Benny Siegert | Files touched by this commit (113) |
Log message:
Revbump all Go packages after 1.19 became default
|
2022-09-07 11:32:31 by Benny Siegert | Files touched by this commit (114) | |
Log message:
Revbump all Go packages after go118 security update
|