<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gh_mirror/jhunkeler/spmc.git/include, branch master</title>
<subtitle>Simple Package Manager
</subtitle>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/spmc.git/'/>
<entry>
<title>Handle unpacking when running as root:</title>
<updated>2020-06-23T05:16:27+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2020-06-23T05:16:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/spmc.git/commit/?id=9188d893fb00d11a0974582ab1575670777d96cf'/>
<id>9188d893fb00d11a0974582ab1575670777d96cf</id>
<content type='text'>
* Check available tar programs and pick one to use
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Check available tar programs and pick one to use
</pre>
</div>
</content>
</entry>
<entry>
<title>Move SPM_GLOBAL.repo_target string usage out of mirror_clone</title>
<updated>2020-06-22T20:11:14+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2020-06-22T20:11:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/spmc.git/commit/?id=460237e94dfead390a7b8372af5c0ebf8c1f226b'/>
<id>460237e94dfead390a7b8372af5c0ebf8c1f226b</id>
<content type='text'>
* Assign targets from inside spm.c instead of external manifest/mirror functions
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Assign targets from inside spm.c instead of external manifest/mirror functions
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement package data emitter</title>
<updated>2020-06-08T19:46:39+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2020-06-08T19:46:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/spmc.git/commit/?id=50f812c5f109dd389178cce8e0069c41ddd5d801'/>
<id>50f812c5f109dd389178cce8e0069c41ddd5d801</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove glob.h reference</title>
<updated>2020-06-07T04:54:26+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2020-06-07T04:54:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/spmc.git/commit/?id=706f9264aa65caab96c6dce8833062145b249c58'/>
<id>706f9264aa65caab96c6dce8833062145b249c58</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove find.{c,h}</title>
<updated>2020-06-05T21:02:51+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2020-06-05T21:01:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/spmc.git/commit/?id=69dfe8af1bf086cae273cd6213aa11a894a135a3'/>
<id>69dfe8af1bf086cae273cd6213aa11a894a135a3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move find.c functions into fs.c</title>
<updated>2020-06-05T21:00:51+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2020-06-05T21:00:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/spmc.git/commit/?id=389d0b2badf4a9cd33ed91a928b91475fb0d0a4f'/>
<id>389d0b2badf4a9cd33ed91a928b91475fb0d0a4f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bsdtar (#42)</title>
<updated>2020-06-04T22:21:34+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@users.noreply.github.com</email>
</author>
<published>2020-06-04T22:21:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/spmc.git/commit/?id=f76fed00c9c9289b354e7f8dd6f14ea699ef16a2'/>
<id>f76fed00c9c9289b354e7f8dd6f14ea699ef16a2</id>
<content type='text'>
* Add docker build image

* Use bsdtar

* Disable ORIGIN

* tar is bsdtar

* Use absolute rpath

* Replace matched path with destroot+libpath

* No RPATH recieves a likely default path

* Use RPATH not RUNPATH

* Add bsdtar to circleci deps

* Replace tar references</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add docker build image

* Use bsdtar

* Disable ORIGIN

* tar is bsdtar

* Use absolute rpath

* Replace matched path with destroot+libpath

* No RPATH recieves a likely default path

* Use RPATH not RUNPATH

* Add bsdtar to circleci deps

* Replace tar references</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor fstree (#39)</title>
<updated>2020-06-03T04:10:25+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@users.noreply.github.com</email>
</author>
<published>2020-06-03T04:10:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/spmc.git/commit/?id=d12170bb0cb936f1e48a677dbd96822db55bbda3'/>
<id>d12170bb0cb936f1e48a677dbd96822db55bbda3</id>
<content type='text'>
* Refactor fstree, fstree_free, FSTree type

* Add FSRec structure

* Refactor fstree usage

* Decrease starting size of FSTree structure

* Check if ManifestPackage is NULL, not if the requirements array if NULL

* Use num_requirements instead of '!= NULL'

* Add fstree test</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Refactor fstree, fstree_free, FSTree type

* Add FSRec structure

* Refactor fstree usage

* Decrease starting size of FSTree structure

* Check if ManifestPackage is NULL, not if the requirements array if NULL

* Use num_requirements instead of '!= NULL'

* Add fstree test</pre>
</div>
</content>
</entry>
<entry>
<title>Errors set return value and jump to end of function</title>
<updated>2020-05-26T17:53:44+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2020-05-26T17:53:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/spmc.git/commit/?id=9bc167d23a3f738057185dc8a6412132c7c47c3e'/>
<id>9bc167d23a3f738057185dc8a6412132c7c47c3e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add strlist_append_file()</title>
<updated>2020-05-26T03:57:24+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2020-05-26T03:57:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/spmc.git/commit/?id=ef427fa2c16139b2d6790b8867d5bdb6307fd14d'/>
<id>ef427fa2c16139b2d6790b8867d5bdb6307fd14d</id>
<content type='text'>
* Add reader_strlist_append_file() as default reader function
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add reader_strlist_append_file() as default reader function
</pre>
</div>
</content>
</entry>
</feed>
