<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/security/libfwbuilder/Makefile, branch pkgsrc_2008Q2</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2008Q2</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2008Q2'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2006-11-09T19:10:17Z</updated>
<entry>
<title>These conflict with with libfwbuilder21 and fwbuilder21 because</title>
<updated>2006-11-09T19:10:17Z</updated>
<author>
<name>bad</name>
<email>bad</email>
</author>
<published>2006-11-09T19:10:17Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=3ed0d66a0fc3c539c6ece24f75a6f3e9360ba1c0'/>
<id>urn:sha1:3ed0d66a0fc3c539c6ece24f75a6f3e9360ba1c0</id>
<content type='text'>
of the lib/libfw{builder,compiler}.{a,la.so} files.
</content>
</entry>
<entry>
<title>Added "c" to USE_LANGUAGES for packages that use GNU configure scripts,</title>
<updated>2006-07-22T04:46:13Z</updated>
<author>
<name>rillig</name>
<email>rillig</email>
</author>
<published>2006-07-22T04:46:13Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=cde220b2c143859e8225403fd97a73b9267906b7'/>
<id>urn:sha1:cde220b2c143859e8225403fd97a73b9267906b7</id>
<content type='text'>
since they always need a C compiler, even when the source code is
completely in C++.

For some other packages, stated in the comment that a C compiler is
really not needed.
</content>
</entry>
<entry>
<title>Update libfwbuilder and fwbuilder to 2.0.12.  Bugfixes only.</title>
<updated>2006-07-13T17:37:34Z</updated>
<author>
<name>bad</name>
<email>bad</email>
</author>
<published>2006-07-13T17:37:34Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=bd3ba01526d429317ea866eff2beaaab6fece9e4'/>
<id>urn:sha1:bd3ba01526d429317ea866eff2beaaab6fece9e4</id>
<content type='text'>
2.0.12:
Bugs fixed in this release:
bug #1455772: Implement more portable fix for converting UTF-8 in
comments. The previous one broke the Windows installer.

2.0.11:
Bugs fixed in this release:
* fixes to make code compile with g++ 4.1.
* bug #1455772: Properly convert comments to/from UTF-8 to ensure the
script is not corrupted when copied to the firewall
* bug #1455748: "make firewall script executable".

Bugs fixed in policy compiler for iptables:
* bug #1375432: avoid using '-m state' twice for stateless rules with
with custom services.
* bug#1364060: change shell pattern to match names of conntrack modules
in Linux 2.6.

Bugs fixed in policy compiler for ipfilter:
* bug #1386226: removed nat.conf when nat rules are removed.
* bug #1393004: use 'egrep -s' on Solaris.
</content>
</entry>
<entry>
<title>Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.</title>
<updated>2006-04-17T13:45:57Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2006-04-17T13:45:57Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=de7a4953f550141a37777c5d90d7e8ee7cb8a648'/>
<id>urn:sha1:de7a4953f550141a37777c5d90d7e8ee7cb8a648</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Over 1200 files touched but no revisions bumped :)</title>
<updated>2006-04-06T06:21:32Z</updated>
<author>
<name>reed</name>
<email>reed</email>
</author>
<published>2006-04-06T06:21:32Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=3b50716541c42bd031d14157665a74004901cade'/>
<id>urn:sha1:3b50716541c42bd031d14157665a74004901cade</id>
<content type='text'>
RECOMMENDED is removed. It becomes ABI_DEPENDS.

BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo.

BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo.

BUILDLINK_DEPENDS does not change.

IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS
which defaults to "yes".

Added to obsolete.mk checking for IGNORE_RECOMMENDED.

I did not manually go through and fix any aesthetic tab/spacing issues.

I have tested the above patch on DragonFly building and packaging
subversion and pkglint and their many dependencies.

I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I
have used IGNORE_RECOMMENDED for a long time). I have been an active user
of IGNORE_RECOMMENDED since it was available.

As suggested, I removed the documentation sentences suggesting bumping for
"security" issues.

As discussed on tech-pkg.

I will commit to revbump, pkglint, pkg_install, createbuildlink separately.

Note that if you use wip, it will fail!  I will commit to pkgsrc-wip
later (within day).
</content>
</entry>
<entry>
<title>- Link libraries against the pthread library since pthread_* functions are</title>
<updated>2006-03-12T06:56:30Z</updated>
<author>
<name>minskim</name>
<email>minskim</email>
</author>
<published>2006-03-12T06:56:30Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=3ec0d1608f8ebda09cdefc7745bda39134dd1604'/>
<id>urn:sha1:3ec0d1608f8ebda09cdefc7745bda39134dd1604</id>
<content type='text'>
  called.  Also include pthread.buildlink3.mk directly.
- With the update of qt3-tools to use the libtool mode of qmake, it is
  unnecessary to install files manually; "make install" just works.

Bump PKGREVISION.
</content>
</entry>
<entry>
<title>Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no</title>
<updated>2006-03-04T21:28:51Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2006-03-04T21:28:51Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=48ff096d36ac47701672a4f682e7c4ebafea1eb9'/>
<id>urn:sha1:48ff096d36ac47701672a4f682e7c4ebafea1eb9</id>
<content type='text'>
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
</content>
</entry>
<entry>
<title>Bump PKGREVISION becuase PLIST was changed due to the recent qt3-tools</title>
<updated>2006-03-03T01:29:40Z</updated>
<author>
<name>minskim</name>
<email>minskim</email>
</author>
<published>2006-03-03T01:29:40Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=97e2bb62c67c87e015a6624d4fa77bf55c8a01ce'/>
<id>urn:sha1:97e2bb62c67c87e015a6624d4fa77bf55c8a01ce</id>
<content type='text'>
update.  While here, remove the runtime dependency on qt3-tools since it
is needed at build time only.
</content>
</entry>
<entry>
<title>This package doesn't need libxml.  Explicitly depend on libxml2 instead.</title>
<updated>2006-03-02T08:40:20Z</updated>
<author>
<name>minskim</name>
<email>minskim</email>
</author>
<published>2006-03-02T08:40:20Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=7e98e154201f1a6643460c50233905f35463b2d4'/>
<id>urn:sha1:7e98e154201f1a6643460c50233905f35463b2d4</id>
<content type='text'>
Bump PKGREVISION.
</content>
</entry>
<entry>
<title>Recursive revision bump / recommended bump for gettext ABI change.</title>
<updated>2006-02-05T23:08:03Z</updated>
<author>
<name>joerg</name>
<email>joerg</email>
</author>
<published>2006-02-05T23:08:03Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=93e3b9e04264b93620166058e19ea42c856505b0'/>
<id>urn:sha1:93e3b9e04264b93620166058e19ea42c856505b0</id>
<content type='text'>
</content>
</entry>
</feed>
