Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F18980
0001-Updated-to-include-the-nsupdate-utility.patch
rigrassm (Ricky Grassmuck)
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Authored By
rigrassm
Apr 6 2017, 6:23 AM
2017-04-06 06:23:36 (UTC+0)
Size
3 KB
Referenced Files
None
Subscribers
None
0001-Updated-to-include-the-nsupdate-utility.patch
View Options
From 90cc2e1d4ead55d4a6ddc0e925ac674a7cbf0bd9 Mon Sep 17 00:00:00 2001
From: Ricky Grassmuck <rigrassm@gmail.com>
Date: Thu, 6 Apr 2017 01:21:42 -0500
Subject: [PATCH 1/1] Updated to include the nsupdate utility
---
Makefile | 1 +
abi_used_libs | 5 +++++
package.yml | 23 +++++++++++++++++++++++
pspec_x86_64.xml | 35 +++++++++++++++++++++++++++++++++++
4 files changed, 64 insertions(+)
create mode 100644 Makefile
create mode 100644 abi_used_libs
create mode 100644 package.yml
create mode 100644 pspec_x86_64.xml
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..0a42375
--- /dev/null
+++ b/Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
diff --git a/abi_used_libs b/abi_used_libs
new file mode 100644
index 0000000..23f99f2
--- /dev/null
+++ b/abi_used_libs
@@ -0,0 +1,5 @@
+libc.so.6
+libcrypto.so.1.0.0
+libpthread.so.0
+libreadline.so.6
+libxml2.so.2
diff --git a/package.yml b/package.yml
new file mode 100644
index 0000000..4fa7598
--- /dev/null
+++ b/package.yml
@@ -0,0 +1,23 @@
+name : bind-utils
+version : 9.11.0_p3
+release : 5
+source :
+ - ftp://ftp.isc.org/isc/bind9/9.11.0-P3/bind-9.11.0-P3.tar.gz : 0feee0374bcbdee73a9d4277f3c5007622279572d520d7c27a4b64015d8ca9e9
+license : ISC
+component : network.util
+summary : Client side programs nslookup, dig and host.
+description: |
+ Client side programs nslookup, dig and host.
+setup : |
+ %configure
+build : |
+ %make -C lib/dns
+ %make -C lib/isc
+ %make -C lib/bind9
+ %make -C lib/isccfg
+ %make -C lib/lwres
+ %make -C bin/dig
+ %make -C bin/nsupdate
+install : |
+ %make_install -C bin/dig
+ %make_install -C bin/nsupdate
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
new file mode 100644
index 0000000..ceb7f0e
--- /dev/null
+++ b/pspec_x86_64.xml
@@ -0,0 +1,35 @@
+<PISI>
+ <Source>
+ <Name>bind-utils</Name>
+ <Packager>
+ <Name>Ricky Grassmuck</Name>
+ <Email>rigrassm@gmail.com</Email>
+ </Packager>
+ <License>ISC</License>
+ <PartOf>network.util</PartOf>
+ <Summary xml:lang="en">Client side programs nslookup, dig and host.</Summary>
+ <Description xml:lang="en">Client side programs nslookup, dig and host.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>bind-utils</Name>
+ <Summary xml:lang="en">Client side programs nslookup, dig and host.</Summary>
+ <Description xml:lang="en">Client side programs nslookup, dig and host.
+</Description>
+ <PartOf>network.util</PartOf>
+ <Files>
+ <Path fileType="executable">/usr/bin</Path>
+ <Path fileType="man">/usr/share/man</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="5">
+ <Date>2017-04-06</Date>
+ <Version>9.11.0_p3</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Ricky Grassmuck</Name>
+ <Email>rigrassm@gmail.com</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file
--
2.12.2
File Metadata
Details
Attached
Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
12934
Default Alt Text
0001-Updated-to-include-the-nsupdate-utility.patch (3 KB)
Attached To
Mode
T3179: Update bind-utils to provide nsupdate tool
Attached
Detach File
Event Timeline
Log In to Comment