<feed xmlns='http://www.w3.org/2005/Atom'>
<title>abuild, branch master</title>
<subtitle>Build script to build alpine 1.9.x
</subtitle>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/abuild/'/>
<entry>
<title>abuild: set -g in DFLAGS too for -dbg subpackages</title>
<updated>2020-05-03T11:57:34+00:00</updated>
<author>
<name>Rasmus Thomsen</name>
<email>oss@cogitri.dev</email>
</author>
<published>2020-05-03T11:57:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/abuild/commit/?id=79cc553d3b310fa3feca449ed0bbbe2fe9caf462'/>
<id>79cc553d3b310fa3feca449ed0bbbe2fe9caf462</id>
<content type='text'>
This is required for proper debug info for D packages
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is required for proper debug info for D packages
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "abuild: include $pkgname in temporary rootbld directory"</title>
<updated>2020-04-17T11:16:42+00:00</updated>
<author>
<name>Sören Tempel</name>
<email>soeren+git@soeren-tempel.net</email>
</author>
<published>2020-04-17T10:21:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/abuild/commit/?id=19678c54349aeca7a61c778fd767d0a265bc4c1c'/>
<id>19678c54349aeca7a61c778fd767d0a265bc4c1c</id>
<content type='text'>
This commit broke abuild-rmtemp which has a prefix check to ensure it
doesn't remove non-abuild directories. Revert the commit instead of
adjusting the prefix check for now.

This reverts commit d0828c06557773f252b645618500699a941bd091.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit broke abuild-rmtemp which has a prefix check to ensure it
doesn't remove non-abuild directories. Revert the commit instead of
adjusting the prefix check for now.

This reverts commit d0828c06557773f252b645618500699a941bd091.
</pre>
</div>
</content>
</entry>
<entry>
<title>abuild.conf: enable PIE binaries by default for go as well</title>
<updated>2020-04-17T11:16:42+00:00</updated>
<author>
<name>Sören Tempel</name>
<email>soeren+git@soeren-tempel.net</email>
</author>
<published>2019-03-17T16:03:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/abuild/commit/?id=dcb7ec0c6b11a51c76ded5926f53530cc4c8b690'/>
<id>dcb7ec0c6b11a51c76ded5926f53530cc4c8b690</id>
<content type='text'>
From `go help environment`:

	GOFLAGS
		A space-separated list of -flag=value settings to apply
		to go commands by default, when the given flag is known by
		the current command. Flags listed on the command-line
		are applied after this list and therefore override it.

And from `go help build`:

	-buildmode mode
		build mode to use. See 'go help buildmode' for more.

Setting this environment variable in /etc/abuild.conf allows us to build
all go binaries on the builders as PIE without needing to patch the go
compiler itself.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From `go help environment`:

	GOFLAGS
		A space-separated list of -flag=value settings to apply
		to go commands by default, when the given flag is known by
		the current command. Flags listed on the command-line
		are applied after this list and therefore override it.

And from `go help build`:

	-buildmode mode
		build mode to use. See 'go help buildmode' for more.

Setting this environment variable in /etc/abuild.conf allows us to build
all go binaries on the builders as PIE without needing to patch the go
compiler itself.
</pre>
</div>
</content>
</entry>
<entry>
<title>==== release 3.6.0_rc1 ====</title>
<updated>2020-04-14T13:55:32+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2020-04-14T13:55:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/abuild/commit/?id=3ea72b0a9ec5726c20ce653e0e09e3116d455ef0'/>
<id>3ea72b0a9ec5726c20ce653e0e09e3116d455ef0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>newapkbuild: allow -n option without url</title>
<updated>2020-04-14T13:53:10+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2020-04-14T13:53:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/abuild/commit/?id=7779e913e79b7c13fdadd8a1d1cb74432ab93860'/>
<id>7779e913e79b7c13fdadd8a1d1cb74432ab93860</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>abuild: fix check_libc</title>
<updated>2020-03-31T10:13:24+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2020-03-31T10:13:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/abuild/commit/?id=3c45858fc0cfd8279621c802ab169461e9d8ecbc'/>
<id>3c45858fc0cfd8279621c802ab169461e9d8ecbc</id>
<content type='text'>
fixes commit 012a179339ccf91adaa8b9f572d2b885f8fd4eab
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fixes commit 012a179339ccf91adaa8b9f572d2b885f8fd4eab
</pre>
</div>
</content>
</entry>
<entry>
<title>abuild: default_prepare: Apply GZIP/XZ-compressed *.patch files</title>
<updated>2020-03-30T11:03:21+00:00</updated>
<author>
<name>Minecrell</name>
<email>minecrell@minecrell.net</email>
</author>
<published>2020-02-10T11:58:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/abuild/commit/?id=f9e2f9647688aa09980972fc3ba7e9b2dc914195'/>
<id>f9e2f9647688aa09980972fc3ba7e9b2dc914195</id>
<content type='text'>
This allows using default_prepare to apply compressed patches,
e.g. the linux-lts kernel patches (compressed using XZ).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows using default_prepare to apply compressed patches,
e.g. the linux-lts kernel patches (compressed using XZ).
</pre>
</div>
</content>
</entry>
<entry>
<title>newapkbuild: treat packages that start with py[0-9]- as python packages.</title>
<updated>2020-03-30T10:59:06+00:00</updated>
<author>
<name>Leo</name>
<email>thinkabit.ukim@gmail.com</email>
</author>
<published>2020-02-17T18:33:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/abuild/commit/?id=d0ce42112f844668323e072e0e36d63319ce7d7d'/>
<id>d0ce42112f844668323e072e0e36d63319ce7d7d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>newapkbuild: do not pass CFLAGS and CXXFLAGS explicitly</title>
<updated>2020-03-30T10:58:02+00:00</updated>
<author>
<name>Sören Tempel</name>
<email>soeren+git@soeren-tempel.net</email>
</author>
<published>2020-02-21T23:25:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/abuild/commit/?id=5cc73d98c3bed3035a8486fb0244690410b61a1f'/>
<id>5cc73d98c3bed3035a8486fb0244690410b61a1f</id>
<content type='text'>
With the None build type used nowadays these should be picked up
automatically by the environment. If not, we would also need to pass
CPPFLAGS and LDFLAGS explicitly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With the None build type used nowadays these should be picked up
automatically by the environment. If not, we would also need to pass
CPPFLAGS and LDFLAGS explicitly.
</pre>
</div>
</content>
</entry>
<entry>
<title>apkbuild-cpan.in: keep provides and replaces on recreate and deal with pkgrel</title>
<updated>2020-03-27T02:02:24+00:00</updated>
<author>
<name>Timothy Legge</name>
<email>timlegge@gmail.com</email>
</author>
<published>2020-03-25T00:33:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/abuild/commit/?id=b60dd09b3b1d80529249a28f419644f1f66bc0e0'/>
<id>b60dd09b3b1d80529249a28f419644f1f66bc0e0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
