summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cady <d@cryptonomic.net>2022-01-09 21:28:54 -0500
committerAndrew Cady <d@cryptonomic.net>2022-01-09 21:28:54 -0500
commit9f4b9f7da3a12329509b07a85d7cedd0e1e61857 (patch)
tree0e14663db8f7d6a932e592a45965e13681c2117e
parent176069154f3797576c37c24f197c4a468ae58383 (diff)
drop openssh patch
-rw-r--r--.gitmodules3
-rw-r--r--Makefile3
-rw-r--r--rootfs/samizdat.yaml20
3 files changed, 3 insertions, 23 deletions
diff --git a/.gitmodules b/.gitmodules
index fa1f7a0..ca5ab17 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -4,9 +4,6 @@
4[submodule "kiki"] 4[submodule "kiki"]
5 path = kiki 5 path = kiki
6 url = d@cryptonomic.net:public_git/kiki.git 6 url = d@cryptonomic.net:public_git/kiki.git
7[submodule "openssh"]
8 path = openssh
9 url = d@cryptonomic.net:public_git/openssh.git
10[submodule "cryptonomic-dyndns-server"] 7[submodule "cryptonomic-dyndns-server"]
11 path = cryptonomic-dyndns-server 8 path = cryptonomic-dyndns-server
12 url = d@cryptonomic.net:public_git/cryptonomic-dyndns-server.git 9 url = d@cryptonomic.net:public_git/cryptonomic-dyndns-server.git
diff --git a/Makefile b/Makefile
index 754444b..cf5a71c 100644
--- a/Makefile
+++ b/Makefile
@@ -8,13 +8,12 @@ compiled_programs=${cc_files} ${cpp_files}
8CC=gcc -std=gnu99 8CC=gcc -std=gnu99
9CFLAGS=-Os 9CFLAGS=-Os
10 10
11INSTALL_SUBMODULES = fsmgr kiki openssh 11INSTALL_SUBMODULES = fsmgr kiki
12NO_INSTALL_SUBMODULES = cryptonomic-dyndns-server 12NO_INSTALL_SUBMODULES = cryptonomic-dyndns-server
13SUBMODULES = $(INSTALL_SUBMODULES) $(NO_INSTALL_SUBMODULES) 13SUBMODULES = $(INSTALL_SUBMODULES) $(NO_INSTALL_SUBMODULES)
14 14
15all: samizdat-paths.sh ${compiled_programs} ${SUBMODULES} 15all: samizdat-paths.sh ${compiled_programs} ${SUBMODULES}
16 16
17
18.PHONY: stack install-stack 17.PHONY: stack install-stack
19install-stack: 18install-stack:
20 curl -sSL https://get.haskellstack.org/ | sh 19 curl -sSL https://get.haskellstack.org/ | sh
diff --git a/rootfs/samizdat.yaml b/rootfs/samizdat.yaml
index cd3718e..60bdc69 100644
--- a/rootfs/samizdat.yaml
+++ b/rootfs/samizdat.yaml
@@ -1,4 +1,5 @@
1parent: samizdat-wip 1parent: samizdat-wip
2apt-update: true
2unpack-only: false 3unpack-only: false
3binaries: 4binaries:
4- samizdat-diff-root 5- samizdat-diff-root
@@ -12,24 +13,7 @@ binaries-optional:
12- dht 13- dht
13packages: 14packages:
14- linux-image-$(kver)-$(karch) 15- linux-image-$(kver)-$(karch)
15 16- ssh
16- libfido2-dev
17- ../ssh_8.4p1-2_all.deb
18- ../openssh-client_8.4p1-2_$(debarch).deb
19- ../openssh-server_8.4p1-2_$(debarch).deb
20- ../openssh-sftp-server_8.4p1-2_$(debarch).deb
21- ../ssh-askpass-gnome_8.4p1-2_$(debarch).deb
22
23# - ../openssh-tests_8.4p1-2_$(debarch).deb
24# - putty-tools
25# - python3-twisted
26
27# - ../openssh/dh-runit_2.8.11_all.deb
28# - ../openssh/fido2-tools_1.5.0-2_amd64.deb
29# - ../openssh/libfido2-1_1.5.0-2_amd64.deb
30# - ../openssh/libfido2-dev_1.5.0-2_amd64.deb
31# - ../openssh/runit-helper_2.8.11_all.deb
32
33 17
34unit-files: 18unit-files:
35- rc-local.service 19- rc-local.service