summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-01-17 21:29:54 -0500
committerJune McEnroe <june@causal.agency>2019-01-17 21:29:54 -0500
commit59390d2881f169347c4b83342b4ac8cd13ca903d (patch)
tree793becd923c0dabe56e681a89013eba030bb8213 /Makefile
parentTypedef function types, not pointers (diff)
downloadcatgirl-59390d2881f169347c4b83342b4ac8cd13ca903d.tar.gz
catgirl-59390d2881f169347c4b83342b4ac8cd13ca903d.zip
Update chroot files for LibreSSL 2.8.3
Diffstat (limited to '')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index cd96001..6e24121 100644
--- a/Makefile
+++ b/Makefile
@@ -79,9 +79,9 @@ chroot.tar: catgirl catgirl.1 man.sh
 		/lib/libncursesw.so.8 \
 		/lib/libthr.so.3 \
 		/lib/libz.so.6 \
-		/usr/local/lib/libcrypto.so.43 \
-		/usr/local/lib/libssl.so.45 \
-		/usr/local/lib/libtls.so.17 \
+		/usr/local/lib/libcrypto.so.44 \
+		/usr/local/lib/libssl.so.46 \
+		/usr/local/lib/libtls.so.18 \
 		root/lib
 	cp -fp /etc/hosts /etc/resolv.conf root/etc
 	cp -fp /usr/local/etc/ssl/cert.pem root/usr/local/etc/ssl
eed9a5721bdda770b89&follow=1'>Improve C syntax accuracy and add Format classJune McEnroe 2019-02-07Factor out hi checkJune McEnroe 2019-02-07Add Escape class to hiJune McEnroe 2019-02-07Add Todo class and parent syntax constraintJune McEnroed> 2019-02-22Fix name of <raw> window in man pageJune McEnroe 2019-02-22Rename global tags with angle bracketsJune McEnroe 2019-02-22Show status window while connectingJune McEnroe 2019-02-22Reorganize UI code for the umpteenth timeJune McEnroe It's actually in a good state now, I think. 2019-02-21Replace "view" with "window"June McEnroe I think originally I didn't want to use the same word as curses WINDOW but it's really much clearer for the user if they're just called windows. UI code probably needs yet another rewrite though. Still feels messy. 2019-02-21Remove ROT13June McEnroe It's just not convenient when it can only do the whole line... 2019-02-21Clean up man pageJune McEnroe 2019-01-26Draw UI before connectingJune McEnroe Otherwise the "Traveling" message isn't visible while connecting. 2019-01-25Avoid unused variable warnings with getyxJune McEnroe 2019-01-25Add GNU/Linux build instructionsJune McEnroe