Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F10874296
D657.id1423.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
5 KB
Referenced Files
None
Subscribers
None
D657.id1423.diff
View Options
Index: Makefile
===================================================================
--- /dev/null
+++ Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
Index: abi_symbols
===================================================================
--- /dev/null
+++ abi_symbols
@@ -0,0 +1,24 @@
+libnss_mdns.so.2:NSSMDNS_0
+libnss_mdns.so.2:_nss_mdns_gethostbyaddr_r
+libnss_mdns.so.2:_nss_mdns_gethostbyname2_r
+libnss_mdns.so.2:_nss_mdns_gethostbyname_r
+libnss_mdns4.so.2:NSSMDNS_0
+libnss_mdns4.so.2:_nss_mdns4_gethostbyaddr_r
+libnss_mdns4.so.2:_nss_mdns4_gethostbyname2_r
+libnss_mdns4.so.2:_nss_mdns4_gethostbyname_r
+libnss_mdns4_minimal.so.2:NSSMDNS_0
+libnss_mdns4_minimal.so.2:_nss_mdns4_minimal_gethostbyaddr_r
+libnss_mdns4_minimal.so.2:_nss_mdns4_minimal_gethostbyname2_r
+libnss_mdns4_minimal.so.2:_nss_mdns4_minimal_gethostbyname_r
+libnss_mdns6.so.2:NSSMDNS_0
+libnss_mdns6.so.2:_nss_mdns6_gethostbyaddr_r
+libnss_mdns6.so.2:_nss_mdns6_gethostbyname2_r
+libnss_mdns6.so.2:_nss_mdns6_gethostbyname_r
+libnss_mdns6_minimal.so.2:NSSMDNS_0
+libnss_mdns6_minimal.so.2:_nss_mdns6_minimal_gethostbyaddr_r
+libnss_mdns6_minimal.so.2:_nss_mdns6_minimal_gethostbyname2_r
+libnss_mdns6_minimal.so.2:_nss_mdns6_minimal_gethostbyname_r
+libnss_mdns_minimal.so.2:NSSMDNS_0
+libnss_mdns_minimal.so.2:_nss_mdns_minimal_gethostbyaddr_r
+libnss_mdns_minimal.so.2:_nss_mdns_minimal_gethostbyname2_r
+libnss_mdns_minimal.so.2:_nss_mdns_minimal_gethostbyname_r
Index: abi_used_libs
===================================================================
--- /dev/null
+++ abi_used_libs
@@ -0,0 +1 @@
+libc.so.6
Index: package.yml
===================================================================
--- /dev/null
+++ package.yml
@@ -0,0 +1,27 @@
+name : nss-mdns
+version : 0.10
+release : 1
+source :
+ - http://0pointer.de/lennart/projects/nss-mdns/nss-mdns-0.10.tar.gz : 1e683c2e7c3921814706d62fbbd3e9cbf493a75fa00255e0e715508d8134fa6d
+license : LGPL-2.1
+component : desktop.core
+summary : glibc plugin for .local name resolution
+description: |
+ nss-mdns is a plugin for the GNU Name Service Switch (NSS) functionality of
+ the GNU C Library (glibc) providing host name resolution via Multicast DNS
+ (aka Zeroconf, aka Apple Rendezvous, aka Apple Bonjour), effectively allowing
+ name resolution by common Unix/Linux programs in the ad-hoc mDNS domain .local.
+
+ nss-mdns provides client functionality only, which means that you have to
+ run a mDNS responder daemon separately from nss-mdns if you want to register
+ the local host name via mDNS (e.g. Avahi).
+rundeps :
+ - avahi
+setup : |
+ %configure --enable-avahi \
+ --disable-legacy \
+ --disable-lynx
+build : |
+ %make
+install : |
+ %make_install
Index: pspec_x86_64.xml
===================================================================
--- /dev/null
+++ pspec_x86_64.xml
@@ -0,0 +1,48 @@
+<PISI>
+ <Source>
+ <Name>nss-mdns</Name>
+ <Packager>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
+ </Packager>
+ <License>LGPL-2.1</License>
+ <PartOf>desktop.core</PartOf>
+ <Summary xml:lang="en">glibc plugin for .local name resolution</Summary>
+ <Description xml:lang="en">nss-mdns is a plugin for the GNU Name Service Switch (NSS) functionality of
+the GNU C Library (glibc) providing host name resolution via Multicast DNS
+(aka Zeroconf, aka Apple Rendezvous, aka Apple Bonjour), effectively allowing
+name resolution by common Unix/Linux programs in the ad-hoc mDNS domain .local.
+
+nss-mdns provides client functionality only, which means that you have to
+run a mDNS responder daemon separately from nss-mdns if you want to register
+the local host name via mDNS (e.g. Avahi).
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>nss-mdns</Name>
+ <Summary xml:lang="en">glibc plugin for .local name resolution</Summary>
+ <Description xml:lang="en">nss-mdns is a plugin for the GNU Name Service Switch (NSS) functionality of
+the GNU C Library (glibc) providing host name resolution via Multicast DNS
+(aka Zeroconf, aka Apple Rendezvous, aka Apple Bonjour), effectively allowing
+name resolution by common Unix/Linux programs in the ad-hoc mDNS domain .local.
+
+nss-mdns provides client functionality only, which means that you have to
+run a mDNS responder daemon separately from nss-mdns if you want to register
+the local host name via mDNS (e.g. Avahi).
+</Description>
+ <PartOf>desktop.core</PartOf>
+ <Files>
+ <Path fileType="library">/usr/lib64/lib*.so.*</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2017-07-19</Date>
+ <Version>0.1</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Jun 21 2023, 12:04 AM (7 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5823778
Default Alt Text
D657.id1423.diff (5 KB)
Attached To
Mode
D657: Initial version of nss-mdns
Attached
Detach File
Event Timeline
Log In to Comment