summary refs log tree commit diff
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
parentTypedef function types, not pointers (diff)
downloadcatgirl-59390d2881f169347c4b83342b4ac8cd13ca903d.tar.gz
catgirl-59390d2881f169347c4b83342b4ac8cd13ca903d.zip
Update chroot files for LibreSSL 2.8.3
-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
va_list wrong somehow. 2018-08-06Implement word wrappingJune McEnroe 2018-08-06Use wchar_t strings for all of UIJune McEnroe vaswprintf is a nightmare. 2018-08-06Rename line editing functionsJune McEnroe 2018-08-05Initialize all possible color pairsJune McEnroe This is actually possible with use_default_colors! 2018-08-05Refactor color initializationJune McEnroe 2018-08-05Add ^L redrawJune McEnroe 2018-08-05Use 16 colors if availableJune McEnroe Fall back to using bold if there are only 8 colors. This also allowed bright background colors in 16-color terminals. I must port this system to torus. I'll be able to remove the awful termcap patch hack. 2018-08-05Limit parsed colors to number of mIRC colorsJune McEnroe Oh boy that's embarrassing. 2018-08-04Show source link on exitJune McEnroe 2018-08-04Implement line editing, scrollingJune McEnroe Don't really have a way to implement the M-* keys, and currently missing C-w. 2018-08-04Handle /topicJune McEnroe