<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/multimedia/mpeg_encode/Makefile, branch pkgsrc-2014Q4</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc-2014Q4</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc-2014Q4'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2014-09-23T14:29:50Z</updated>
<entry>
<title>Fix build on SunOS (socket libraries, use strerror()).</title>
<updated>2014-09-23T14:29:50Z</updated>
<author>
<name>jperkin</name>
<email>jperkin@pkgsrc.org</email>
</author>
<published>2014-09-23T14:29:50Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=6e95bbc8df9dd0b282258af4b9212da4dd74b935'/>
<id>urn:sha1:6e95bbc8df9dd0b282258af4b9212da4dd74b935</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.</title>
<updated>2012-10-08T09:20:57Z</updated>
<author>
<name>asau</name>
<email>asau@pkgsrc.org</email>
</author>
<published>2012-10-08T09:20:57Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=04a5a3626d07f479d3e2122261c3c6b9406ec8c1'/>
<id>urn:sha1:04a5a3626d07f479d3e2122261c3c6b9406ec8c1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Mechanically replace references to graphics/jpeg with the suitable</title>
<updated>2010-12-23T11:44:24Z</updated>
<author>
<name>dsainty</name>
<email>dsainty@pkgsrc.org</email>
</author>
<published>2010-12-23T11:44:24Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=ada744dc0ade9830fd0c65e80d3c3acc4c19910b'/>
<id>urn:sha1:ada744dc0ade9830fd0c65e80d3c3acc4c19910b</id>
<content type='text'>
alternative from mk/jpeg.buildlink3.mk

This allows selection of an alternative jpeg library (namely the x86 MMX,
SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and
follows the current standard model for alternatives (fam, motif, fuse etc).

The mechanical edits were applied via the following script:

#!/bin/sh
for d in */*; do
  [ -d "$d" ] || continue
  for i in "$d/"Makefile* "$d/"*.mk; do
    case "$i" in *.orig|*"*"*) continue;; esac
    out="$d/x"
    sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \
        -e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \
        &lt; "$i" &gt; "$out"
    if cmp -s "$i" "$out"; then
      rm -f "$out"
    else
      echo "Edited $i"
      mv -f "$i" "$i.orig" &amp;&amp; mv "$out" "$i"
    fi
  done
done</content>
</entry>
<entry>
<title>Second try at jpeg-8 recursive PKGREVISION bump.</title>
<updated>2010-01-18T09:58:37Z</updated>
<author>
<name>wiz</name>
<email>wiz@pkgsrc.org</email>
</author>
<published>2010-01-18T09:58:37Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=7e9f9496502c0bcaf0c0a18c5d522046654e7356'/>
<id>urn:sha1:7e9f9496502c0bcaf0c0a18c5d522046654e7356</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bump revision because of graphics/jpeg update</title>
<updated>2009-08-26T19:56:37Z</updated>
<author>
<name>sno</name>
<email>sno@pkgsrc.org</email>
</author>
<published>2009-08-26T19:56:37Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=949cd3bc1f7cdf8e77915fad3585b23b0a3ca7de'/>
<id>urn:sha1:949cd3bc1f7cdf8e77915fad3585b23b0a3ca7de</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Mechanical changes to add DESTDIR support to packages that install</title>
<updated>2008-03-04T19:32:30Z</updated>
<author>
<name>jlam</name>
<email>jlam@pkgsrc.org</email>
</author>
<published>2008-03-04T19:32:30Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=f847dc9588e5531e66098b93bbc0c6e3812a799d'/>
<id>urn:sha1:f847dc9588e5531e66098b93bbc0c6e3812a799d</id>
<content type='text'>
their files via a custom do-install target.</content>
</entry>
<entry>
<title>Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of</title>
<updated>2007-01-07T09:13:46Z</updated>
<author>
<name>rillig</name>
<email>rillig@pkgsrc.org</email>
</author>
<published>2007-01-07T09:13:46Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=2829e658f2ba62cb77f3f151f468ec8de1549bd5'/>
<id>urn:sha1:2829e658f2ba62cb77f3f151f468ec8de1549bd5</id>
<content type='text'>
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with
${PREFIX}/${PKGMANDIR}.

Fixes PR 35265, although I did not use the patch provided therein.</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@pkgsrc.org</email>
</author>
<published>2006-03-04T21:28:51Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=9c8b5ede437e0b7c2f7b0cdd5f8500d619968fdb'/>
<id>urn:sha1:9c8b5ede437e0b7c2f7b0cdd5f8500d619968fdb</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>Recursive revision bump / recommended bump for gettext ABI change.</title>
<updated>2006-02-05T23:08:03Z</updated>
<author>
<name>joerg</name>
<email>joerg@pkgsrc.org</email>
</author>
<published>2006-02-05T23:08:03Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=5911def8168a758ff36655bdfb061b58eb52ff1c'/>
<id>urn:sha1:5911def8168a758ff36655bdfb061b58eb52ff1c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Security fixes for SA17008:</title>
<updated>2005-10-05T11:45:46Z</updated>
<author>
<name>salo</name>
<email>salo@pkgsrc.org</email>
</author>
<published>2005-10-05T11:45:46Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=0ce2cf9d2d68e18f83fa62f88eaac55b36dcbc8f'/>
<id>urn:sha1:0ce2cf9d2d68e18f83fa62f88eaac55b36dcbc8f</id>
<content type='text'>
"Vulnerabilities in Berkeley MPEG Tools can be exploited by malicious, local
users to perform certain actions on a vulnerable system with escalated
privileges. The vulnerabilities are caused due to temporary files being
created insecurely in "/tmp."

http://secunia.com/advisories/17008/
http://www.gentoo.org/security/en/glsa/glsa-200510-02.xml

Patches from Gentoo.</content>
</entry>
</feed>
