Browse Source

upgrading package: squidguard 1.3beta -> 1.4alpha

master
parent
commit
06417ba023
  1. 32
      squidguard/squidguard.patch
  2. 6
      squidguard/squidguard.spec

32
squidguard/squidguard.patch

@ -1,6 +1,6 @@
Index: Makefile.in
--- Makefile.in.orig 2007-07-01 17:37:14 +0200
+++ Makefile.in 2007-10-11 14:45:23 +0200
--- Makefile.in.orig 2007-11-16 17:58:32 +0100
+++ Makefile.in 2008-04-19 10:27:04 +0200
@@ -50,19 +50,16 @@
@if [ ! -d $(prefix)/squidGuard ]; then \
$(MKINSTALLDIRS) $(prefix)/squidGuard ; \
@ -30,3 +30,31 @@ Index: Makefile.in
echo Done. ;
clean::
Index: src/sg.y.in
--- src/sg.y.in.orig 2008-04-19 10:27:09 +0200
+++ src/sg.y.in 2008-04-19 10:33:08 +0200
@@ -666,13 +666,13 @@
/* MySQLsupport */
-#ifdef HAVE_MYSQL
#if __STDC__
void sgSourceUserQuery(char *query)
#else
void sgSourceUserQuery(query)
char *query;
#endif
+#ifdef HAVE_MYSQL
{
char *dbhome = NULL, *f;
MYSQL *conn;
@@ -723,6 +723,9 @@
mysql_free_result(res);
mysql_close(conn);
}
+#else
+ {
+ }
#endif

6
squidguard/squidguard.spec

@ -22,8 +22,8 @@
##
# package version
%define V_dist 1.3-beta
%define V_opkg 1.3beta
%define V_dist 1.4-alpha
%define V_opkg 1.4alpha
# package information
Name: squidguard
@ -36,7 +36,7 @@ Class: EVAL
Group: Web
License: GPL
Version: %{V_opkg}
Release: 20080101
Release: 20080419
# list of sources
Source0: http://www.squidguard.org/Downloads/Devel/squidGuard-%{V_dist}.tar.gz

Loading…
Cancel
Save