diff options
author | Roland Reichwein <mail@reichwein.it> | 2020-05-08 10:49:00 +0200 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2020-05-08 10:49:00 +0200 |
commit | 056b7a5063e9b82025b51774b19ee531089e580b (patch) | |
tree | 14a69af8f6fa62baf5131031e9c551cf53793bb9 | |
parent | 28593ac70ea473e87f86d7bfd3488f17b6df276b (diff) |
webserver 1.4
-rw-r--r-- | Makefile | 9 | ||||
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | debian/control | 2 |
3 files changed, 10 insertions, 5 deletions
@@ -133,8 +133,8 @@ install: mkdir -p $(DESTDIR)/usr/local/lib/webserver/plugins - mkdir -p $(DESTDIR)/etc - cp webserver.conf $(DESTDIR)/etc/webserver.conf + #mkdir -p $(DESTDIR)/etc + #cp webserver.conf $(DESTDIR)/etc/webserver.conf # misc --------------------------------------------------- deb: @@ -203,6 +203,7 @@ DISTFILES= \ debian/webserver.dirs \ debian/webserver.docs \ debian/webserver.install \ + debian/webserver.manpages \ debian/webserver.service \ plugins/cgi/cgi.h \ plugins/cgi/Makefile \ @@ -211,6 +212,10 @@ DISTFILES= \ plugins/fcgi/fastcgi.h \ plugins/fcgi/fcgi.h \ plugins/fcgi/fcgi.cpp \ + plugins/fcgi/fcgiid.h \ + plugins/fcgi/fcgiid.cpp \ + plugins/fcgi/socket.h \ + plugins/fcgi/socket.cpp \ plugins/webbox/file.h \ plugins/webbox/file.cpp \ plugins/webbox/stringutil.cpp \ diff --git a/debian/changelog b/debian/changelog index 00b4096..41f2393 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,11 @@ -webserver (1.4) UNRELEASED; urgency=medium +webserver (1.4) unstable; urgency=medium * Added redirect plugin * Plugin Documentation * Minor corrections * Added Unix domain sockets for FCGI - -- Roland Reichwein <rr@antcom.de> Sun, 03 May 2020 09:49:32 +0200 + -- Roland Reichwein <rr@antcom.de> Fri, 08 May 2020 10:23:18 +0200 webserver (1.3) unstable; urgency=medium diff --git a/debian/control b/debian/control index 50ac6c7..5ea967d 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: httpd Priority: optional Maintainer: Roland Reichwein <mail@reichwein.it> Build-Depends: debhelper (>= 12), libssl-dev, libboost-all-dev | libboost1.71-all-dev, clang | g++-9, node-uglify, python3-pkg-resources, htmlmin, cleancss -Standards-Version: 4.1.3 +Standards-Version: 4.5.0 Homepage: http://www.reichwein.it/webserver/ Package: webserver |