mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Upgrade to 0.6.
This commit is contained in:
parent
5163481a22
commit
c5c45288f6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=194656
5 changed files with 22 additions and 10 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= spserver
|
||||
PORTVERSION= 0.5
|
||||
PORTVERSION= 0.6
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://spserver.googlecode.com/files/
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}.src
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (spserver-0.5.src.tar.gz) = c7c708f7fbd661bcd3bd0f452daa61a9
|
||||
SHA256 (spserver-0.5.src.tar.gz) = 76b2a077c57fd95584e285a1e2097c9cfa4cab00924aeae608cfcc65a305f6e5
|
||||
SIZE (spserver-0.5.src.tar.gz) = 38086
|
||||
MD5 (spserver-0.6.src.tar.gz) = 3e48c85a01be17f7b6a0ffc5ac2306eb
|
||||
SHA256 (spserver-0.6.src.tar.gz) = 533bd04f351368b25df9d58419946a7d3fd341408dd66517fb6ac8635f428a0c
|
||||
SIZE (spserver-0.6.src.tar.gz) = 40380
|
||||
|
|
|
@ -1,15 +1,15 @@
|
|||
--- speventcb.cpp.orig Mon Jun 18 12:41:11 2007
|
||||
+++ speventcb.cpp Mon Jun 18 12:42:31 2007
|
||||
@@ -14,6 +14,8 @@
|
||||
#include <stdlib.h>
|
||||
--- speventcb.cpp.orig Sun Jul 1 13:21:42 2007
|
||||
+++ speventcb.cpp Mon Jul 2 21:20:16 2007
|
||||
@@ -15,6 +15,8 @@
|
||||
#include <netinet/in.h>
|
||||
#include <arpa/inet.h>
|
||||
#include <netinet/tcp.h>
|
||||
+#include <sys/uio.h>
|
||||
+#include <unistd.h>
|
||||
|
||||
#include "speventcb.hpp"
|
||||
#include "spsession.hpp"
|
||||
@@ -26,7 +28,7 @@
|
||||
@@ -27,7 +29,7 @@
|
||||
#include "sprequest.hpp"
|
||||
#include "spmsgblock.hpp"
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
|||
#include "event_msgqueue.h"
|
||||
#include "event.h"
|
||||
|
||||
@@ -341,7 +343,7 @@
|
||||
@@ -476,7 +478,7 @@
|
||||
char buffer[ 16 ] = { 0 };
|
||||
session->getInBuffer()->take( buffer, sizeof( buffer ) );
|
||||
syslog( LOG_WARNING, "session(%d.%d) status is %d, ignore [%s...] (%dB)",
|
||||
|
|
11
net/spserver/files/patch-splfserver.cpp
Normal file
11
net/spserver/files/patch-splfserver.cpp
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- splfserver.cpp.orig Mon Jul 2 21:20:29 2007
|
||||
+++ splfserver.cpp Mon Jul 2 21:20:36 2007
|
||||
@@ -17,7 +17,7 @@
|
||||
#include "spexecutor.hpp"
|
||||
#include "sputils.hpp"
|
||||
|
||||
-#include "config.h"
|
||||
+//#include "config.h"
|
||||
#include "event_msgqueue.h"
|
||||
|
||||
SP_LFServer :: SP_LFServer( const char * bindIP, int port, SP_HandlerFactory * handlerFactory )
|
|
@ -5,6 +5,7 @@ include/spserver/spexecutor.hpp
|
|||
include/spserver/sphandler.hpp
|
||||
include/spserver/sphttp.hpp
|
||||
include/spserver/sphttpmsg.hpp
|
||||
include/spserver/splfserver.hpp
|
||||
include/spserver/spmsgblock.hpp
|
||||
include/spserver/spmsgdecoder.hpp
|
||||
include/spserver/sprequest.hpp
|
||||
|
|
Loading…
Add table
Reference in a new issue