Aleksana
2f6fc5a169
sshified: init at 1.2.1 ( #351532 )
2024-10-27 20:53:13 +08:00
Joonas Rautiola
af9e3bb5ab
sshified: init at 1.2.1
2024-10-27 12:01:14 +02:00
Maciej Krüger
1b5a47312b
ssh-import-id: refactor and move to pkgs/by-name ( #350322 )
2024-10-26 22:26:50 +02:00
Fabian Affolter
b471cb4037
sh-import-id: modernize
2024-10-23 08:51:04 +02:00
Aleksana
5b641acbe5
sscep: init at 0.10.0 ( #336812 )
2024-10-20 23:41:01 +08:00
Steffen Vogel
35c3803944
sscep: init at 0.10.0
2024-10-20 15:37:56 +02:00
Adam Stephens
dbddd91602
ssh-tpm-agent: 0.6.0 -> 0.7.0
...
https://github.com/Foxboron/ssh-tpm-agent/releases/tag/v0.7.0
2024-10-18 23:31:58 -04:00
Adam Stephens
08ce5e6f7b
ssh-tpm-agent: add nix-update-script
2024-10-18 23:30:27 -04:00
R. Ryantm
59196d8ea4
ssm-session-manager-plugin: 1.2.650.0 -> 1.2.677.0
2024-10-15 10:35:00 +00:00
Artturin
e0464e4788
treewide: replace stdenv.is
with stdenv.hostPlatform.is
...
In preparation for the deprecation of `stdenv.isX`.
These shorthands are not conducive to cross-compilation because they
hide the platforms.
Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way
One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059
There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.
```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
Weijia Wang
ab9ed1c455
sshesame: 0.0.38 -> 0.0.39 ( #332647 )
2024-09-12 22:39:14 +02:00
éclairevoyant
49f7e34d6e
maintainers: remove eclairevoyant
2024-09-10 15:02:41 -04:00
R. Ryantm
130cdb8130
sshesame: 0.0.38 -> 0.0.39
2024-09-09 23:02:51 +02:00
Philip Taron
c67a2a4ec6
ssh-openpgp-auth: update comment to refer to nixpkgs-vet
2024-09-03 11:37:24 -07:00
R. Ryantm
c2808920d0
ssh-tpm-agent: 0.3.1 -> 0.6.0
2024-08-13 13:56:32 +00:00
Atemu
a457f213a1
Merge pull request #329929 from flohessling/fix-sessionmanagerplugin-build
...
ssm-session-manager-plugin: fix executable name
2024-07-29 23:55:44 +02:00
Flo Hessling
5a86326716
ssm-session-manager-plugin: fix executable name
2024-07-29 14:17:25 +02:00
Sigmanificient
61fe0c0416
pkgs/by-name: remove unused arguments
2024-07-26 10:11:07 +02:00
R. Ryantm
a67781032b
sshesame: 0.0.35 -> 0.0.38
2024-07-25 08:22:02 +00:00
Jörg Thalheim
880af94fe0
Merge pull request #318850 from msanft/ssm-session-manager-plugin/build-go-module
...
ssm-session-manager-plugin: migrate to buildGoModule
2024-07-21 12:51:41 +02:00
Paul Meyer
bbb49863d9
ssm-session-manager-plugin: migrate to buildGoModule
...
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-07-19 20:11:42 +02:00
Paul Meyer
e7015409d1
ssm-session-manager-plugin: move to by-name
...
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-07-19 19:51:52 +02:00
Kirill Radzikhovskyy
311d2cc925
ssh-tpm-agent: unpin buildGoModule
2024-07-10 10:53:51 +10:00
Weijia Wang
11d61d3d38
sshesame: fix build on darwin
2024-07-02 15:46:53 +02:00
R. Ryantm
fc3cb14594
sshesame: 0.0.27 -> 0.0.35
2024-07-02 15:44:55 +02:00
Alexis Hildebrandt
755b915a15
treewide: Remove indefinite article from meta.description
...
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
| xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
Florian Brandes
8991c1cfbb
sse2neon: init at 1.7.0
...
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2024-05-02 11:12:20 +02:00
Mynacol
807f018d0b
ssh-tpm-agent: Fix homepage link
...
The previous link leads to a 404.
2024-04-19 22:04:13 +02:00
Stanisław Pitucha
101f07032d
Merge pull request #304495 from viraptor/ssimulacra2
...
ssimulacra2: init at 2.1
2024-04-19 09:20:21 +10:00
superherointj
25457334ab
Merge pull request #278905 from eclairevoyant/sshesame
...
sshesame: init at 0.0.27
2024-04-17 11:40:09 -03:00
Stanisław Pitucha
8767312047
ssimulacra2: init at 2.1
2024-04-16 18:54:52 +10:00
Stanisław Pitucha
c7669c5efa
sssnake: fix darwin build
2024-04-15 10:50:08 +10:00
Stig
6b7672b306
Merge pull request #249404 from stigtsp/package/ssh-tpm-agent-init
...
ssh-tpm-agent: init at 0.3.1
2024-03-27 04:21:26 +01:00
Stig Palmquist
be8502a95c
ssh-tpm-agent: init at 0.3.1
2024-03-27 03:27:05 +01:00
stuebinm
ff1a94e523
treewide: add meta.mainProgram to packages with a single binary
...
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
Fabian Affolter
636d8a7bbb
sslstrip: init at 2.0
...
Tool for exploiting SSL stripping attacks
https://github.com/L1ghtn1ng/sslstrip
2024-03-18 10:58:02 +01:00
Doron Behar
88c9301627
sshd-openpgp-auth: init at 0.3.0
...
https://codeberg.org/wiktor/ssh-openpgp-auth
2024-03-10 20:49:28 +02:00
Doron Behar
e33a3e4c7a
ssh-openpgp-auth: init at 0.2.2
...
https://codeberg.org/wiktor/ssh-openpgp-auth
2024-03-07 22:08:36 +02:00
éclairevoyant
bc42e158a6
sshesame: init at 0.0.27
2024-02-11 19:44:10 -05:00
Anderson Torres
7d8e65b9b2
ssh-askpass-fullscreen: adopt
...
- finalAttrs design pattern
- strictDeps
- remove nested with
- set meta.mainProgram
2023-12-30 12:18:39 -03:00
Anderson Torres
ca389f7ae1
ssh-askpass-fullscreen: migrate to by-name
2023-12-30 12:18:39 -03:00
Ilan Joselevich
673c8d72ca
sshx: split components, unstable-2023-11-04 -> unstable-2023-11-23
2023-12-04 05:33:26 +02:00
Pablo Ovelleiro Corral
da41de71f6
sshx: init at unstable-2023-11-04
2023-11-22 09:18:51 +01:00
Quantenzitrone
00918cc46d
sssnake: init at 0.3.2 ( #253441 )
...
* sssnake: init at 0.3.2
* sssnake: apply suggestions
---------
Co-authored-by: Weijia Wang <9713184+wegank@users.noreply.github.com>
2023-09-05 22:21:56 +02:00