# HG changeset patch # User tomas klacko - Sun Microsystems - Prague Czech Republic # Date 1323782609 28800 # Node ID e330150e53c167b4d02c0842811df68b6d5c3e1c # Parent ea3ead94e5ea7f972867b3ed10b12e9c7cf918a6 7111993 Problem with network/ftp_server diff -r ea3ead94e5ea -r e330150e53c1 components/proftpd/Makefile --- a/components/proftpd/Makefile Fri Dec 09 10:08:54 2011 -0800 +++ b/components/proftpd/Makefile Tue Dec 13 05:23:29 2011 -0800 @@ -27,10 +27,11 @@ COMPONENT_NAME= proftpd COMPONENT_VERSION= 1.3.3 -COMPONENT_SUBVERSION= e -COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)$(COMPONENT_SUBVERSION) +COMPONENT_SUBVERSION= g +HUMAN_VERSION= $(COMPONENT_VERSION)$(COMPONENT_SUBVERSION) +COMPONENT_SRC= $(COMPONENT_NAME)-$(HUMAN_VERSION) COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz -COMPONENT_ARCHIVE_HASH= sha1:823e94c24447936ade6ae3948fe638077e0ba933 +COMPONENT_ARCHIVE_HASH= sha1:11c2951526476d9f52307aa714851463aa76aa61 COMPONENT_ARCHIVE_URL= ftp://ftp.proftpd.org/distrib/source/$(COMPONENT_ARCHIVE) # mod_gss subcomponent @@ -49,7 +50,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.5 +IPS_COMPONENT_VERSION= $(COMPONENT_VERSION).0.7 CONFIGURE_OPTIONS += CFLAGS="$(CFLAGS) -I/usr/include/kerberosv5 -DHAVE_KRB5_H=1 -DKRB5_DLLIMP=" # Force immediate binding because of chroot().