aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* MFH: r3596872014Q2Thomas Zander2014-06-281-0/+55
| | | | | | | | | | Add vuln entries for mplayer and mencoder for CVE-2014-4610 (integer overflow in ffmpeg's lzo code) Approved by: portmgr(miwi), mentors (implicit) Notes: svn path=/branches/2014Q2/; revision=359698
* MFH: r359083release/9.3.0Baptiste Daroussin2014-06-279-12/+64
| | | | | | | | | | Update to r45106 of the FreeBSD docset (a.k.a. 9.3-R version). Approved by: doceng (implicit) Notes: svn path=/branches/2014Q2/; revision=359458 svn path=/tags/RELEASE_9_3_0/; revision=359467; tag=release/9.3.0
* MFH: r357873Baptiste Daroussin2014-06-2730-505/+491
| | | | | | | | | Update to r45038 of the FreeBSD docset. Approved by: doceng (implicit) Notes: svn path=/branches/2014Q2/; revision=359457
* MFH: r354559Baptiste Daroussin2014-06-2726-43/+25
| | | | | | | | | Update to r44807 of the FreeBSD docset. Approved by: doceng (implicit) Notes: svn path=/branches/2014Q2/; revision=359456
* Fix mismerge by synching with the version in head.Matthew Seaman2014-06-251-10/+5
| | | | | | | Approved by: portmgr (erwin) Notes: svn path=/branches/2014Q2/; revision=359243
* MFH: r358861Baptiste Daroussin2014-06-221-0/+2
| | | | | | | | | Mark as broken: it is failing for a while With hat: portmgr Notes: svn path=/branches/2014Q2/; revision=358863
* MFH: r358860Baptiste Daroussin2014-06-221-2/+1
| | | | | | | | | Remove packagekit from gnome2 packages to allow having a gnome2 package in the release With hat: portmgr Notes: svn path=/branches/2014Q2/; revision=358862
* MFH: r358828Rene Ladan2014-06-221-0/+1
| | | | | | | | | | | | | | Add --strip-debug to STRIP_CMD to avoid removing kernel symbols from the installed kernel module. This would otherwise break comms/uarduno on amd64 when converting this port to USES=kmod. PR: 189621 (in private followup) Submitted by: Bob Frazier <bobf@mrp3.com> Approved by: portmgr (erwin) Notes: svn path=/branches/2014Q2/; revision=358853
* MFH: r358825Rene Ladan2014-06-222-0/+12
| | | | | | | | | | | | | Fix a crash which happens frequently on i386 due to unaligned memory access in its built-in ffmpeg. PR: 189317 Submitted by: dim, adrian on freebsd-chromium@ Approved by: portmgr (erwin) Notes: svn path=/branches/2014Q2/; revision=358850
* MFH: r358702Raphael Kubo da Costa2014-06-212-24/+34
| | | | | | | | | | | | | | | | | | | | | Build with Python 3 as well. Instead of forcefully removing the pyuic/uic/port_v3/ directory, which in effect prevents the port from building with Python 3, check for the major Python version being used and selectively remove either port_v2/ or port_v3/. Additionally, set PYTHON_PY3K_PLIST_HACK, since PyQt does not use either distutils or setuptools, and Python >= 3.2 store .pyc/.pyo files in a different directory. PR: 180467 Submitted by: nwhitehorn@ (original version) Approved by: portmgr (erwin) Notes: svn path=/branches/2014Q2/; revision=358718
* MFH: r358308Raphael Kubo da Costa2014-06-211-0/+1
| | | | | | | | | | | | | | | | PYTHON_PY3K_PLIST_HACK: Take @dirrmtry entries into account as well. When using the plist hack to add __pycache__ entries for Python >= 3.2.0, take @dirrmtry entries into account as well, otherwise if those directories happen to contain __pycache__ subdirectories the latter will not be removed. CR: D191 PR: 190847 Approved by: portmgr (erwin) Notes: svn path=/branches/2014Q2/; revision=358717
* MFH: r358641,r358643Matthew Seaman2014-06-202-4/+4
| | | | | | | | | | | | | | | | | | | | | | Fix botched initial attempt at MFH Security update to 4.2.4 - while here switch plist to use @sample The advisories: PMASA-2014-2 and PMASA-2014-3, have not been published yet, so there is very little concrete information about what the security problems are. About all there is comes from the change log, where the security issues are listed as: - bug #4464 [security] XSS injection due to unescaped db/table name in navigation hiding - bug #4465 [security] XSS injection due to unescaped db/table name in recent/favorite tables ChaneLog: http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.2.4/phpMyAdmin-4.2.4-notes.html/view Approved by: portmgr Notes: svn path=/branches/2014Q2/; revision=358654
* MFH: r358641Matthew Seaman2014-06-201-3/+1
| | | | | | | | | | | | | | | | | | | | Security update to 4.2.4 - while here switch plist to use @sample The advisories: PMASA-2014-2 and PMASA-2014-3, have not been published yet, so there is very little concrete information about what the security problems are. About all there is comes from the change log, where the security issues are listed as: - bug #4464 [security] XSS injection due to unescaped db/table name in navigation hiding - bug #4465 [security] XSS injection due to unescaped db/table name in recent/favorite tables ChangeLog: http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.2.4/phpMyAdmin-4.2.4-notes.html/view Approved by: portmgr Notes: svn path=/branches/2014Q2/; revision=358646
* MFH: r354829Lars Engels2014-06-182-2/+1
| | | | | | | | | - Fix packaging Approved by: portmgr (mat) Notes: svn path=/branches/2014Q2/; revision=358242
* MFC r358146:Brooks Davis2014-06-172-3/+15
| | | | | | | | | | Install missing components of llvm-lit. PR: 190562 Approved by: portmgr (erwin) Notes: svn path=/branches/2014Q2/; revision=358172
* MFH: r357969Pawel Pekala2014-06-163-39/+25
| | | | | | | | | | | - Fix build with clang (include <wait.h> -> <sys/wait.h>) - Add staging support - Convert to new options framework, USES=tk Approved by: portmgr (swills) Notes: svn path=/branches/2014Q2/; revision=357984
* MFH: r357872Thomas Zander2014-06-154-94/+186
| | | | | | | | | | | | | | | | - Unbreak build with clang - Update shared lib handling: mp3lame -> libmp3lame.so etc. - USES libtool - Stagify - Pet portlint - Makefile cleanup - Rename files/patch-include::mpeg4ip_byteswap.h -> get rid of colons - Bump PORTREVISION Approved by: portmgr (swills), mentors (implicit) Notes: svn path=/branches/2014Q2/; revision=357876
* Update to 1.6.20.Koop Mast2014-06-143-4/+7
| | | | | | | | | | | | Fix local dos vulnability. Direct commit to 2014Q2 branch because it using a different version that head. Approved by: portmgr (miwi) Security: 52bbc7e8-f13c-11e3-bc09-bcaec565249c Notes: svn path=/branches/2014Q2/; revision=357782
* MFH: r357772Koop Mast2014-06-141-0/+31
| | | | | | | | | Document dbus local dos Approved by: portmgr (miwi) Notes: svn path=/branches/2014Q2/; revision=357780
* MFH: r357475Rene Ladan2014-06-132-7/+7
| | | | | | | | | | | | | | www/chromium: update to 35.0.1916.153 - Add dependency on libdrm, which is now required by the configure phase - upstream GYP_GENERATOR now defaults to "ninja" on FreeBSD Security: http://vuxml.freebsd.org/freebsd/0b0fb9b0-f0fb-11e3-9bcd-000c6e25e3e9.html Approved by: portmgr (erwin) Notes: svn path=/branches/2014Q2/; revision=357655
* MFH: r357427Rene Ladan2014-06-111-0/+314
| | | | | | | | | | | | | | | Document new vulnerabilities in www/chromium < 35.0.1916.153 Submitted by: Carlos Jacobo Puga Medina <cpm@fbsd.es> Obtained from: http://www.googlechromereleases.blogspot.nl/ Also merge entries for mozilla, openssl, gnutls (2), mumble (2), and linux-flashplugin Approved by: portmgr (erwin) Notes: svn path=/branches/2014Q2/; revision=357430
* MFH: r357136Baptiste Daroussin2014-06-091-1/+1
| | | | | | | | | | reassign it to the heap. Submitted by: maintainer With hat: portmgr Notes: svn path=/branches/2014Q2/; revision=357137
* MFH: r357000Raphael Kubo da Costa2014-06-081-1/+3
| | | | | | | | | | | | | | | | Set PYTHON_PY3K_PLIST_HACK to adjust the plist for Python >= 3.2.0. Since this port does not use distutils/setuptools and we manually generate the .pyc/.pyo files, we need to set PYTHON_PY3K_PLIST_HACK so that the cache files end up in the right directory if Python >= 3.2.0 is used due to PEP-3147. PR: 188150 Approved by: portmgr (miwi) Notes: svn path=/branches/2014Q2/; revision=357002
* MFH: r356899Thomas Zander2014-06-075-30/+192
| | | | | | | | | | | | | | | - New upstream release 1.0.1 - Un-break build with clang - Stagify - Introduce NLS OPTION - USE_* -> USES - Shared lib convention: shlib.X -> libshlib.so - Pet portlint Approved by: portmgr (swills), mentors (implicit) Notes: svn path=/branches/2014Q2/; revision=356909
* MFH: r356890Raphael Kubo da Costa2014-06-071-22/+90
| | | | | | | | | | | | | | | | | | | - Rebase patch-configure.py on top of the current PyQt version, to make it easy to change it, which leads us to... - Build pylupdate and pyrcc only for py-qt4-xml again. This fixes a regression introduced last year when PyQt was updated to 4.10.3: configure.py started building pylupdate and pyrcc unconditionally instead of only if "QtXml" was specified. If the API option is off, the build would fail because the QtXml headers needed to build those tools would not be added as a dependency. PR: 183706 Approved by: portmgr (miwi) Notes: svn path=/branches/2014Q2/; revision=356904
* MFH: r356889Raphael Kubo da Costa2014-06-071-1/+2
| | | | | | | | | | | | | | | | | | | | | Add explicit dependency on qt4-gui. This is similar to r356888, in that PyQt's configure.py builds py-qt4-test with QtGui's libraries (even though, contrary to qt4-sql, it is not used at configuration time). Using QtGui defines QT_GUI_LIB, which makes the QtTest headers pull in QtGui ones. QtGui comes for free indirectly when the API option is set, but the build fails otherwise: c++ -c -O2 -pipe -fno-strict-aliasing -fPIC -O2 -Wall -W -pthread -D_THREAD_SAFE -DNDEBUG -DQT_NO_DEBUG -DQT_TEST_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/usr/local/include/python2.7 -I/usr/local/share/qt4/mkspecs/default -I/usr/local/include/qt4/QtTest -I/usr/local/include/qt4/QtGui -I/usr/local/include/qt4/QtCore -I/usr/local/include/qt4 -I/usr/local/include -o sipQtTestQTest.o sipQtTestQTest.cpp In file included from /wrkdirs/usr/ports/devel/py-qt4-test/work/PyQt-x11-gpl-4.10.3/sip/QtTest/qtestkeyboard.sip:31: /usr/local/include/qt4/QtTest/qtestkeyboard.h:56:10: fatal error: 'QtGui/qapplication.h' file not found PR: 183706 Approved by: portmgr (miwi) Notes: svn path=/branches/2014Q2/; revision=356903
* MFH: r356888Raphael Kubo da Costa2014-06-071-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Add explicit dependency on qt4-gui. For some reason, PyQt's configure.py adds a dependency on QtGui when figuring out if QtSql is installed. When the API option is on, this dependency is always installed indirectly, but things fail if it is turned off. From configure's build log: Checking to see if the QtSql module should be built... c++ -DQT_NO_DEBUG -DQT_SQL_LIB -I. -I/usr/local/share/qt4/mkspecs/default -I/usr/local/include/qt4/QtSql -I/usr/local/include/qt4/QtGui -I/usr/local/include/qt4 -I/usr/local/include -O2 -pipe -fno-strict-aliasing -O2 -w -pthread -D_THREAD_SAFE cfgtest_QtSql.cpp -o cfgtest_QtSql -L/usr/local/lib/qt4 -L/usr/local/lib -Wl,-O1 -Wl,-rpath,/usr/local/lib/qt4 -lQtSql -L/usr/local/lib/qt4 -L/usr/local/lib/qt4 -L/usr/local/lib -lQtCore -L/usr/local/lib/qt4 -L/usr/local/lib/qt4 -L/usr/local/lib -lQtGui -lXext -lX11 -lm /usr/bin/ld: cannot find -lQtGui c++: error: linker command failed with exit code 1 (use -v to see invocation) PR: 183706 Approved by: portmgr (miwi) Notes: svn path=/branches/2014Q2/; revision=356902
* MFH: r356693Dmitry Marakasov2014-06-063-25/+36
| | | | | | | | | | | | - Fix build on 10.x+ - Fix and sort plist - Use new LIB_DEPENDS syntax - Whitespace nits Approved by: portmgr Notes: svn path=/branches/2014Q2/; revision=356751
* MFH: r353686, r353942, r354417.Jimmy Olgeni2014-06-062-4/+8
| | | | | | | | | | | - Sync text of LEGAL and RESTRICTED for x11-fonts/sharefonts. - Unbreak with working MASTER_SITES. CR: https://phabric.freebsd.org/D186 Approved by: portmgr (bapt) Notes: svn path=/branches/2014Q2/; revision=356750
* MFH: r353684, r353941, r354411, r354418.Jimmy Olgeni2014-06-062-7/+14
| | | | | | | | | | | - Sync text of LEGAL and RESTRICTED for x11-fonts/freefonts. - Unbreak with working MASTER_SITES and fix portlint warning. CR: https://phabric.freebsd.org/D185 Approved by: portmgr (bapt) Notes: svn path=/branches/2014Q2/; revision=356749
* MFH: r356683Antoine Brodin2014-06-055-17/+13
| | | | | | | | | | | | - Update to 2012.1.732581 (and make fetchable again) - Stage support PR: 190522 Submitted by: gordon (maintainer) Approved by: portmgr (self) Notes: svn path=/branches/2014Q2/; revision=356684
* MFH: r356401Bryan Drewery2014-06-052-3/+3
| | | | | | | | | | | | - Update to 3.1.25 This fixes a security issue: http://www.gnutls.org/security.html#GNUTLS-SA-2014-3 Security: 027af74d-eb56-11e3-9032-000c2980a9f3 Notes: svn path=/branches/2014Q2/; revision=356659
* MFH: r356632Bryan Drewery2014-06-053-34/+12
| | | | | | | | | | Update to 1.0.1h. Approved by: so (ports-security@ blanket) Security: 5ac53801-ec2e-11e3-9cf3-3c970e169bc2 Notes: svn path=/branches/2014Q2/; revision=356658
* MFH: r352928Bryan Drewery2014-06-052-12/+21
| | | | | | | | | | | - Security patch Security: CVE-2014-0198 Security: http://seclists.org/oss-sec/2014/q2/232 Security: https://rt.openssl.org/Ticket/Display.html?user=guest&pass=guest&id=3321 Obtained from: OpenBSD Notes: svn path=/branches/2014Q2/; revision=356657
* MFH: r356535Bryan Drewery2014-06-052-1/+12
| | | | | | | | | | | | Patch CVE-2014-3466 to prevent memory corruption due to server hello parsing. Skipped PORTREVISION 5 which made several framework updates not needed here. Obtained from: https://gitorious.org/gnutls/gnutls/commit/688ea6428a432c39203d00acd1af0e7684e5ddfd Security: CVE-2014-3466, 9733c480-ebff-11e3-970b-206a8a720317 Notes: svn path=/branches/2014Q2/; revision=356656
* MFH: r356654Bryan Drewery2014-06-053-2/+60
| | | | | | | | | | | | - Fix saving output with -o when using relative paths PR: 190158 Submitted by: emaste Approved by: luca.pizzamiglio@gmail.com (maintainer) Obtained from: http://sourceforge.net/p/kdiff3/code/ci/23ad423e4255c80ee22b269f73e20333f7c06678/ Notes: svn path=/branches/2014Q2/; revision=356655
* MFH: r356550Raphael Kubo da Costa2014-06-052-0/+45
| | | | | | | | | | | | Add upstream patch to fix the build of the translation ports after r353989. The libxml2 fix for CVE-2014-0191 broke meinproc4, which resulted in the KDE translation ports failing to build. Approved by: portmgr (miwi) Notes: svn path=/branches/2014Q2/; revision=356650
* MFH: r356067Pawel Pekala2014-06-011-11/+14
| | | | | | | | | | | - Fix build on 10+ by respecting CC, CFLAGS - Add staging support - Convert to new options framework Approved by: portmgr (miwi) Notes: svn path=/branches/2014Q2/; revision=356091
* - Fix checksumOlivier Duchateau2014-05-301-2/+2
| | | | | | | Approved by: portmgr (antoine@) Notes: svn path=/branches/2014Q2/; revision=355854
* MFH: r355793Antoine Brodin2014-05-301-1/+1
| | | | | | | | | | Maintainer no longer has time to maintain this port With hat: portmgr Approved by: portmgr (self) Notes: svn path=/branches/2014Q2/; revision=355794
* MFH: r355759Antoine Brodin2014-05-294-4/+4
| | | | | | | | | | Reset maintainer, maintainer no longer wishes to maintain those ports With hat: portmgr Approved by: portmgr (self) Notes: svn path=/branches/2014Q2/; revision=355760
* MFH: r355725Antoine Brodin2014-05-2917-17/+17
| | | | | | | | | | Reset a few maintainers who are unreachable With hat: portmgr Approved by: portmgr (self) Notes: svn path=/branches/2014Q2/; revision=355740
* MFH: r355461Raphael Kubo da Costa2014-05-291-5/+4
| | | | | | | | | | | | | | | Makefile.common: Move a few other variables outside the NO_BUILD block. Just setting USES=tar:bzip2 is not enough, as ports such as graphics/kipi-plugin-facebook would still report an invalid distfile if NO_BUILD was passed. We now unconditionally set DISTNAME, DISTINFO_FILE and LICENSE besides USES. Approved by: portmgr (bapt) Notes: svn path=/branches/2014Q2/; revision=355683
* MFH: r355450Dmitry Marakasov2014-05-274-604/+661
| | | | | | | | | | | - Fix fetch - Fix build with clang - Stagify Approved by: portmgr Notes: svn path=/branches/2014Q2/; revision=355481
* MFH: r355449Dmitry Marakasov2014-05-262-4/+9
| | | | | | | | | - Fix conflict with games/daimonin Approved by: portmgr Notes: svn path=/branches/2014Q2/; revision=355457
* MFH: r355452Raphael Kubo da Costa2014-05-261-1/+2
| | | | | | | | | | | | | | | | Makefile.common: Always set USES=tar:bzip2. Setting USES=bzip2 inside the NO_BUILD block caused problems for FreeBSD's distfile fetcher, which apparently set that flag and was getting an invalid distfile to fetch from the KDE mirrors. The rest of the NO_BUILD block needs more attention, but I'll let makc@ and jhale@ handle that since it's not my area. Approved by: portmgr (bapt) Notes: svn path=/branches/2014Q2/; revision=355455
* MFH: r354962Bryan Drewery2014-05-242-2/+3
| | | | | | | Point MASTER_SITES_BACKUP / MASTER_SITES_LOCAL to distcache.FreeBSD.org Notes: svn path=/branches/2014Q2/; revision=355068
* MFH: r354161Bryan Drewery2014-05-241-2/+2
| | | | | | | | Change the protocal for the default master site backup used for fallback distfile fetching from ftp to http. Notes: svn path=/branches/2014Q2/; revision=355067
* MFH: r355041Koop Mast2014-05-248-67/+36
| | | | | | | | | | | | Update to 1.5.2. Fixes a number of vulnabilies. Security: 02db20d7-e34a-11e3-bd92-bcaec565249c Approved by: portmgr (miwi@) Notes: svn path=/branches/2014Q2/; revision=355064
* MFH: r355040Koop Mast2014-05-241-0/+42
| | | | | | | | | Document a bunch of openjpeg vulnabilities. Approved by: portmgr (erwin@) Notes: svn path=/branches/2014Q2/; revision=355061