<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cpt/src, branch 3.3.1</title>
<subtitle>[MIRROR] Carbs Packaging Tools
</subtitle>
<id>https://git.carbslinux.org/cpt/atom?h=3.3.1</id>
<link rel='self' href='https://git.carbslinux.org/cpt/atom?h=3.3.1'/>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/cpt/'/>
<updated>2020-08-31T15:35:07+00:00</updated>
<entry>
<title>cpt: revert to previous method for sh256()</title>
<updated>2020-08-31T15:35:07+00:00</updated>
<author>
<name>merakor</name>
<email>cem@ckyln.com</email>
</author>
<published>2020-08-31T15:35:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/cpt/commit/?id=650a936486856024718ce9737c854ea56155437c'/>
<id>urn:sha1:650a936486856024718ce9737c854ea56155437c</id>
<content type='text'>
This affects only file names and not git repositories.

FossilOrigin-Name: c2f6cf07bac7138c17731f2006a38d1590cfb129faae3fe1727b8d487712b400</content>
</entry>
<entry>
<title>cpt: bump version to 3.3.0</title>
<updated>2020-08-31T14:22:25+00:00</updated>
<author>
<name>merakor</name>
<email>cem@ckyln.com</email>
</author>
<published>2020-08-31T14:22:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/cpt/commit/?id=53251fa6c192e58c233b667bce432528f3014438'/>
<id>urn:sha1:53251fa6c192e58c233b667bce432528f3014438</id>
<content type='text'>
FossilOrigin-Name: 75617b8acbf3e5074ad60d2a4c1bd6b3d0c58b37bb471c8166fd2a75a0a30453</content>
</entry>
<entry>
<title>cpt-lib: switch to the same method for checksums with kiss</title>
<updated>2020-08-31T13:43:15+00:00</updated>
<author>
<name>merakor</name>
<email>cem@ckyln.com</email>
</author>
<published>2020-08-31T13:43:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/cpt/commit/?id=81bdb80195f2af27490ff64891a549582f07732f'/>
<id>urn:sha1:81bdb80195f2af27490ff64891a549582f07732f</id>
<content type='text'>
FossilOrigin-Name: c19cbb2754fdc62aab4691c28343402b06091c77a329f0cef6c85f5e965e91a1</content>
</entry>
<entry>
<title>warn(): change function behaviour</title>
<updated>2020-08-31T08:41:52+00:00</updated>
<author>
<name>merakor</name>
<email>cem@ckyln.com</email>
</author>
<published>2020-08-31T08:41:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/cpt/commit/?id=4eede95064c255b47b6687e62ece4939d427b675'/>
<id>urn:sha1:4eede95064c255b47b6687e62ece4939d427b675</id>
<content type='text'>
FossilOrigin-Name: f656276fa8b49293b453b1819302d86ea2124357ada00b511e3181601279e0ef</content>
</entry>
<entry>
<title>cpt-lib: add trap_set() function to manage traps</title>
<updated>2020-08-31T08:39:13+00:00</updated>
<author>
<name>merakor</name>
<email>cem@ckyln.com</email>
</author>
<published>2020-08-31T08:39:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/cpt/commit/?id=7a30a890bfabcc5562eede5bd3d3774ad9ac0a5c'/>
<id>urn:sha1:7a30a890bfabcc5562eede5bd3d3774ad9ac0a5c</id>
<content type='text'>
FossilOrigin-Name: a205e529b22c1178d79332814ea456b958450e7470b484894a6a229d7010f03c</content>
</entry>
<entry>
<title>pkg_cache(): prefer CPT_COMPRESS value if available.</title>
<updated>2020-08-23T13:35:11+00:00</updated>
<author>
<name>merakor</name>
<email>cem@ckyln.com</email>
</author>
<published>2020-08-23T13:35:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/cpt/commit/?id=d6ea0d937ec534d146eecbcd60eebf94a05b73f2'/>
<id>urn:sha1:d6ea0d937ec534d146eecbcd60eebf94a05b73f2</id>
<content type='text'>
cpt should prefer the user's CPT_COMPRESS in the case that two tarballs of
different compression algorithms exist. In such a case, 90% of the time, the
tarball with the CPT_COMPRESS is newer.

FossilOrigin-Name: 8fe3706e32137cf0ae536012fd68ac0c5d9f75fc71ddd3f1ac03658bb3ec6620</content>
</entry>
<entry>
<title>getoptions: do not unset variables if parameters aren't given.</title>
<updated>2020-08-23T13:25:06+00:00</updated>
<author>
<name>merakor</name>
<email>cem@ckyln.com</email>
</author>
<published>2020-08-23T13:25:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/cpt/commit/?id=1df4ecaf961d124ab31ca74407eabd874a521403'/>
<id>urn:sha1:1df4ecaf961d124ab31ca74407eabd874a521403</id>
<content type='text'>
FossilOrigin-Name: d3aeabb1ff9e6acaea85638e37721065bb937b2cb1a349270a5dbcb0ef669d59</content>
</entry>
<entry>
<title>cpt: remove getopt and use shell library instead.</title>
<updated>2020-08-22T15:03:10+00:00</updated>
<author>
<name>merakor</name>
<email>cem@ckyln.com</email>
</author>
<published>2020-08-22T15:03:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/cpt/commit/?id=9031dc631fa33a1493f5780943f8f888ce530178'/>
<id>urn:sha1:9031dc631fa33a1493f5780943f8f888ce530178</id>
<content type='text'>
FossilOrigin-Name: cbe6d1050c67fcce58e754cd03832089ffeb33a5f9455c55e71738ab11e0d056</content>
</entry>
<entry>
<title>cpt-lib: use getoptions library for option parsing</title>
<updated>2020-08-22T14:13:47+00:00</updated>
<author>
<name>merakor</name>
<email>cem@ckyln.com</email>
</author>
<published>2020-08-22T14:13:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/cpt/commit/?id=01fb58cf040114841800d9cceba9d256278a4682'/>
<id>urn:sha1:01fb58cf040114841800d9cceba9d256278a4682</id>
<content type='text'>
FossilOrigin-Name: 69e8dca7190db30aa91e0d35ffe06d4668834760e8bea683b3cce2a8c8e5b914</content>
</entry>
<entry>
<title>cpt-build: add an extra line after usage</title>
<updated>2020-08-22T08:42:32+00:00</updated>
<author>
<name>merakor</name>
<email>cem@ckyln.com</email>
</author>
<published>2020-08-22T08:42:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/cpt/commit/?id=8cfc15017ff2da7139956224c141e76d6a4dd626'/>
<id>urn:sha1:8cfc15017ff2da7139956224c141e76d6a4dd626</id>
<content type='text'>
FossilOrigin-Name: 4efed7191261d3f1a97e8d31c35cbd5568b5148347b065cc5fd0b0123a65b5f1</content>
</entry>
</feed>
