diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-10-03 03:06:50 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-10-03 03:06:50 +0000 |
commit | 103ce8f4175fedfd3b3748e879328f8c4e4073b5 (patch) | |
tree | 8241c2a8a542b60763b229d3ed51d133eee23181 /openwrt/package | |
parent | 11848efff442aa74557269548db85499a1aded84 (diff) |
update to new upstream release (v4.1.9),
change Maintainer and Source field in ipkg/control
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2043 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package')
-rw-r--r-- | openwrt/package/osiris/Makefile | 4 | ||||
-rw-r--r-- | openwrt/package/osiris/ipkg/osirisd.control | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/openwrt/package/osiris/Makefile b/openwrt/package/osiris/Makefile index 152fcf46e5..ba0db6c22f 100644 --- a/openwrt/package/osiris/Makefile +++ b/openwrt/package/osiris/Makefile @@ -3,9 +3,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=osiris -PKG_VERSION:=4.1.8 +PKG_VERSION:=4.1.9 PKG_RELEASE:=1 -PKG_MD5SUM:=27a362ba5ad3025d5bca6d9c92196875 +PKG_MD5SUM:=a8e3720b05a8dc5d257a7effb6d68224 PKG_SOURCE_URL:=http://www.hostintegrity.com/osiris/data/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz diff --git a/openwrt/package/osiris/ipkg/osirisd.control b/openwrt/package/osiris/ipkg/osirisd.control index 6daa27ad3c..766b8797d9 100644 --- a/openwrt/package/osiris/ipkg/osirisd.control +++ b/openwrt/package/osiris/ipkg/osirisd.control @@ -3,7 +3,7 @@ Priority: optional Section: admin Version: [TBDL] Architecture: [TBDL] -Maintainer: Nico <nthill@free.fr> -Source: http://nthill.free.fr/openwrt/sources/osiris/ -Description: an Host Integrity Monitoring System (scanning agent) +Maintainer: OpenWrt Developers Team <openwrt-devel@openwrt.org> +Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/osiris/ Depends: libopenssl, libpthread +Description: an Host Integrity Monitoring System (scanning agent) |