Christian Wiese
14 years ago
committed by
Christian Wiese
4 changed files with 112 additions and 0 deletions
@ -0,0 +1,26 @@
|
||||
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
|
||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
||||
#
|
||||
# Filename: package/.../ippool/ippool-1.3-include-limits-h.patch
|
||||
# Copyright (C) 2011 The OpenSDE Project
|
||||
#
|
||||
# More information can be found in the files COPYING and README.
|
||||
#
|
||||
# This patch file is dual-licensed. It is available under the license the
|
||||
# patched project is licensed under, as long as it is an OpenSource license
|
||||
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
|
||||
# of the GNU General Public License as published by the Free Software
|
||||
# Foundation; either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# --- SDE-COPYRIGHT-NOTE-END ---
|
||||
|
||||
--- ippool-1.3/usl/usl_timer.c.orig 2011-08-02 18:51:42.166256696 +0200
|
||||
+++ ippool-1.3/usl/usl_timer.c 2011-08-02 18:52:16.839242988 +0200
|
||||
@@ -42,6 +42,7 @@
|
||||
#include <signal.h>
|
||||
#include <string.h>
|
||||
#include <sys/time.h>
|
||||
+#include <limits.h>
|
||||
|
||||
#include "usl.h"
|
||||
|
@ -0,0 +1,28 @@
|
||||
|
||||
[TIMESTAMP] 1312302627 Tue Aug 2 18:30:27 2011 |
||||
[BUILDTIME] 0 (5) |
||||
[SIZE] 0.16 MB, 12 files |
||||
|
||||
[DEP] bash |
||||
[DEP] binutils |
||||
[DEP] bzip2 |
||||
[DEP] coreutils |
||||
[DEP] diffutils |
||||
[DEP] fhs |
||||
[DEP] findutils |
||||
[DEP] gawk |
||||
[DEP] gcc |
||||
[DEP] glibc |
||||
[DEP] grep |
||||
[DEP] gzip |
||||
[DEP] linux-header |
||||
[DEP] make |
||||
[DEP] ncurses |
||||
[DEP] patch |
||||
[DEP] ppp |
||||
[DEP] readline |
||||
[DEP] runit |
||||
[DEP] sed |
||||
[DEP] sysfiles |
||||
[DEP] tar |
||||
[DEP] util-linux-ng |
@ -0,0 +1,19 @@
|
||||
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
# |
||||
# Filename: package/.../ippool/ippool.conf |
||||
# Copyright (C) 2011 The OpenSDE Project |
||||
# |
||||
# More information can be found in the files COPYING and README. |
||||
# |
||||
# This program is free software; you can redistribute it and/or modify |
||||
# it under the terms of the GNU General Public License as published by |
||||
# the Free Software Foundation; version 2 of the License. A copy of the |
||||
# GNU General Public License can be found in the file COPYING. |
||||
# --- SDE-COPYRIGHT-NOTE-END --- |
||||
|
||||
# ippool needs ppp |
||||
pkgprefix -t ppp |
||||
var_append makeinstopt ' ' "PPPD_VERSION=$( pkgprefix ver ppp )" |
||||
|
||||
var_append CC_WRAPPER_REMOVE " " "-Werror" |
@ -0,0 +1,39 @@
|
||||
[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
[COPY] |
||||
[COPY] Filename: package/.../ippool/ippool.desc |
||||
[COPY] Copyright (C) 2011 The OpenSDE Project |
||||
[COPY] |
||||
[COPY] More information can be found in the files COPYING and README. |
||||
[COPY] |
||||
[COPY] This program is free software; you can redistribute it and/or modify |
||||
[COPY] it under the terms of the GNU General Public License as published by |
||||
[COPY] the Free Software Foundation; version 2 of the License. A copy of the |
||||
[COPY] GNU General Public License can be found in the file COPYING. |
||||
[COPY] --- SDE-COPYRIGHT-NOTE-END --- |
||||
|
||||
[I] A userspace daemon for managing one or more pools of IP addresses |
||||
|
||||
[T] IpPool is a userspace daemon for managing one or more pools of IP |
||||
[T] addresses. |
||||
[T] It was developed as part of the OpenL2TP project but has since been |
||||
[T] repackaged so that it may be used independently of OpenL2TP. |
||||
[T] IpPool is not intended for use where DHCP is used. Rather, IpPool |
||||
[T] provides a generic IP address allocation mechanism for applications |
||||
[T] such as VPN servers which hand out IP addresses to VPN clients. |
||||
|
||||
[U] http://www.openl2tp.org/ |
||||
|
||||
[A] Katalix Systems Ltd. |
||||
[M] The OpenSDE Community <list@opensde.org> |
||||
|
||||
[C] extra/network |
||||
|
||||
[F] NOPARALLEL |
||||
|
||||
[L] GPL |
||||
[S] Stable |
||||
[V] 1.3 |
||||
[P] X -----5---9 800.000 |
||||
|
||||
[D] 2860561685 ippool-1.3.tar.gz http://dl.sourceforge.net/sourceforge/openl2tp/ |
Loading…
Reference in new issue