mirror of
https://github.com/dimitri/pgloader.git
synced 2026-05-04 10:31:02 +02:00
debian: Enable SSL in src/hooks.lisp.
This commit is contained in:
parent
2160d0abb2
commit
ee44f19815
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -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
16
debian/patches/enable-ssl
vendored
Normal 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
1
debian/patches/series
vendored
Normal file
@ -0,0 +1 @@
|
||||
enable-ssl
|
||||
Loading…
x
Reference in New Issue
Block a user