diff options
author | Nicolas Thill <nico@openwrt.org> | 2006-03-28 00:05:52 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2006-03-28 00:05:52 +0000 |
commit | cbd8d7f93d1939ad706633c485b6e501b701aa24 (patch) | |
tree | 42063e02086812530bec6bc7ecedf39016c081a7 /package/osiris/Makefile | |
parent | 421ec10314cfbcd876395c40eb4e0544a7d99501 (diff) | |
download | upstream-cbd8d7f93d1939ad706633c485b6e501b701aa24.tar.gz upstream-cbd8d7f93d1939ad706633c485b6e501b701aa24.tar.bz2 upstream-cbd8d7f93d1939ad706633c485b6e501b701aa24.zip |
update osiris to v4.2.0, add mod_if module, add short desc to mod_* patches,
fix openssl-related build issue (could break compatibility).
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3515 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/osiris/Makefile')
-rw-r--r-- | package/osiris/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/osiris/Makefile b/package/osiris/Makefile index 54a4a99c14..900a1491dc 100644 --- a/package/osiris/Makefile +++ b/package/osiris/Makefile @@ -3,9 +3,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=osiris -PKG_VERSION:=4.1.9 +PKG_VERSION:=4.2.0 PKG_RELEASE:=1 -PKG_MD5SUM:=a8e3720b05a8dc5d257a7effb6d68224 +PKG_MD5SUM:=ad30995660e506ee6d1d6460601f6107 PKG_SOURCE_URL:=http://www.hostintegrity.com/osiris/data/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |