Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F11049891
D8540.id20519.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
6 KB
Referenced Files
None
Subscribers
None
D8540.id20519.diff
View Options
Index: Makefile
===================================================================
--- /dev/null
+++ Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
Index: abi_symbols
===================================================================
--- /dev/null
+++ abi_symbols
@@ -0,0 +1,30 @@
+libpam_wrapper.so.0:audit_open
+libpam_wrapper.so.0:cannot_audit
+libpam_wrapper.so.0:pam_acct_mgmt
+libpam_wrapper.so.0:pam_authenticate
+libpam_wrapper.so.0:pam_chauthtok
+libpam_wrapper.so.0:pam_close_session
+libpam_wrapper.so.0:pam_end
+libpam_wrapper.so.0:pam_get_data
+libpam_wrapper.so.0:pam_get_item
+libpam_wrapper.so.0:pam_getenv
+libpam_wrapper.so.0:pam_getenvlist
+libpam_wrapper.so.0:pam_open_session
+libpam_wrapper.so.0:pam_prompt
+libpam_wrapper.so.0:pam_putenv
+libpam_wrapper.so.0:pam_set_data
+libpam_wrapper.so.0:pam_set_item
+libpam_wrapper.so.0:pam_setcred
+libpam_wrapper.so.0:pam_start
+libpam_wrapper.so.0:pam_strerror
+libpam_wrapper.so.0:pam_syslog
+libpam_wrapper.so.0:pam_vprompt
+libpam_wrapper.so.0:pam_vsyslog
+libpam_wrapper.so.0:pam_wrapper_enabled
+libpam_wrapper.so.0:pwrap_constructor
+libpam_wrapper.so.0:pwrap_destructor
+libpamtest.so.0:_pamtest
+libpamtest.so.0:_pamtest_conv
+libpamtest.so.0:_pamtest_failed_case
+libpamtest.so.0:pamtest_free_env
+libpamtest.so.0:pamtest_strerror
Index: abi_used_libs
===================================================================
--- /dev/null
+++ abi_used_libs
@@ -0,0 +1,6 @@
+libc.so.6
+libdl.so.2
+libpam.so.0
+libpthread.so.0
+libpython2.7.so.1.0
+libpython3.7m.so.1.0
Index: package.yml
===================================================================
--- /dev/null
+++ package.yml
@@ -0,0 +1,21 @@
+name : pam-wrapper
+version : 1.1.3
+release : 1
+source :
+ - https://gitlab.com/cwrap/pam_wrapper/-/archive/pam_wrapper-1.1.3/pam_wrapper-pam_wrapper-1.1.3.tar.bz2 : 1000798737ee61c76644025dc5706a759b64cfa7fe112e0cc80ed3f5e4e8514f
+license : GPL-3.0-or-later
+component : security
+summary : A tool to test PAM applications and PAM modules
+description: |
+ A tool to test PAM applications and PAM modules
+builddeps :
+ - pkgconfig(cmocka)
+ - pkgconfig(python3)
+setup : |
+ %cmake_ninja -DUNIT_TESTING=ON
+build : |
+ %ninja_build
+install : |
+ %ninja_install
+check : |
+ %ninja_check
Index: pspec_x86_64.xml
===================================================================
--- /dev/null
+++ pspec_x86_64.xml
@@ -0,0 +1,70 @@
+<PISI>
+ <Source>
+ <Name>pam-wrapper</Name>
+ <Packager>
+ <Name>Jacob Alzén</Name>
+ <Email>jacob.alzen@gmail.com</Email>
+ </Packager>
+ <License>GPL-3.0-or-later</License>
+ <PartOf>security</PartOf>
+ <Summary xml:lang="en">A tool to test PAM applications and PAM modules</Summary>
+ <Description xml:lang="en">A tool to test PAM applications and PAM modules
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>pam-wrapper</Name>
+ <Summary xml:lang="en">A tool to test PAM applications and PAM modules</Summary>
+ <Description xml:lang="en">A tool to test PAM applications and PAM modules
+</Description>
+ <PartOf>security</PartOf>
+ <Files>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pypamtest.so</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/pypamtest.so</Path>
+ <Path fileType="library">/usr/lib64/libpam_wrapper.so.0</Path>
+ <Path fileType="library">/usr/lib64/libpam_wrapper.so.0.0.6</Path>
+ <Path fileType="library">/usr/lib64/libpamtest.so.0</Path>
+ <Path fileType="library">/usr/lib64/libpamtest.so.0.0.6</Path>
+ <Path fileType="library">/usr/lib64/pam_wrapper/pam_chatty.so</Path>
+ <Path fileType="library">/usr/lib64/pam_wrapper/pam_get_items.so</Path>
+ <Path fileType="library">/usr/lib64/pam_wrapper/pam_matrix.so</Path>
+ <Path fileType="library">/usr/lib64/pam_wrapper/pam_set_items.so</Path>
+ <Path fileType="man">/usr/share/man/man1/pam_wrapper.1</Path>
+ <Path fileType="man">/usr/share/man/man8/pam_chatty.8</Path>
+ <Path fileType="man">/usr/share/man/man8/pam_get_items.8</Path>
+ <Path fileType="man">/usr/share/man/man8/pam_matrix.8</Path>
+ <Path fileType="man">/usr/share/man/man8/pam_set_items.8</Path>
+ </Files>
+ </Package>
+ <Package>
+ <Name>pam-wrapper-devel</Name>
+ <Summary xml:lang="en">Development files for pam-wrapper</Summary>
+ <Description xml:lang="en">A tool to test PAM applications and PAM modules
+</Description>
+ <PartOf>programming.devel</PartOf>
+ <RuntimeDependencies>
+ <Dependency release="1">pam-wrapper</Dependency>
+ </RuntimeDependencies>
+ <Files>
+ <Path fileType="header">/usr/include/libpamtest.h</Path>
+ <Path fileType="library">/usr/lib64/cmake/pam_wrapper/pam_wrapper-config-version.cmake</Path>
+ <Path fileType="library">/usr/lib64/cmake/pam_wrapper/pam_wrapper-config.cmake</Path>
+ <Path fileType="library">/usr/lib64/cmake/pamtest/pamtest-config-relwithdebinfo.cmake</Path>
+ <Path fileType="library">/usr/lib64/cmake/pamtest/pamtest-config-version.cmake</Path>
+ <Path fileType="library">/usr/lib64/cmake/pamtest/pamtest-config.cmake</Path>
+ <Path fileType="library">/usr/lib64/libpam_wrapper.so</Path>
+ <Path fileType="library">/usr/lib64/libpamtest.so</Path>
+ <Path fileType="data">/usr/lib64/pkgconfig/libpamtest.pc</Path>
+ <Path fileType="data">/usr/lib64/pkgconfig/pam_wrapper.pc</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2020-03-29</Date>
+ <Version>1.1.3</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Jacob Alzén</Name>
+ <Email>jacob.alzen@gmail.com</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Aug 11, 6:33 PM (2 h, 24 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5836228
Default Alt Text
D8540.id20519.diff (6 KB)
Attached To
Mode
D8540: Initial version of pam-wrapper for fprintd
Attached
Detach File
Event Timeline
Log In to Comment