Browse Source

upgrading package: sslh 1.6i -> 1.7a

master
parent
commit
9f34fb8da3
  1. 14
      sslh/sslh.patch
  2. 4
      sslh/sslh.spec

14
sslh/sslh.patch

@ -1,10 +1,10 @@
Index: Makefile
--- Makefile.orig 2009-04-26 10:47:22 +0200
+++ Makefile 2009-06-14 09:41:51 +0200
@@ -1,18 +1,18 @@
--- Makefile.orig 2010-02-01 12:18:23 +0100
+++ Makefile 2010-02-01 20:10:24 +0100
@@ -1,10 +1,10 @@
# Configuration
VERSION="v1.6i"
VERSION="v1.7a"
-USELIBWRAP=1 # Use libwrap?
+USELIBWRAP=
PREFIX=/usr/local
@ -14,17 +14,17 @@ Index: Makefile
# End of configuration -- the rest should take care of
# itself
@@ -12,7 +12,8 @@
CC = gcc
CFLAGS=-Wall
-
-#LIBS=-lnet
+CPPFLAGS=-D'VERSION=$(VERSION)'
+LDFLAGS=
LIBS=
ifneq ($(strip $(USELIBWRAP)),)
@@ -23,11 +23,10 @@
@@ -23,11 +24,10 @@
all: sslh $(MAN)
sslh: sslh.c Makefile

4
sslh/sslh.spec

@ -31,8 +31,8 @@ Distribution: OpenPKG Community
Class: EVAL
Group: Networking
License: GPL
Version: 1.6i
Release: 20090614
Version: 1.7a
Release: 20100201
# package options
%option with_fsl yes

Loading…
Cancel
Save