Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (e40d76afcb72a03c678f4eb2475e2d00fb5d888b)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (e40d76afcb72a03c678f4eb2475e2d00fb5d888b)
  • Date: Sun, 6 May 2012 18:42:33 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

net/tftp-hpa/BUILD | 3 +++
net/tftp-hpa/CONFIGURE | 7 +++++++
net/tftp-hpa/DEPENDS | 9 +++++++++
net/tftp-hpa/DETAILS | 15 ++++++++-------
net/tftp-hpa/HISTORY | 6 ++++++
net/tftp-hpa/INSTALL | 6 +++---
6 files changed, 36 insertions(+), 10 deletions(-)

New commits:
commit e40d76afcb72a03c678f4eb2475e2d00fb5d888b
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

tftp-hpa: => 5.2

diff --git a/net/tftp-hpa/BUILD b/net/tftp-hpa/BUILD
new file mode 100755
index 0000000..6d89775
--- /dev/null
+++ b/net/tftp-hpa/BUILD
@@ -0,0 +1,3 @@
+OPTS="$TFTP_HPA_OPTS $OPTS" &&
+
+default_build
\ No newline at end of file
diff --git a/net/tftp-hpa/CONFIGURE b/net/tftp-hpa/CONFIGURE
new file mode 100755
index 0000000..acee73d
--- /dev/null
+++ b/net/tftp-hpa/CONFIGURE
@@ -0,0 +1,7 @@
+config_query_option TFTP_HPA_OPTS "Enable regex-based filename remapping?" y
\
+ "--with-remap" \
+ "--without-remap" &&
+
+config_query_option TFTP_HPA_OPTS "Enable support for IPv6?" y \
+ "--with-ipv6" \
+ "--without-ipv6"
diff --git a/net/tftp-hpa/DEPENDS b/net/tftp-hpa/DEPENDS
new file mode 100755
index 0000000..00378de
--- /dev/null
+++ b/net/tftp-hpa/DEPENDS
@@ -0,0 +1,9 @@
+optional_depends tcp_wrappers \
+ "--with-tcpwrappers" \
+ "--without-tcpwrappers" \
+ "to use tcp wrapper library for performance reasons (if
kernel-based firewalling is unavailable)" &&
+
+optional_depends readline \
+ "--with-readline" \
+ "--without-readline" \
+ "for use of readline command-line editing in tftp client"
diff --git a/net/tftp-hpa/DETAILS b/net/tftp-hpa/DETAILS
index 95d274f..4fd9bf5 100755
--- a/net/tftp-hpa/DETAILS
+++ b/net/tftp-hpa/DETAILS
@@ -1,12 +1,13 @@
SPELL=tftp-hpa
- VERSION=0.48
+ VERSION=5.2
SOURCE=$SPELL-$VERSION.tar.bz2
- SOURCE2=${SOURCE}.sign
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=$KERNEL_URL/pub/software/network/tftp/$SOURCE
- SOURCE2_URL[0]=$KERNEL_URL/pub/software/network/tftp/$SOURCE2
- SOURCE2_IGNORE=signature
- SOURCE_GPG="kernel.gpg:${SOURCE2}:UPSTREAM_KEY"
+# SOURCE2=${SOURCE}.sign
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ SOURCE_URL[0]=$KERNEL_URL/pub/software/network/tftp/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:c51aec068e71702c0134cfcb0d0e3147d56775b32b4495bbe7e19af60c4fe53cadfce72cfb9be84f4be418302eaf98698ab973398f69cb099d2ef99083337c18
+# SOURCE2_URL[0]=$KERNEL_URL/pub/software/network/tftp/$SPELL/$SOURCE2
+# SOURCE2_IGNORE=signature
+# SOURCE_GPG="kernel.gpg:${SOURCE2}:UPSTREAM_KEY"
KEYWORDS="net"
WEB_SITE=http://www.kernel.org/pub/software/network/tftp
ENTERED=20020903
diff --git a/net/tftp-hpa/HISTORY b/net/tftp-hpa/HISTORY
index 8ce27b3..c379595 100644
--- a/net/tftp-hpa/HISTORY
+++ b/net/tftp-hpa/HISTORY
@@ -1,3 +1,9 @@
+2012-05-07 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 5.2; quoting paths; switched to hash-check
+ * DEPENDS: added missing dependencies
+ * CONFIGURE, BUILD: added, to use additional config options
+ * INSTALL: use install_config_file
+
2008-03-11 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 0.48

diff --git a/net/tftp-hpa/INSTALL b/net/tftp-hpa/INSTALL
index e9cbdaf..4488c56 100755
--- a/net/tftp-hpa/INSTALL
+++ b/net/tftp-hpa/INSTALL
@@ -1,5 +1,5 @@
-default_install &&
+default_install &&

-if [ ! -f /etc/tftpd.rules ] ; then
- install -m 644 tftpd/sample.rules /etc/tftpd.rules
+if list_find "$TFTP_HPA_OPTS" "--with-remap"; then
+ install_config_file tftpd/sample.rules "$INSTALL_ROOT/etc/tftpd.rules"
fi



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (e40d76afcb72a03c678f4eb2475e2d00fb5d888b), Vlad Glagolev, 05/06/2012

Archive powered by MHonArc 2.6.24.

Top of Page