From 056b7a5063e9b82025b51774b19ee531089e580b Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Fri, 8 May 2020 10:49:00 +0200 Subject: webserver 1.4 --- Makefile | 9 +++++++-- debian/changelog | 4 ++-- debian/control | 2 +- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 5734b12..349413d 100644 --- a/Makefile +++ b/Makefile @@ -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 Sun, 03 May 2020 09:49:32 +0200 + -- Roland Reichwein 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 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 -- cgit v1.2.3