projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
drop the '0' default in config_get_bool
[openwrt.git]
/
package
/
ipset
/
Makefile
diff --git
a/package/ipset/Makefile
b/package/ipset/Makefile
index
9f6326b
..
a69cbd3
100644
(file)
--- a/
package/ipset/Makefile
+++ b/
package/ipset/Makefile
@@
-1,5
+1,5
@@
#
#
-# Copyright (C) 200
6
OpenWrt.org
+# Copyright (C) 200
7
OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@
-9,19
+9,19
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=ipset
include $(TOPDIR)/rules.mk
PKG_NAME:=ipset
-PKG_VERSION:=2.
2.9a
-PKG_RELEASE:=
2
+PKG_VERSION:=2.
3.0
+PKG_RELEASE:=
1
-PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-200
61009
.tar.bz2
+PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-200
70828
.tar.bz2
PKG_SOURCE_URL:=http://ipset.netfilter.org
PKG_SOURCE_URL:=http://ipset.netfilter.org
-PKG_MD5SUM:=
74ce3226b30cdd386630250bdc3488ef
+PKG_MD5SUM:=
9e17798dfd8ed87c63a1f3498f9fe64d
include $(INCLUDE_DIR)/package.mk
define Package/ipset
SECTION:=net
CATEGORY:=Network
include $(INCLUDE_DIR)/package.mk
define Package/ipset
SECTION:=net
CATEGORY:=Network
- DEPENDS:=@!TARGET_etrax
+ DEPENDS:=@!TARGET_etrax
@LINUX_2_6
TITLE:=Netfilter ip sets administration utility
URL:=http://ipset.netfilter.org/
endef
TITLE:=Netfilter ip sets administration utility
URL:=http://ipset.netfilter.org/
endef
This page took
0.025551 seconds
and
4
git commands to generate.