<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/databases/pg_repack, branch 10-eol</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=10-eol</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=10-eol'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2018-08-04T14:20:23Z</updated>
<entry>
<title>databases/pg_repack: Update to 1.4.3</title>
<updated>2018-08-04T14:20:23Z</updated>
<author>
<name>Babak Farrokhi</name>
<email>farrokhi@FreeBSD.org</email>
</author>
<published>2018-08-04T14:20:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=a2683a2c28765ad1f0b27aa44a4d17f42a47fdd6'/>
<id>urn:sha1:a2683a2c28765ad1f0b27aa44a4d17f42a47fdd6</id>
<content type='text'>
- Update to 1.4.3
- Take maintainership

Changes: https://github.com/reorg/pg_repack/releases/tag/ver_1.4.3

Security:	CVE-2018-1058
</content>
</entry>
<entry>
<title>Workaround the following problem on aarch64 by setting LLD_UNSAFE=yes:</title>
<updated>2018-06-24T00:54:27Z</updated>
<author>
<name>Mark Linimon</name>
<email>linimon@FreeBSD.org</email>
</author>
<published>2018-06-24T00:54:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=078a5d741919a7be140ed626640199bd6c7a79da'/>
<id>urn:sha1:078a5d741919a7be140ed626640199bd6c7a79da</id>
<content type='text'>
  cc: error: invalid linker name in argument '-fuse-ld=bfd'

Neither emaste nor I can figure out exactly where the offending stanza is
coming in.  It will take someone with more knowledge of gmake debug flags,
and possibly the src build infrastructure, to figure it out.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
</content>
</entry>
<entry>
<title>Correction to r473019: Revert the unintended change to the 'Created by' headers.</title>
<updated>2018-06-22T08:28:00Z</updated>
<author>
<name>Yuri Victorovich</name>
<email>yuri@FreeBSD.org</email>
</author>
<published>2018-06-22T08:28:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=4cceb98fa2ff2e38dda846d21da01670fa04c1c6'/>
<id>urn:sha1:4cceb98fa2ff2e38dda846d21da01670fa04c1c6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reset MAINTAINER on ports maintained by amutu@amutu.com</title>
<updated>2018-06-22T08:04:38Z</updated>
<author>
<name>Yuri Victorovich</name>
<email>yuri@FreeBSD.org</email>
</author>
<published>2018-06-22T08:04:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=d7ec60f5a55093c0e18e6a9bc5deff6c14bfb129'/>
<id>urn:sha1:d7ec60f5a55093c0e18e6a9bc5deff6c14bfb129</id>
<content type='text'>
Based on the new policy of all maintained ports reset
when maintaner is absent for 3 months.

Bug#226400 for science/py-tensorflow is ignored since 2018-03-06 (3+ months).
portscout database indicates that 48.94% of his ports aren't updated.
</content>
</entry>
<entry>
<title>Update databases/pg_repack to version 1.4.2.</title>
<updated>2017-10-28T17:41:34Z</updated>
<author>
<name>Jimmy Olgeni</name>
<email>olgeni@FreeBSD.org</email>
</author>
<published>2017-10-28T17:41:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=7455deb29c265ddfe81a5680af3e1ecb49ecccc4'/>
<id>urn:sha1:7455deb29c265ddfe81a5680af3e1ecb49ecccc4</id>
<content type='text'>
This version adds support for PostgreSQL 10.

PR:		222986
Submitted by:	olgeni
Approved by:	maintainer timeout (2 weeks)
</content>
</entry>
<entry>
<title>Update databases/pg_repack to version 1.4.1.</title>
<updated>2017-09-03T14:47:43Z</updated>
<author>
<name>Jimmy Olgeni</name>
<email>olgeni@FreeBSD.org</email>
</author>
<published>2017-09-03T14:47:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=def149f42f451ff75382585a60df8f8d28b23bbd'/>
<id>urn:sha1:def149f42f451ff75382585a60df8f8d28b23bbd</id>
<content type='text'>
PR:		221981
Submitted by:	olgeni
Approved by:	maintainer
</content>
</entry>
<entry>
<title>New port: databases/pg_repack</title>
<updated>2017-07-06T10:10:08Z</updated>
<author>
<name>Torsten Zuehlsdorff</name>
<email>tz@FreeBSD.org</email>
</author>
<published>2017-07-06T10:10:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=c94f993a8a5acd1cd19babece8de2e7cf326e4bd'/>
<id>urn:sha1:c94f993a8a5acd1cd19babece8de2e7cf326e4bd</id>
<content type='text'>
Pg_repack is a PostgreSQL extension which lets you remove bloat from tables and
indexes, and optionally restore the physical order of clustered indexes. Unlike
CLUSTER and VACUUM FULL it works online, without holding an exclusive lock on
the processed tables during processing. pg_repack is efficient to boot, with
performance comparable to using CLUSTER directly.

WWW: https://github.com/reorg/pg_repack

PR:           219679
Submitted by: Jov &lt;amutu@amutu.com&gt;
</content>
</entry>
</feed>
