Commit Graph

4399 Commits

Author SHA1 Message Date
Steven Black
c5915141ac Release 3.16.67 3.16.67 2026-03-11 10:38:11 -04:00
Steven Black
2270493e25 Updates from URLHaus, someonewhocares.org, and KADhosts. 2026-03-11 10:37:55 -04:00
Steven Black
b32ed2a83c Release 3.16.66 3.16.66 2026-03-07 12:26:51 -05:00
Steven Black
4c328a13f5 Updates from BigDargon, URLHaus, someonewhocares.org, and KADhosts. 2026-03-07 12:26:37 -05:00
Steven Black
484d3c71b9 Merge pull request #3083 from StevenBlack/dependabot/github_actions/github-actions-19552e3c9c
Bump the github-actions group with 3 updates
2026-03-01 08:18:07 -05:00
dependabot[bot]
b3ffdef4a8 Bump the github-actions group with 3 updates
Bumps the github-actions group with 3 updates: [github/codeql-action](https://github.com/github/codeql-action), [docker/build-push-action](https://github.com/docker/build-push-action) and [actions/dependency-review-action](https://github.com/actions/dependency-review-action).


Updates `github/codeql-action` from 4.32.0 to 4.32.4
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](b20883b0cd...89a39a4e59)

Updates `docker/build-push-action` from 6.18.0 to 6.19.2
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](263435318d...10e90e3645)

Updates `actions/dependency-review-action` from 4.8.2 to 4.8.3
- [Release notes](https://github.com/actions/dependency-review-action/releases)
- [Commits](3c4e3dcb1a...05fe457637)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: 4.32.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: docker/build-push-action
  dependency-version: 6.19.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: actions/dependency-review-action
  dependency-version: 4.8.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-01 00:52:47 +00:00
Steven Black
cc8b1cfe46 Release 3.16.65 3.16.65 2026-02-28 07:18:07 -05:00
Steven Black
8d58f2b861 Updates from BigDargon, URLHaus, someonewhocares.org, and KADhosts. 2026-02-28 07:17:17 -05:00
Steven Black
df123eca64 Merge pull request #2814 from toastal/nix-mkafter
nix flake: use `lib.mkAfter` put the host list at the end
2026-02-26 07:42:39 -05:00
·𐑑𐑴𐑕𐑑𐑩𐑤
1960e05c52 nix flake: use `lib.mkAfter` put the host list at the end
At present, if a user uses ``networking.stevenBlockHosts.enable = true``
in tandem with ``networking.extraHosts``, the ``extraHosts`` will put be
put after which makes it very difficult to see the custom adds with even
the ``$PAGER`` operating a bit slow due to file size. I would propose
putting this project’s hosts at the end of the hosts file. Meaning:

.. code:: nix

  {
    networking = {
      stevenBlockHosts.enable = true;
      extraHosts = ''
        127.0.0.1 myproject.localhost
      '';
    };
  }

will now output

.. code::

  127.0.0.1 localhost
  ::1 localhost

  127.0.0.1 myproject.localhost

  # Title: StevenBlack/hosts with the fakenews extension
  #
  # …

Format: text/x-rst
2026-02-26 11:44:50 +07:00
Steven Black
588550252c Release 3.16.64 3.16.64 2026-02-25 11:32:56 -05:00
Steven Black
c0d3d6ecb9 Updates from URLHaus, someonewhocares.org, and KADhosts. 2026-02-25 11:32:31 -05:00
Steven Black
d74b1fe176 Merge pull request #3079 from Hasnep/fix-flake
Add missing lib to Nix flake
2026-02-25 11:22:36 -05:00
Hannes
0d24f15143 Add missing lib to Nix flake 2026-02-25 19:55:58 +08:00
Steven Black
9d408efd1f Merge pull request #2813 from toastal/nix-flake-avoid-with-lib
nix flake refactor: avoid `with lib;` & use `lib.optional*`
2026-02-24 11:43:56 -05:00
Steven Black
cbc25fc645 Release 3.16.63 3.16.63 2026-02-24 10:56:33 -05:00
Steven Black
92750560ef Updates from URLHaus, someonewhocares.org, and KADhosts. 2026-02-24 10:56:02 -05:00
Steven Black
14c25f7f2c Issue #3058: add domain admixer.md. 2026-02-24 10:50:41 -05:00
Steven Black
a053158d07 Merge pull request #3078 from 30350n/consolidate-nix-flake-docs
Consolidate nix flake documentation in preparation for #3077
2026-02-24 10:08:46 -05:00
Bobbe
ea6aab5c1c Consolidate nix flake documentation in preparation for #3077 2026-02-23 16:09:53 +01:00
Steven Black
04aa21e2d6 Release 3.16.62 3.16.62 2026-02-22 20:06:24 -05:00
Steven Black
b003ff0c1b Updates from URLHaus, someonewhocares.org, and KADhosts. 2026-02-22 20:06:04 -05:00
Steven Black
00bf53fd41 Release 3.16.61 3.16.61 2026-02-19 09:45:08 -05:00
Steven Black
98531c8bb5 Updates from someonewhocares.org and KADhosts. 2026-02-19 09:44:27 -05:00
Steven Black
c7e28f8712 Release 3.16.60 3.16.60 2026-02-18 06:40:30 -05:00
Steven Black
48ea7ae51c Updates from URLHaus and KADhosts. 2026-02-18 06:40:09 -05:00
Steven Black
cdcfda5856 Issue #3070: Adding three domains. 2026-02-14 12:37:53 -05:00
Steven Black
1af162231e Release 3.16.59 3.16.59 2026-02-12 09:08:51 -05:00
Steven Black
626078de2d Updates from BigDargon, URLHaus, and KADhosts. 2026-02-12 09:08:37 -05:00
Steven Black
7ea67ed353 Release 3.16.58 3.16.58 2026-02-04 17:43:08 -05:00
Steven Black
7687291fd2 Updates from URLhaus and KADHosts. 2026-02-04 17:38:57 -05:00
Steven Black
1b64aa5457 Release 3.16.57 3.16.57 2026-02-02 17:23:20 -05:00
Steven Black
cbc2424b55 Updates from URLHaus and KADhosts. 2026-02-02 17:23:03 -05:00
Steven Black
60b6d51de5 Merge pull request #3067 from StevenBlack/dependabot/github_actions/github-actions-90fbf92623
Bump the github-actions group with 4 updates
2026-01-31 22:54:58 -05:00
dependabot[bot]
b7a7604bae Bump the github-actions group with 4 updates
Bumps the github-actions group with 4 updates: [actions/checkout](https://github.com/actions/checkout), [actions/setup-python](https://github.com/actions/setup-python), [github/codeql-action](https://github.com/github/codeql-action) and [docker/login-action](https://github.com/docker/login-action).


Updates `actions/checkout` from 6.0.1 to 6.0.2
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](8e8c483db8...de0fac2e45)

Updates `actions/setup-python` from 6.1.0 to 6.2.0
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](83679a892e...a309ff8b42)

Updates `github/codeql-action` from 4.31.9 to 4.32.0
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](5d4e8d1aca...b20883b0cd)

Updates `docker/login-action` from 3.6.0 to 3.7.0
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](5e57cd1181...c94ce9fb46)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 6.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: actions/setup-python
  dependency-version: 6.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: github/codeql-action
  dependency-version: 4.32.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: docker/login-action
  dependency-version: 3.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-01 00:51:26 +00:00
Steven Black
a11c6962b2 Release 3.16.56 3.16.56 2026-01-31 17:38:26 -05:00
Steven Black
b4ffb868a1 Updates from URLHaus and KADhosts. 2026-01-31 17:38:10 -05:00
Steven Black
0056238593 Merge pull request #3064 from MrSaneApps/add-sanehosts-manager
Add SaneHosts to Third-Party Hosts Managers
2026-01-29 18:52:15 -05:00
SJ
e7f58f628e docs: Add SaneHosts to Third-Party Hosts Managers 2026-01-29 16:16:11 -05:00
Steven Black
d0d12a5e36 Release 3.16.55 3.16.55 2026-01-29 15:28:05 -05:00
Steven Black
d990cf46c7 Updates from URLHaus and KADhosts. 2026-01-29 15:27:47 -05:00
Steven Black
6897cff7b2 Release 3.16.54 3.16.54 2026-01-25 14:47:07 -05:00
Steven Black
3266e47d63 Updates from URLHaus and KADhosts. 2026-01-25 14:46:51 -05:00
Steven Black
bbfcecfc07 Issue #3036: add domain newsentry.simpals.md. 2026-01-25 14:39:25 -05:00
Steven Black
ea3f9a3aad Release 3.16.53 3.16.53 2026-01-21 17:02:10 -05:00
Steven Black
482c264bdb Updates from URLHaus and KADhosts. 2026-01-21 17:01:56 -05:00
Steven Black
db2c832bea Issue #3055: adding Android ad domains. 2026-01-21 11:27:09 -05:00
Steven Black
efc8a55167 lol trying to phish me. 2026-01-19 13:33:46 -05:00
Steven Black
10abd15dd5 Release 3.16.52 3.16.52 2026-01-19 10:21:10 -05:00
Steven Black
5bee2524e1 Updates from BigDargon, URLHaus, and KADhosts. 2026-01-19 10:20:55 -05:00