public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
From: git@ipfire.org
To: ipfire-scm@lists.ipfire.org
Subject: [git.ipfire.org] IPFire 3.x development tree branch, master, updated. 9d50ff5ebf3986ac57f207f169ab9dceb9320385
Date: Sun, 23 Dec 2012 00:58:11 +0100	[thread overview]
Message-ID: <20121222235812.3256B2015F@argus.ipfire.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 5900 bytes --]

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPFire 3.x development tree".

The branch, master has been updated
       via  9d50ff5ebf3986ac57f207f169ab9dceb9320385 (commit)
      from  188aa825b9a7b18c966b218fe851e9fadd0205a3 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 9d50ff5ebf3986ac57f207f169ab9dceb9320385
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date:   Sun Dec 23 00:57:27 2012 +0100

    dansguardian: Remove package.
    
    dansguardian is not developed in the open any more,
    so it is not our first choice for web filtering.

-----------------------------------------------------------------------

Summary of changes:
 dansguardian/dansguardian.nm                  | 53 --------------------------
 dansguardian/patches/dansguardian-gcc44.patch | 55 ---------------------------
 2 files changed, 108 deletions(-)
 delete mode 100644 dansguardian/dansguardian.nm
 delete mode 100644 dansguardian/patches/dansguardian-gcc44.patch

Difference in files:
diff --git a/dansguardian/dansguardian.nm b/dansguardian/dansguardian.nm
deleted file mode 100644
index 4ac512b..0000000
--- a/dansguardian/dansguardian.nm
+++ /dev/null
@@ -1,53 +0,0 @@
-###############################################################################
-# IPFire.org    - An Open Source Firewall Solution                            #
-# Copyright (C) - IPFire Development Team <info(a)ipfire.org>                   #
-###############################################################################
-
-name       = dansguardian
-version    = 2.10.1.1
-release    = 1
-
-groups     = Networking/Proxy
-url        = http://www.dansguardian.org/
-license    = GPLv2+
-summary    = A content filtering web proxy.
-
-description
-	DansGuardian filters the content of pages based on many methods including
-	phrase matching, PICS filtering and URL filtering. It does not purely filter
-	based on a banned list of sites.
-
-	It provides real-time virus scanning capabilities for content access.
-
-	DansGuardian is designed to be completely flexible and allows you to tailor the
-	filtering to your exact needs. It can be as draconian or as unobstructive as
-	you want. The default settings are geared towards what a primary school might
-	want but DansGuardian puts you in control of what you want to block.
-
-	DansGuardian requires squid or another similar caching proxy server on your
-	local network.
-end
-
-source_dl  =
-
-build
-	requires
-		gcc-c++
-		pcre-devel
-		pkg-config
-		zlib-devel
-	end
-
-	configure_options += \
-		--sysconfdir=/etc \
-		--localstatedir=/var
-end
-
-packages
-	package %{name}
-	end
-
-	package %{name}-debuginfo
-		template DEBUGINFO
-	end
-end
diff --git a/dansguardian/patches/dansguardian-gcc44.patch b/dansguardian/patches/dansguardian-gcc44.patch
deleted file mode 100644
index 3cdef6e..0000000
--- a/dansguardian/patches/dansguardian-gcc44.patch
+++ /dev/null
@@ -1,55 +0,0 @@
-diff -ruN dansguardian-2.10.1.1.orig/src/ConnectionHandler.cpp dansguardian-2.10.1.1/src/ConnectionHandler.cpp
---- dansguardian-2.10.1.1.orig/src/ConnectionHandler.cpp	2009-02-25 12:36:22.000000000 +0100
-+++ dansguardian-2.10.1.1/src/ConnectionHandler.cpp	2009-07-15 12:02:09.801533048 +0200
-@@ -45,6 +45,7 @@
- 
- #ifdef ENABLE_ORIG_IP
- #include <linux/types.h>
-+#include <limits.h>
- #include <linux/netfilter_ipv4.h>
- #endif
- 
-diff -ruN dansguardian-2.10.1.1.orig/src/contentscanners/clamav.cpp dansguardian-2.10.1.1/src/contentscanners/clamav.cpp
---- dansguardian-2.10.1.1.orig/src/contentscanners/clamav.cpp	2008-11-18 12:27:04.000000000 +0100
-+++ dansguardian-2.10.1.1/src/contentscanners/clamav.cpp	2009-07-15 11:59:12.316495912 +0200
-@@ -26,6 +26,7 @@
- #include "../ContentScanner.hpp"
- #include "../OptionContainer.hpp"
- 
-+#include <cstdio>
- #include <syslog.h>
- #include <sys/time.h>
- #include <sys/types.h>
-diff -ruN dansguardian-2.10.1.1.orig/src/contentscanners/commandlinescan.cpp dansguardian-2.10.1.1/src/contentscanners/commandlinescan.cpp
---- dansguardian-2.10.1.1.orig/src/contentscanners/commandlinescan.cpp	2008-11-18 12:27:04.000000000 +0100
-+++ dansguardian-2.10.1.1/src/contentscanners/commandlinescan.cpp	2009-07-15 11:59:12.317495697 +0200
-@@ -28,6 +28,7 @@
- #include "../OptionContainer.hpp"
- #include "../RegExp.hpp"
- 
-+#include <cstdio>
- #include <syslog.h>
- #include <sys/time.h>
- #include <sys/types.h>
-diff -ruN dansguardian-2.10.1.1.orig/src/contentscanners/icapscan.cpp dansguardian-2.10.1.1/src/contentscanners/icapscan.cpp
---- dansguardian-2.10.1.1.orig/src/contentscanners/icapscan.cpp	2008-11-18 12:27:04.000000000 +0100
-+++ dansguardian-2.10.1.1/src/contentscanners/icapscan.cpp	2009-07-15 11:59:12.318495062 +0200
-@@ -29,6 +29,7 @@
- #include "../ContentScanner.hpp"
- #include "../OptionContainer.hpp"
- 
-+#include <cstdio>
- #include <syslog.h>
- #include <sys/time.h>
- #include <sys/types.h>
-diff -ruN dansguardian-2.10.1.1.orig/src/downloadmanagers/fancy.cpp dansguardian-2.10.1.1/src/downloadmanagers/fancy.cpp
---- dansguardian-2.10.1.1.orig/src/downloadmanagers/fancy.cpp	2008-11-18 12:27:04.000000000 +0100
-+++ dansguardian-2.10.1.1/src/downloadmanagers/fancy.cpp	2009-07-15 11:59:12.319495964 +0200
-@@ -26,6 +26,7 @@
- #include "../HTMLTemplate.hpp"
- #include "../ConnectionHandler.hpp"
- 
-+#include <cstdio>
- #include <syslog.h>
- #include <sys/time.h>
- #include <sys/types.h>


hooks/post-receive
--
IPFire 3.x development tree

                 reply	other threads:[~2012-12-22 23:58 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20121222235812.3256B2015F@argus.ipfire.org \
    --to=git@ipfire.org \
    --cc=ipfire-scm@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox