components/proftpd/Makefile
branchs11-update
changeset 3224 589e0e82672d
parent 2724 90c18e89db60
child 3661 47545fb8aed4
child 4311 3a33895438c9
--- a/components/proftpd/Makefile	Tue Jul 22 00:33:30 2014 -0700
+++ b/components/proftpd/Makefile	Wed Jul 23 03:12:43 2014 -0700
@@ -20,20 +20,20 @@
 #
 
 #
-# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
 #
 
 include ../../make-rules/shared-macros.mk
 
 COMPONENT_NAME=		proftpd
-COMPONENT_VERSION=	1.3.4
-COMPONENT_SUBVERSION=	c
+COMPONENT_VERSION=	1.3.5
+COMPONENT_SUBVERSION=	 
 HUMAN_VERSION=		$(COMPONENT_VERSION)$(COMPONENT_SUBVERSION)
 COMPONENT_PROJECT_URL=	http://www.proftpd.org/
 COMPONENT_SRC=		$(COMPONENT_NAME)-$(HUMAN_VERSION)
 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
 COMPONENT_ARCHIVE_HASH=	\
-    sha256:fb80dd422969b8c900920a30a56f5e272862275d244d3857a980f5f2386ea912
+    sha256:c10316fb003bd25eccbc08c77dd9057e053693e6527ffa2ea2cc4e08ccb87715
 COMPONENT_ARCHIVE_URL=	ftp://ftp.proftpd.org/distrib/source/$(COMPONENT_ARCHIVE)
 COMPONENT_BUGDB=	service/ftp-server
 
@@ -54,7 +54,7 @@
 # enough for us. We need to include the $(COMPONENT_SUBVERSION) somehow.
 # Because the IPS_COMPONENT_VERSION cannot contain letters we used '.0.5'
 # instead of 'e'.
-IPS_COMPONENT_VERSION=  $(COMPONENT_VERSION).0.3
+IPS_COMPONENT_VERSION=  $(COMPONENT_VERSION)
 
 CONFIGURE_OPTIONS +=	CFLAGS="$(CFLAGS) -I/usr/include/kerberosv5 -DHAVE_KRB5_H=1 -DKRB5_DLLIMP= -DHAVE__GETGRPSBYMEMBER"
 # Force immediate binding because of chroot().