debian: Enable SSL in src/hooks.lisp.

This commit is contained in:
Christoph Berg 2018-06-22 14:35:59 +02:00
parent 2160d0abb2
commit ee44f19815
3 changed files with 18 additions and 0 deletions

1
debian/changelog vendored
View File

@ -1,6 +1,7 @@
pgloader (3.5.1+dfsg-1) UNRELEASED; urgency=medium
* New upstream version.
* Enable SSL in src/hooks.lisp.
* Run wrap-and-sort -st.
* Add new B-D cl-mustache, cl-yason, cl-zs3, sync Depends to cl-pgloader.
* Depend on the libssl version cl-plus-ssl depends on.

16
debian/patches/enable-ssl vendored Normal file
View File

@ -0,0 +1,16 @@
In d4737a39ca8702e32ad0a47941f93fef2872966f SSL loading automatically was
disabled for general use, but we want to have it in the Debian package.
--- a/src/hooks.lisp
+++ b/src/hooks.lisp
@@ -30,10 +30,8 @@
;; handles some context and things around loading with CFFI.
(cl+ssl:reload)))
-#|
#+ccl (push #'open-foreign-libs *lisp-startup-functions*)
#+sbcl (push #'open-foreign-libs sb-ext:*init-hooks*)
-|#
#+ccl (push #'close-foreign-libs *save-exit-functions*)
#+sbcl (push #'close-foreign-libs sb-ext:*save-hooks*)

1
debian/patches/series vendored Normal file
View File

@ -0,0 +1 @@
enable-ssl