<feed xmlns='http://www.w3.org/2005/Atom'>
<title>makepnd.git/scripts/libmakepkg/source, branch makepnd</title>
<subtitle>makepnd-ng
</subtitle>
<id>https://git.cloudef.pw/makepnd.git/atom?h=makepnd</id>
<link rel='self' href='https://git.cloudef.pw/makepnd.git/atom?h=makepnd'/>
<link rel='alternate' type='text/html' href='https://git.cloudef.pw/makepnd.git/'/>
<updated>2017-07-06T02:55:25Z</updated>
<entry>
<title>libmakepkg: fix unsanitized source filenames</title>
<updated>2017-07-06T02:55:25Z</updated>
<author>
<name>Eli Schwartz</name>
<email>eschwartz93@gmail.com</email>
</author>
<published>2017-07-04T03:13:22Z</published>
<link rel='alternate' type='text/html' href='https://git.cloudef.pw/makepnd.git/commit/?id=9c604af0a04cefaccba527e00d31d9ccd724f866'/>
<id>urn:sha1:9c604af0a04cefaccba527e00d31d9ccd724f866</id>
<content type='text'>
There were a couple places where filenames beginning with "-" were not
properly guarded against by passing them after "--". Some PKGBUILD
authors are crazy, but we still take those into account.

Signed-off-by: Eli Schwartz &lt;eschwartz93@gmail.com&gt;
Signed-off-by: Allan McRae &lt;allan@archlinux.org&gt;
</content>
</entry>
<entry>
<title>makepkg: Verify git signatures</title>
<updated>2017-01-04T03:59:15Z</updated>
<author>
<name>Eli Schwartz</name>
<email>eschwartz93@gmail.com</email>
</author>
<published>2017-01-03T20:10:18Z</published>
<link rel='alternate' type='text/html' href='https://git.cloudef.pw/makepnd.git/commit/?id=eaa82b4d0775252856a4e54a6f2a9ea191cf0b8f'/>
<id>urn:sha1:eaa82b4d0775252856a4e54a6f2a9ea191cf0b8f</id>
<content type='text'>
A git repository is marked as signed if it contains the query "signed"
as defined by https://tools.ietf.org/html/rfc3986

Adds two utility functions in util/source.sh.in to extract fragments and
queries, and modifies source/git.sh.in to use them.

Signed-off-by: Eli Schwartz &lt;eschwartz93@gmail.com&gt;
Signed-off-by: Allan McRae &lt;allan@archlinux.org&gt;
</content>
</entry>
<entry>
<title>Update copyright years</title>
<updated>2017-01-04T03:59:14Z</updated>
<author>
<name>Allan McRae</name>
<email>allan@archlinux.org</email>
</author>
<published>2017-01-01T07:52:18Z</published>
<link rel='alternate' type='text/html' href='https://git.cloudef.pw/makepnd.git/commit/?id=1a2d5bee3bc8841f81db7a4d6b2d41a2363b93d6'/>
<id>urn:sha1:1a2d5bee3bc8841f81db7a4d6b2d41a2363b93d6</id>
<content type='text'>
Signed-off-by: Allan McRae &lt;allan@archlinux.org&gt;
</content>
</entry>
<entry>
<title>Update copyright years for 2016</title>
<updated>2016-01-04T03:27:08Z</updated>
<author>
<name>Allan McRae</name>
<email>allan@archlinux.org</email>
</author>
<published>2016-01-03T03:48:43Z</published>
<link rel='alternate' type='text/html' href='https://git.cloudef.pw/makepnd.git/commit/?id=4742f5929dda4a7418781bc4b3d834a9f22b2d62'/>
<id>urn:sha1:4742f5929dda4a7418781bc4b3d834a9f22b2d62</id>
<content type='text'>
make update-copyright OLD=2015 NEW=2016

Signed-off-by: Allan McRae &lt;allan@archlinux.org&gt;
</content>
</entry>
<entry>
<title>makepkg: Output full URL in case of download failure</title>
<updated>2015-12-15T10:34:30Z</updated>
<author>
<name>Florian Pritz</name>
<email>bluewind@xinu.at</email>
</author>
<published>2015-12-14T15:52:35Z</published>
<link rel='alternate' type='text/html' href='https://git.cloudef.pw/makepnd.git/commit/?id=a671fa497c7317e240e014e93bddfdbf1d270b2b'/>
<id>urn:sha1:a671fa497c7317e240e014e93bddfdbf1d270b2b</id>
<content type='text'>
Most entries in $sources contain variables so finding out why a URL
fails to download is hard because one has to manually replace the
variables when looking at the PKGBUILD. Simply output the full URL here
so that it can be easily seen what is wrong.

Old:
==&gt; ERROR: Failure while downloading example-1.2.4.tar.gz

New:
==&gt; ERROR: Failure while downloading http://example.org/releases/1.1/example-1.2.4.tar.gz

With the new format it is much more obvious that the directory name is
the culprint (1.1 vs 1.2) while the old one would not display that
information.

Signed-off-by: Florian Pritz &lt;bluewind@xinu.at&gt;
Signed-off-by: Allan McRae &lt;allan@archlinux.org&gt;
</content>
</entry>
<entry>
<title>Remove space before ellipses</title>
<updated>2015-10-19T03:48:56Z</updated>
<author>
<name>Allan McRae</name>
<email>allan@archlinux.org</email>
</author>
<published>2015-10-19T03:47:19Z</published>
<link rel='alternate' type='text/html' href='https://git.cloudef.pw/makepnd.git/commit/?id=5301d3fe8fc3fc0a65f6361ba3b4afcdcb9c2cf8'/>
<id>urn:sha1:5301d3fe8fc3fc0a65f6361ba3b4afcdcb9c2cf8</id>
<content type='text'>
Makes all use of ellipses consistent...

Signed-off-by: Allan McRae &lt;allan@archlinux.org&gt;
</content>
</entry>
<entry>
<title>libmakepkg: extract functions for source download and extraction</title>
<updated>2015-05-19T13:43:00Z</updated>
<author>
<name>Allan McRae</name>
<email>allan@archlinux.org</email>
</author>
<published>2015-05-17T14:02:17Z</published>
<link rel='alternate' type='text/html' href='https://git.cloudef.pw/makepnd.git/commit/?id=3d4529335c598e79b5a483fedc4c9d5c12ef10f1'/>
<id>urn:sha1:3d4529335c598e79b5a483fedc4c9d5c12ef10f1</id>
<content type='text'>
Signed-off-by: Allan McRae &lt;allan@archlinux.org&gt;
</content>
</entry>
</feed>
