aboutsummaryrefslogtreecommitdiffstats
path: root/security
Commit message (Collapse)AuthorAgeFilesLines
* This is stage safebdrewery2013-12-171-1/+0
|
* - update to 2.8.4flo2013-12-171-0/+30
| | | | | | - add stage support Security: 3b86583a-66a7-11e3-868f-0025905a4771
* Fix another useless and redundant test that is now brokenbapt2013-12-171-1/+1
| | | | Reported by: Peter Looyenga <pl@catslair.org>, jhellenthal@dataix.net
* [Errno 11] Resource Temporarily Unavailableglarkin2013-12-176-6/+6
| | | | | | | Reassigning my ports back to the pool with the hope of freeing up to do more FreeBSD work in the future. Submitted by: glarkin
* Drop maintainershipbapt2013-12-172-2/+2
|
* - Bump PORTREVISIONnemysis2013-12-171-12/+19
| | | | | | | | | | | | | - Change license BSD --> BSD2CLAUSE - Add USES compiler - Add DOCS and Option - Change REINPLACE_CMD - Fix build, tabs - Support STAGEDIR PR: ports/184723 Submitted by: Reed Loefgren <rloefgren@forethought.net> Approved by: wg (mentor)
* Remove redondant variable testing which are now irrelevantbapt2013-12-161-2/+2
| | | | with this part of the compatibility with the old framework being removed
* Document Zabbix agent remote command execution vulnerability.delphij2013-12-161-0/+27
|
* setuptools are now default, no need to bring it explicitlyantoine2013-12-161-2/+0
|
* - switch from easy_install to installantoine2013-12-163-848/+23
| | | | | - stage support - use PYDISTUTILS_AUTOPLIST
* Use setuptools for all Python ports.wg2013-12-162-4/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | Setuptools is the preferred method to manage Python distributions after many changes to the packaging ecosystem over the past couple of years. Only ports using USE_PYDISTUTILS= yes are affected by this commit, ports using USE_PYDISTUTILS= easy_install remains the same however this usage is now deprecated and should be converted to USE_PYDISTUTILS= yes. Some Python distributions do not work with setuptools out of the box because they extend the install command from distutils and not setuptools, and so they need to be patched accordingly. pip (which leverages setuptools) works around the issue by using eggs, however we want to get rid of those as well, as support for "flat" installation is unavailable or has other issues associated with it. This work allows us to unify how python packages are built, ensure that Python distributions are installed consistently, reduces complexity for Python port maintainers and paves the way for simplifying the Python ports framework in the future. With hat on: python Reviewed by: koobs, antoine Exp-run: bdrewery Approved by: bdrewery (portmgr)
* Remove expired ports:rene2013-12-1514-661/+0
| | | | | | | | | | 2013-12-01 audio/liteamp: Dead upstream since 2004, does not build with clang 2013-12-08 security/opieprint: No more active upstream 2013-12-08 security/bubblegum: No more active upstream 2013-12-08 security/snortsms: Not active since several years. 2013-12-08 sysutils/hammerhead: Development no more active 2013-12-13 net-p2p/libtorrent-rasterbar-15-python: Unusable, development ceased 2013-12-13 graphics/openexr_ctl: Now distributed with ampasCTL-1.5
* security/cfv: fix usage of python and limit to 2.xwg2013-12-151-1/+2
| | | | | Reported by: exp-run (PR 184591) Approved by: portmgr (blanket)
* security/py-pyme: fix usage of pythonwg2013-12-151-2/+4
| | | | | | | | - Fix usage of python - USES gmake Reported by: exp-run (PR 184591) Approved by: portmgr (blanket)
* Update to 5.3.28flo2013-12-152-2/+47
| | | | Security: 47b4e713-6513-11e3-868f-0025905a4771
* security/pam_require: multiple fixeseadler2013-12-151-3/+2
| | | | | | - Fix COMMENT - Convert to STAGING - USE_GMAKE -> USES=gmake
* Set proper permissions on tests, or lynis will skip themantoine2013-12-152-0/+3
| | | | | | PR: ports/184143 Submitted by: Kozlov Sergey Approved by: maintainer timeout (3 weeks)
* Update to nspr 4.10.2flo2013-12-145-8/+102
| | | | | | | | | | | | | | | | | | | | | | | | | | | Update to nss 3.15.3.1 Update firefox-esr and thunderbird to 24.2.0 Update firefox to 26.0 Update seamonkey to 2.23 - catch up with directory renames since USES=webplugins was introduced; fixes plugins not being automatically enabled after install - linux-firefox and linux-seamonkey can play HTML5 audio [2][3] and measure about:memory usage, again - dom.ipc.plugins.enabled->true no longer crash linux-firefox which makes some flash sites work again; as there's no nspluginwrapper in-between the infamous "youtube issue" never occurs - install DEBUG with symbols [3] and describe the option better [4] - enable dumping about:memory upon kill -65, kill -66 and GC/CC log upon kill -67 to a file under /tmp directory; linux-firefox uses kill -34, kill -35 and kill -36 respectively PR: ports/183861 [1] PR: ports/184006 [2] PR: ports/169896 [3] PR: ports/184285 [3] PR: ports/184286 [4] Security: dd116b19-64b3-11e3-868f-0025905a4771 In collaboration with: Jan Beich <jbeich@tormail.org>
* security/libgcrypt: Remove BROKEN on powerpckoobs2013-12-141-6/+2
| | | | | | | | | - Remove BROKEN on powerpc [1] - Enable STAGE support PR: ports/183066 Submitted by: jhibbits Approved by: maintainer timeout (1 month)
* fix build on FreeBSD 10oliver2013-12-141-0/+1
|
* - Install python bits in a sensible place.mat2013-12-142-35/+42
| | | | | | | | | | | - Install ruby bits in a sensible place. - Convert to new OPTIONS framework. - Remove dependency on Perl, nothing in the sources needs it. - Use new LIB_DEPENDS format. PR: ports/184519 Submitted by: mat Approved by: maintainer
* Update krb5 to 1.12. Security/krb5 tracks MIT KRB5 current release.cy2013-12-128-38/+41
| | | | | | | | | | | Adjust the newly created krb5-maint with a new portname and conflicts. Krb5-maint is a maintenance release for those who wish to use the previous release of krb5. krb5-maint remains at 1.11.3. Adjust CONFLICTS in security/heimdal and security/srp to account for the newly repocopied krb5-maint. Adjust security/Makefile to include krb5-maint.
* Repocopy of securty/krb5 (current release) to security/krb5-maintcy2013-12-1210-0/+472
| | | | | | | (maintenance release) in preparation for krb5 1.11.3 --> 1.2 update. Krb5-maint is a maintenance release for those who wish to use the previous release of MIT krb5.
* pkg-plist fixup.cy2013-12-121-0/+3
|
* Fix typo.ehaupt2013-12-121-1/+1
| | | | Notified by: John Marino <freebsd.contact@marino.st>
* Add LEGAL_TEXT as requested by eadler.ehaupt2013-12-111-0/+2
|
* Support stagebapt2013-12-112-8/+9
| | | | Fix build on 10 and HEAD
* Add LDAP support.cy2013-12-112-3/+15
| | | | | PR: 184557 Submitted by: Erick Turnquist <jhujhiti@adjectivism.org>
* - Group affected packagessunpoet2013-12-111-39/+15
| | | | | | | - Sort CVE - Fix indent Notified by: remko
* Add entry for net/samba* CVE-2012-6150 and CVE-2013-4408timur2013-12-101-0/+46
|
* Set tcsd_enable=NO by default if unset.hrs2013-12-092-2/+2
| | | | Pointed out by: olgeni
* 2013-12-08 security/rarcrack: Not active since several yearsjadawin2013-12-095-59/+0
|
* 2013-12-08 security/pdfcrack: Not active since several yearsjadawin2013-12-095-61/+0
|
* - Document Rails vulnerabilitysunpoet2013-12-081-0/+85
|
* New USES=twisted, to replace the old USE_TWISTED knob.mva2013-12-081-1/+1
| | | | | | | | | | | | | | twisted can be configured with the arguments run or build to replace the previous USE_TWISTED_RUN and USE_TWISTED_BUILD knobs. The twisted components can be added as comma-separated arguments. If you previously wrote USE_TWISTED= yes USE_TWISTED= conch names USE_TWISTED_RUN= yes you now would write USES= twisted USES= twisted:conch,names USES= twisted:run
* - convert LIB_DEPENDSdinoex2013-12-071-4/+2
|
* - Enable stagingmartymac2013-12-064-46/+61
| | | | | | | - Update USES - Use new options framework - Always stage documentation - Strip installed binaries
* Document drupal multiple vulnerabilities.delphij2013-12-061-0/+44
|
* Document new vulnerabilities in www/chromium < 31.0.1650.63rene2013-12-051-0/+51
| | | | Obtained from: http://googlechromereleases.blogspot.nl/
* security/suricata: Remove unsupported DAG (Endace Capture) OPTIONkoobs2013-12-051-8/+2
| | | | | | | | | | | This OPTION is non-functional as it requires hardware support and libdag from Endace, which is not available in, nor recommended to be built via the ports tree. This OPTION also incorrectly added CONFIGURE_ARGS without adding any LIB_DEPENDS, which broke configure: during build when the option was enabled. Reported by: mat (via pkg-fallout, via IRC)
* Fixup pkgname.mat2013-12-051-1/+1
| | | | | | PR: ports/184444 Submitted by: mat Approved by: portmgr (bapt)
* Fix iconv and pthread dependency.hrs2013-12-054-12/+9
|
* - Fix _pkcs11 group entry.hrs2013-12-052-11/+15
| | | | | - Add STAGEDIR support. - Bump PORTREVISION because of pkg-plist change.
* - Fix pkg-plist [*].hrs2013-12-052-4/+10
| | | | | | - Use new syntax in LIB_DEPENDS. Spotted by: hiren [*]
* - Document multiple XSS core vulnerabilities for Joomla!nivit2013-12-051-0/+38
| | | | (2.5.0 <= version <= 2.5.14, 3.0.0 <= version <= 3.1.5)
* security/barnyard2: update to 1.13wg2013-12-053-6/+6
| | | | | PR: ports/184476 Submitted by: maintainer
* Fix build.hrs2013-12-052-1/+3
| | | | Reported by: pkg-fallout
* Update to version 1.3.3, which fixes an important crashy bug: denial ofdanfe2013-12-031-2/+35
| | | | | | | | | | | service (server) using forcefully crashed aircrafts. While here, reduce the diffs between other OpenTTD's VuXML entries; and limit build logs verbosity to bulk package builders (or batch builds). PR: ports/184434, ports/184435 Submitted by: Ilya A. Arkhipov Security: CVE-2013-6411
* Fix build on FreeBSD 8 when misc/compat5x is installedantoine2013-12-031-1/+3
| | | | Submitted by: Craig Leres (maintainer)
* Add STAGEDIR support.hrs2013-12-023-101/+92
|
* Fix KDNS option.mat2013-12-021-2/+2
| | | | | Reported by: geoffroy desvernay Pointy hat to: mat
* - Update to 1.804sunpoet2013-12-022-4/+7
| | | | | | - Add LICENSE Changes: http://search.cpan.org/dist/Crypt-OpenSSL-X509/Changes
* - security update to 3.3.1ohauer2013-12-011-0/+31
| | | | | | | | | | | | | | | | This is a maintenance release that fixes a serious bug in the built-in HTTP server. It was discovered that the handle_request() routine did not properly perform input sanitization which led into a number of security vulnerabilities. An unauthenticated, remote attacker could exploit this flaw to execute arbitrary commands on the remote host. All users still using older versions are advised to upgrade to this version, which resolves this issue. Approved by: crees (maintainer, per PM) Security: 620cf713-5a99-11e3-878d-20cf30e32f6d
* Enable stage support; no functional changesjohans2013-12-011-7/+7
|
* Revert part of previous commit, old pkg_create is unable to create aantoine2013-12-011-1/+1
| | | | | | package if it can't resolve prefix Submitted by: Craig Leres (maintainer)
* - Fix packaging with pkgng: create empty dirs to be packed in STAGEDIRantoine2013-12-011-4/+6
| | | | | | | | | | - Fix build on FreeBSD 8: depend on libmagic ABI version from ports - While here, use new LIB_DEPENDS syntax PR: ports/184194 PR: ports/184381 Submitted by: Craig Leres (maintainer) Reported by: Mark Martinec and pkg-fallout
* - Update to 1.2gblach2013-12-012-4/+4
|
* Take maintainershipcs2013-12-011-1/+1
|
* security/py-oauthlib: Update to 0.6.0koobs2013-12-013-127/+6
| | | | | | | | | | - Update to 0.6.0 - Enable STAGE support - Enable AUTOPLIST, delete pkg-plist Changes: https://github.com/idan/oauthlib/tree/0.6.0#changelog
* - Update to version 2.14pawel2013-12-013-34/+20
| | | | | | | | | | | | | | | - Fix LDAP support - Add STATIC option, builds static version of library - Update MASTER_SITES and WWW While I'm here: - Switch to new LIB_DEPENDS format - Use options helpers - Allow staging - Don't show pkg-message twice PR: ports/184183 Submitted by: maintainer
* - Update to 0.133330sunpoet2013-11-302-6/+10
| | | | | | | - Add LICENSE - Sort *_DEPENDS Changes: http://search.cpan.org/dist/Crypt-PBKDF2/Changes
* - Mark BROKENwen2013-11-301-0/+2
|
* - Update to 3.2.1sunpoet2013-11-303-183/+10
| | | | | | | | | - Support STAGEDIR - While I'm here, convert to new options helper Changes: https://pypi.python.org/pypi/keyring#changes PR: ports/184270 Submitted by: Douglas William Thrift <douglas@douglasthrift.net> (maintainer)
* - use STAGEDIRdinoex2013-11-301-5/+3
|
* Convert to new options framekwork.mat2013-11-291-38/+16
| | | | | | | maintainer timeout. PR: ports/183955 Submitted by: mat
* - Update to 1.962jadawin2013-11-292-3/+3
| | | | Sponsored by: OBS
* - Update to 2.3.0antoine2013-11-294-24/+35
| | | | | | | | | - Add LICENSE - Take maintainership - Stage support Changelog: http://wapiti.sourceforge.net/ChangeLog_Wapiti Approved by: jadawin (previous maintainer)
* - Return almost all of my ports back to the pool. I have no time to make anyaraujo2013-11-291-1/+1
| | | | necessary fixes on them for the past months.
* - Support STAGEDIRlwhsu2013-11-291-1/+0
|
* - Install more binaries with chntpwdjadawin2013-11-281-2/+4
| | | | | | | | - Bump portrevision PR: ports/184158 Submitted by: John Hein <jhein@symmetricom.com> Approved by: maintainer
* - Fix PLISTsunpoet2013-11-282-0/+30
| | | | | | | - Bump PORTREVISION for package change PR: ports/184336 Submitted by: Christoph Theis <theis@gmx.at> (maintainer)
* Add stage support to Mk/bsd.cran.mk and all USE_R_MOD ports (aka R-cran-*).dbn2013-11-282-2/+0
| | | | | | | | | Since this patch converts all affected ports, bsd.cran.mk no longer supports NO_STAGE and errors out if NO_STAGE is set. Exp-run: ports/184216 Reviewed by: bdrewery Approved by: portsmgr, wen
* - Update to 1.18sunpoet2013-11-282-8/+8
| | | | | | | | - Convert to new options framework - Convert to new LIB_DEPENDS - Cleanup Makefile Changes: http://search.cpan.org/dist/zxid/Changes
* - Update to 1.961jadawin2013-11-272-3/+3
| | | | Sponsored by: OBS
* Not parallal make safe.cy2013-11-271-0/+1
|
* security/gnutls3: fix build without autogenwg2013-11-261-2/+3
| | | | | PR: ports/184279 Submitted by: mandree
* - fix security/nmap runtime on current (FreeBSD 11)ohauer2013-11-262-12/+38
| | | | | | | | | - adopt ${opt}_USE style - remove ${opt} PKGNAMEPREFIX - bump PORTREVISION PR: ports/184288 Submitted by: Ruslan Makhmatkhanov <rm@FreeBSD.org>
* - security update subversion-1.8.5 / 1.7.14 [1]ohauer2013-11-261-0/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - add vuxml entry - let bindings ports load options file [2] [1] Version 1.8.5 (25 November 2013, from /branches/1.8.x) http://svn.apache.org/repos/asf/subversion/tags/1.8.5 User-visible changes: - Client-side bugfixes: * fix externals that point at redirected locations (issues #4428, #4429) * diff: fix assertion with move inside a copy (issue #4444) - Server-side bugfixes: * mod_dav_svn: Prevent crashes with some 3rd party modules (r1537360 et al) * mod_dav_svn: canonicalize paths properly (r1542071) * mod_authz_svn: fix crash of mod_authz_svn with invalid config (r1541432) * hotcopy: fix hotcopy losing revprop files in packed repos (issue #4448) - Other tool improvements and bugfixes: * mod_dontdothat: Fix the uri parser (r1542069 et al) Developer-visible changes: - General: * fix compilation with '--enable-optimize' with clang (r1534860) * fix copmpilation with debug build of BDB on Windows (r1501656, r1501702) * fix '--with-openssl' option when building on Windows (r1535139) * add test to fail when built against broken ZLib (r1537193 et al) - Bindings: * swig-rb: fix tests to run without installing on OS X (r1535161) * ctypes-python: build with compiler selected via configure (r1536537) Version 1.7.14 (25 Nov 2013, from /branches/1.7.x) http://svn.apache.org/repos/asf/subversion/tags/1.7.14 User-visible changes: - Client- and server-side bugfixes: * fix assertion on urls of the form 'file://./' (r1516806) - Client-side bugfixes: * upgrade: fix an assertion when used with pre-1.3 wcs (r1530849) * ra_local: fix error with repository in Windows drive root (r1518184) * fix crash on windows when piped command is interrupted (r1522892) * fix externals that point at redirected locations (issues #4428, #4429) * diff: fix incorrect calculation of changes in some cases (issue #4283) * diff: fix errors with added/deleted targets (issues #4153, #4421) - Server-side bugfixes: * mod_dav_svn: Prevent crashes with some 3rd party modules (r1537360 et al) * fix OOM on concurrent requests at threaded server start (r1527103 et al) * fsfs: limit commit time of files with deep change histories (r1536790) * mod_dav_svn: canonicalize paths properly (r1542071) - Other tool improvements and bugfixes: * mod_dontdothat: Fix the uri parser (r1542069 et al) Developer-visible changes: - Bindings: * javahl: canonicalize path for streamFileContent method (r1524869) [2] - Set OPTIONS_NAME to let bindings ports load the new options file. Leave OPTIONSFILE for now to load the old file on systems where it hasn't been moved to the new location yet. - Remove an old hack. PR: ports/180612 [2] Submitted by: Tijl Coosemans <tijl@FreeBSD.org> Security: e3244a7b-5603-11e3-878d-20cf30e32f6d CVE-2013-4505 CVE-2013-4558
* - Use PYDISTUTILS_AUTOPLISTsunpoet2013-11-262-32/+1
| | | | | | | - Support STAGEDIR PR: ports/184269 Submitted by: Douglas William Thrift <douglas@douglasthrift.net> (maintainer)
* Stage support for non-IGNORED pear classesantoine2013-11-2630-30/+0
| | | | | Tested by: poudriere Approved by: portmgr (bapt)
* Update to 0.4. (10- compability)mat2013-11-252-3/+3
| | | | | PR: ports/182477 Submitted by: maintainer
* - Update to 0.8.11sunpoet2013-11-253-20/+29
| | | | | | Changes: https://github.com/fail2ban/fail2ban/releases PR: ports/184213 Submitted by: Christoph Theis <theis@gmx.at> (maintainer)
* Make it more clear that "SAME URL" is actually the blockquoteremko2013-11-251-1/+1
| | | | | | url. hat: secteam
* - Wrap up cd && foo in parenthesis, it'd break with bmake -jmat2013-11-253-5/+5
| | | | - Replace some FIND ... CPIO with COPYTREE_SHARE.
* security/gnutls3: update to 3.1.17 and add support for TPMwg2013-11-243-5/+6
|
* - Update libssh to 0.5.5 stable releasefluffy2013-11-243-7/+6
|
* - Update devel/ruby-gems to 1.8.28swills2013-11-241-0/+67
| | | | | | | - Document security issues with 1.8.26 and 1.8.27 (CVE-2013-4287 and CVE-2013-4363) Security: 742eb9e4-e3cb-4f5a-b94e-0e9a39420600 Security: 54237182-9635-4a8b-92d7-33bfaeed84cd
* - Update to 1.16sunpoet2013-11-243-19/+7
| | | | | | | - Use REINPLACE_CMD instead of patch file - Fix shebang Changes: http://search.cpan.org/dist/zxid/Changes
* - Do not overwrite CFLAGSsunpoet2013-11-231-1/+1
| | | | | PR: ports/184193 Submitted by: Lukas Slebodnik <lukas.slebodnik@intrak.sk> (maintainer)
* - Update to 1.2.0sunpoet2013-11-233-5/+5
| | | | | | - Update WWW Changes: https://github.com/capistrano/sshkit/blob/master/CHANGELOG.md
* Say hello to Mate 1.6.kwm2013-11-2314-0/+561
| | | | | | | | | | | | | | | | | | Mate is a lite desktop forked from gnome2. Most of the work is done by Jeremy Messenger (mezz@). The only thing I did was update a few ports to later 1.6 release and attempting to keep up with ports infra changes. Resulting bugs are all mine. Mate is a sort of replacement for Gnome 2. So people wanting to keep a Gnome 2 like desktop should switch. Gnome 2 will be replaced by Gnome 3 in the near future. This switch will be announce with a transition time so people have more time to switch if they haven't already. This release was made possible by everyone that send friendly pokes to keep mate on my mind. Approved by: portmgr (bapt)
* - Update to 1.1.0sunpoet2013-11-233-23/+4
| | | | | | | | | | | | | - Use PYDISTUTILS_AUTOPLIST - Support STAGEDIR Changes: - Ported to PyQt5. - Added `Item.get_created()` method. - Improvements to error handling. PR: ports/184136 Submitted by: Douglas William Thrift <douglas@douglasthrift.net> (maintainer)
* - Fix and report heap overflow in floating point parsing issue in rubyswills2013-11-231-0/+37
| | | | Security: cc9043cf-7f7a-426e-b2cc-8d1980618113
* - Convert to USES=qmake (and other USES while I'm here)makc2013-11-232-15/+3
| | | | | | | - Add state support - Convert LIB_DEPENDS to new style, adjust USE_QT4 components, etc. Approved by: portmgr (blanket approval)
* - Convert to USES=qmakemakc2013-11-231-8/+2
| | | | | | - Adjust USE_QT4 components Approved by: portmgr (blanket approval)
* - Update to 2.2jadawin2013-11-228-166/+331
| | | | | | | | | - Support STAGE - Update MASTER_SITES - Add LICENSE PR: ports/183940 Submitted by: maintainer
* - Update to 2.2jadawin2013-11-224-34/+17
| | | | | | | | | - Update MASTER_SITES - Add LICENSE - Support STAGE PR: ports/183939 Submitted by: maintainer
* - Add LICENSEsunpoet2013-11-221-1/+2
| | | | - Support STAGEDIR
* Horde package update:mm2013-11-222-3/+3
| | | | | | | | Horde_ActiveSync 2.8.5 -> 2.9.1 Horde_Core 2.11.0 -> 2.11.1 Horde_Crypt 2.3.0 -> 2.4.0 Horde_Text_Filter 2.1.5 -> 2.2.0 horde-imp 6.1.5 -> 6.1.6
* - Fix Makefile headersunpoet2013-11-221-4/+5
| | | | | - Add LICENSE - Support STAGEDIR
* - Support stagingmat2013-11-211-10/+6
| | | | | | | | | | - Add LICENSE - Install the uncompressed man page and let the ports infrastructure compress it maintainer timeout. PR: ports/183714 Submitted by: mat
* - Cleanup Makefilesunpoet2013-11-211-1/+0
|
* - Update WWW:sunpoet2013-11-214-4/+4
| | | | | | | | - http://cheeseshop.python.org/ -> https://pypi.python.org/ - http://pypi.python.org/ -> https://pypi.python.org/ With hat: python Approved by: bapt (portmgr)
* - Update WWWsunpoet2013-11-211-1/+1
| | | | | | - Use single space after WWW: Approved by: lwhsu (maintainer)
* - Support STAGEDIRsunpoet2013-11-202-8/+8
| | | | - Pet portlint
* Add entries about CVE-2013-4475 and CVE-2013-4476 for net/samba* ports.timur2013-11-201-0/+81
|
* Use dos2unixantoine2013-11-202-3/+2
|
* Document new vulnerability in www/nginx (< 1.4.4) and www/nginx-devel (< 1.5.7).osa2013-11-201-0/+33
|
* Remove obsolte MAN3 definition.ehaupt2013-11-191-2/+0
|
* Support staging.ehaupt2013-11-192-1/+1
|
* Support staging.ehaupt2013-11-191-1/+0
|
* Support staging.ehaupt2013-11-192-14/+18
|
* Support staging.ehaupt2013-11-191-4/+5
|
* security/lynis: Update to 1.3.5koobs2013-11-193-6/+8
| | | | | | | | | | | | | - Update to 1.3.5 - Update MASTER_SITES - Update pkg-plist - Add LICENSE Changes: http://www.rootkit.nl/files/lynis-changelog.html PR: ports/183316 Submitted by: koobs Approved by: maintainer timeout (3 weeks)
* Convert from USE_DOS2UNIX to USES=dos2unixbapt2013-11-193-20/+12
| | | | | | | While here: - support stage, - use bsdtar to extract when supported. - Cleanup
* - Add p5-Crypt-Passwd-XS 0.601sunpoet2013-11-195-0/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - While I'm here, add LICENSE Crypt::Passwd::XS - Full XS implementation of common crypt() algorithms This module provides several common crypt() schemes as full XS implementations. It allows you to validate crypted passwords that were hashed using a scheme that the system's native crypt() implementation does not support. The following files are adapted from other sources (primarily DragonFly BSD.) See the copyright notices in these files for full details: crypt_to64.c - copyright 1991 University of California crypt_to64.h - copyright 1991 University of California des.c - copyright 1994 David Burren, Geoffrey M. Rehmet, Mark R V Murray md5.c - copyright 1999, 2000, 2002 Aladdin Enterprises md5.h - copyright 1999, 2000, 2002 Aladdin Enterprises md5crypt.c - copyright Poul-Henning Kamp md5crypt.h - copyright Poul-Henning Kamp sha256crypt.c - public domain reference implementation by Ulrich Drepper sha512crypt.c - public domain reference implementation by Ulrich Drepper WWW: http://search.cpan.org/dist/Crypt-Passwd-XS/ PR: ports/183974 Submitted by: ohauer
* - Update to 1.0.2antoine2013-11-194-21/+51
| | | | | | - Stage support Release notes: http://blog.kiddaland.net/2013/10/halloween-brings-with-it-riding-witches.html
* 2013-11-18 security/squidclamav: Obsolete and broken with clang, use ↵antoine2013-11-197-248/+0
| | | | www/squidclamav instead
* security/revealrk: stagify and respect CCwg2013-11-182-7/+14
| | | | | PR: ports/183968 Submitted by: maintainer
* Remove expired ports:rene2013-11-189-253/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2013-11-18 devel/libXGP: Broken for more than 6 month 2013-11-18 deskutils/google-gadgets: Broken for more than 6 month 2013-11-18 palm/synce-trayicon: Broken for more than 6 month 2013-11-18 security/linux-pam-docs: Broken for more than 6 month 2013-11-18 net-p2p/mooseekd: Broken for more than 6 month 2013-11-18 textproc/p5-Lucene: Broken for more than 6 month 2013-11-18 net-mgmt/zenpack-dellmonitor: Broken for more than 6 month 2013-11-18 x11-wm/fbpager: BRoken for more than 6 month 2013-11-18 net/hf6to4: Broken for more than 6 month 2013-11-18 x11-themes/kde-icons-exquisite: Broken for more than 6 month 2013-11-18 x11-themes/kde-icons-marbles-translucent: Broken for more than 6 month 2013-11-18 security/dissembler: Broken for more than 6 month 2013-11-18 net-mgmt/zenpack-apachemonitor: Broken for more than 6 month 2013-11-18 textproc/rst.el: Broken for more than 6 month 2013-11-18 net-mgmt/zenpack-ntpmonitor: Broken for more than 6 month 2013-11-18 x11-themes/kde-icons-steel: Broken for more than 6 month 2013-11-18 databases/drizzle: Broken for more than 6 month 2013-11-18 devel/p5-File-Lock: Broken for more than 6 month 2013-11-18 devel/valide: Broken for more than 6 month 2013-11-18 databases/gomysql: Broken for more than 6 month 2013-11-18 databases/p5-DBZ_File: BRoken for more than 6 month 2013-11-18 devel/monodevelop-vala: Broken for more than 6 month 2013-11-18 devel/gonzui: Broken for more than 6 month 2013-11-18 devel/monodevelop-java: Broken for more than 6 month 2013-11-18 lang/objc: Broken for more than 6 month 2013-11-18 devel/klee: Broken for more than 6 month 2013-11-18 databases/p5-DBD-InterBase: Broken for more than 6 month 2013-11-18 devel/simulavr: Broken for more than 6 month 2013-11-18 japanese/mobileimap: Broken for more than 6 month 2013-11-18 devel/libYGP: Broken for more than 6 month 2013-11-18 devel/monodevelop-python: Broken for more than 6 month
* Horde package update:mm2013-11-184-6/+6
| | | | | | | | | | | | Horde_Core 2.10.2 -> 2.11.0 Horde_Crypt 2.2.2 -> 2.3.0 Horde_Dav 1.0.2 -> 1.0.3 Horde_Imap_Client 2.15.5 -> 2.16.0 Horde_Perms 2.1.1 -> 2.1.2 Horde_Prefs 2.5.1 -> 5.2.2 Horde_Smtp 1.2.6 -> 1.3.0 Horde_Socket_Client 1.0.0 -> 1.1.0 Horde_Stream 1.4.0 -> 1.5.0
* security/gnutls3: fix include in CPPFLAGSwg2013-11-181-2/+1
| | | | Reported by: kwm
* security/gnutls3: try to fix build for some peoplewg2013-11-181-4/+6
| | | | | | | - gnutls.info-5 was not being generated for some people PR: ports/183577 Submitted by: Mamoru Iwaki <1wkmmr gmail.com>
* Update to 0.2.4.18-rcbf2013-11-182-3/+3
|
* Remove security/ksecrets.rakuco2013-11-184-60/+0
| | | | | | | | It was never connected to the build, and is not shipped by upstream since the 4.9.x series. It was added by mistake to the ports tree when updating KDE to 4.10.5. Reported by: linimon
* security/gnutls3: fix libtasn1 optionwg2013-11-171-2/+2
| | | | | PR: ports/183992 Submitted by: sunpoet
* security/suricata: Update to 1.4.6, Switch to libhtp-suricata, Un-BROKEN Clang.koobs2013-11-175-120/+85
| | | | | | | | | | | | | | | | | | | | | | | | | | | - Update to 1.4.6 - Switch to the correct library in www/libhtp-suricata - Take maintainership - Enable STAGE support - Remove uneccessary patches - Configure: Add libhtp include and library location - Configure: Add /var to --localstatedir - Configure: Disable Python support explicitly - QA: Remove BROKEN with clang - QA: Update to new LIB_DEPENDS format - QA: Use ETCDIR instead of custom path for CONFIG_DIR and RULES_DIR - QA: Replace hardcoded strings with ${PORTNAME} - QA: Add documentation and %%DOCSDIR%% to pkg-plist - QA: Add TESTS option to include unit tests in binary - QA: Add regression-test target (TMPDIR is not prefix safe) - QA: Replace USE_GMAKE with USES=gmake - QA: Remove automake from USE_AUTOTOOLS - QA: Remove LICENSE_FILE for those listed in bsd.licenses.db.mk - QA: Remove post-patch target - QA: Sort USE/USES and combine LIB_DEPENDS - QA: Clarify and tweak OPTIONS descriptions Reviewed by: wxs, mva, Johannes Meixner Approved by: wxs (maintainer)
* Add back NO_STAGE which snuck away during testing.eadler2013-11-171-0/+1
|
* Minor tweak to standard template in order to fit with conventioneadler2013-11-172-1/+1
|
* - Replace QT_.*_REL with QT_.* in PLIST_SUB.avilla2013-11-173-12/+12
| | | | | | - Adapt plists. With hat on: kde
* New port: security/masscanantoine2013-11-164-0/+38
| | | | | | | masscan is a very fast port scanner PR: ports/183786 Submitted by: Chie Taguchi
* - Remove contiguous blank linessunpoet2013-11-161-1/+0
|
* - Update to 13.2.0sunpoet2013-11-162-4/+4
| | | | Changes: http://twistedmatrix.com/trac/browser/tags/releases/twisted-13.2.0/twisted/conch/topfiles/NEWS
* - Add LICENSEsunpoet2013-11-161-0/+2
|
* - Update to 0.5.11sunpoet2013-11-167-70/+40
| | | | | | | | | - Add LICENSE - Support STAGEDIR Changes: https://code.google.com/p/munge/wiki/ReleaseNotes PR: ports/183988 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
* Add p5-Crypt-RSA-Yandex 0.06, perl binding to modified RSA (yamrsa).mat2013-11-155-0/+35
| | | | | PR: ports/180295 Submitted by: Anes Mukhametov <anes@anes.su>
* Support staging.ehaupt2013-11-153-9/+18
|
* Document new vulnerability in www/chromium < 31.0.1650.57rene2013-11-151-0/+27
| | | | Obtained from: http://googlechromereleases.blogspot.nl/
* - Fix build on 10.0 and 11-CURRENTswills2013-11-152-0/+20
| | | | | PR: ports/183664 Submitted by: Ludger Bolmerg <lbolmerg@web.de>
* - Update to 1.960jadawin2013-11-152-3/+3
| | | | Sponsored by: OBS
* Support staging and optionsng.ehaupt2013-11-151-6/+9
|
* Support staging.ehaupt2013-11-151-3/+2
|
* - Support stagingehaupt2013-11-151-3/+7
| | | | | - Add license - Define used DOCS option
* - Add LICENSEsunpoet2013-11-152-4/+8
| | | | | | | - Fix *_DEPENDS - Bump PORTREVISION for dependency change - Use CPAN as primary WWW - Pass maintainership to perl
* - Remove regression-test:sunpoet2013-11-151-5/+0
|
* Fix build with KDNS: --with-adns must be passed to configure.eadler2013-11-141-1/+2
| | | | | | PR: ports/183113 Submitted by: Erick Turnquist <jhujhiti@adjectivism.org> Approved by: maintainer timeout (3 weeks)
* Fix the OpenSSH entry, a version entry should be markedremko2013-11-131-6/+4
| | | | | | | | | on a per rule basis, and not on it's own lines, because that would bogusly match other versions then intended. When in doubt, please let me review your changes!! hat: secteam
* - Convert to USES+=tkgahr2013-11-131-1/+1
|
* Update math/R to 3.0.2 patched r64207 and math/R-cran-SuppDists to 1.1-9.1;bf2013-11-132-2/+2
| | | | | | adjust dependent ports Reviewed by: pfg, thierry, tota
* Update to latest flash and mark the old one as vulnerable.eadler2013-11-131-0/+28
| | | | | PR: ports/183911 Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
* Document new vulnerabilities in www/chromium < 31.0.1650.48rene2013-11-131-0/+63
| | | | Obtained from: http://googlechromereleases.blogspot.nl/
* - Fix packaging when not using HPN patchesbdrewery2013-11-121-2/+1
| | | | | PR: ports/183895 Reported by: mat
* - Set MAINTAINER to ports-secteamzi2013-11-121-1/+1
| | | | | Requested by: des@ With hat: ports-secteam@
* Change DESTDIRNAME into a ant compatible argument when a port is stagedbapt2013-11-121-4/+0
| | | | | | | While here remove previous workarounds. Submitted by: ale Discussed with: jkim, glewis
* - Patch configure script to fix detection of LDAP libraries. Both libldaptijl2013-11-123-18/+22
| | | | | | | | and liblber are needed. - New LIB_DEPENDS syntax, USES=gmake, staging, option helpers. PR: ports/181230 Approved by: maintainer timeout (2 weeks)
* - Update to 1.958jadawin2013-11-122-3/+3
| | | | Sponsored by: OBS
* - Add p5-Dancer-Plugin-Auth-Extensiblesunpoet2013-11-125-0/+70
| | | | | | | | | | | | | | | | | | | | | | - While I'm here, convert to new options helper A user authentication and authorisation framework plugin for Dancer apps. Makes it easy to require a user to be logged in to access certain routes, provides role-based access control, and supports various authentication methods/sources (config file, database, Unix system users, etc). Designed to support multiple authentication realms and to be as extensible as possible, and to make secure password handling easy (the base class for auth providers makes handling `RFC2307'-style hashed passwords really simple, so you have no excuse for storing plain-text passwords). WWW: http://search.cpan.org/dist/Dancer-Plugin-Auth-Extensible/ PR: ports/183865 Submitted by: Henk van Oers <hvo.pm@xs4all.nl>
* - Add LICENSE.tijl2013-11-126-136/+50
| | | | | | | | | | | | | | | | | | - New LIB_DEPENDS syntax. - Staging. - Replace gtk detection with GTK2 option. - Mark MAKE_JOBS_UNSAFE for now. One Makefile has mutilple targets that each call make in the same subdirectory and the Makefile in that directory does the same with one of its subdirectories. - Move files/nessusd.conf to files/nessusd.conf.in and add it to SUB_FILES instead of calling sed from post-install. - Move files/pkg-deinstall.in to pkg-deinstall and replace %%PREFIX%% with ${PKG_PREFIX}. - Remove scripts/move_nessus. It was used to migrate configuration data to a new location. PR: ports/183221 Approved by: "Schweigert, Udo" <Udo.Schweigert@siemens.com> (maintainer)
* - Add p5-Unix-Passwd-File 0.10sunpoet2013-11-115-0/+54
| | | | | | | | | | | | | | | | | | | | Unix::Passwd::File can be used to read and manipulate entries in Unix system password files (/etc/passwd, /etc/group, /etc/group, /etc/gshadow) but can also be told to search in custom location, for testing purposes). This module uses a procedural (non-OO) interface. Each function in this module open and read the passwd files once. Read-only functions like `list_users()` and `get_max_gid()` open in read-only mode. Functions that might write to the files like `add_user()` or `delete_group()` first lock `passwd.lock` file, open in read+write mode and also read the files in the first pass, then seek to the beginning and write back the files. No caching is done so you should do your own if you need to. WWW: http://search.cpan.org/dist/Unix-Passwd-File/ PR: ports/182325 Submitted by: Henk van Oers <hvo.pm@xs4all.nl>
* - Add p5-Crypt-Password-Util 0.09sunpoet2013-11-115-0/+46
| | | | | | | | | | | | | | | | | | | | | | Crypt::Password::Util is a crypt password utilities. Its crypt($str) works like Perl's crypt(), but automatically choose the appropriate crypt type and random salt. Will first choose SSHA512 with 64-bit random salt. If not supported by system, fall back to MD5-CRYPT with 32-bit random salt. If that is not supported, fall back to CRYPT. Its crypt_type($str) returns crypt type, or undef if $str does not look like a crypted password. Currently known types: CRYPT (traditional DES crypt), MD5-CRYPT (including Apache variant), SSHA256 (salted SHA256), SSHA512 (salted SHA512), and PLAIN-MD5. See also Authen::Passphrase which recognizes more encodings (but currently not SSHA256 and SSHA512). WWW: http://search.cpan.org/dist/Crypt-Password-Util/ PR: ports/182326 Submitted by: Henk van Oers <hvo.pm@xs4all.nl>
* - Fix versions for entry 5709d244-4873-11e3-8a46-000d601460a4bdrewery2013-11-111-4/+5
|
* Fix build on 10 and headmakc2013-11-111-0/+1
| | | | | PR: ports/183086 Submitted by: sbruno
* security/libsparkcrypto: Convert to stagingmarino2013-11-101-7/+1
|
* - Fix build with USE_GCC on headwen2013-11-101-0/+1
|
* - Update to 1.1.1cs2013-11-102-5/+3
| | | | - Remove unnecessary run dependency
* Update to 1.14jpaetzel2013-11-102-11/+19
| | | | | PR: ports/181286 Submitted by: Horia Racoviceanu <horia@racoviceanu.com>
* Convert to USES=kmod, which removes duplicated code and ensures that allrene2013-11-101-11/+3
| | | | | | | | | | | | | required steps are followed. There are no user-visible changes. The exception is multimedia/ptx-kmod, which now installs the kernel module into /boot/modules instead of ${PREFIX}/libexec/${PORTNAME}, this was something USES=kmod cannot handle. PR: ports/183625 Submitted by: myself Approved by: portmgr (bdrewery) Exp-run by: bdrewery
* devel/json-c: update to 0.11wg2013-11-092-2/+3
| | | | | | | | | | - Update to 0.11 - Bump revision of dependent ports - Fix pkg-plist [1] PR: ports/182958 Submitted by: zi, wg [1] Approved by: maintainer (timeout)
* - Support STAGEjadawin2013-11-081-0/+1
|
* - Mark as DEPRECATEDjadawin2013-11-082-0/+6
|
* - Mark as DEPRECATEDjadawin2013-11-081-0/+3
|
* - Mark as DEPRECATEDjadawin2013-11-082-0/+6
|
* - Document memory corruption in security/openssh-portablebdrewery2013-11-081-0/+45
|
* - Update to 6.4p1bdrewery2013-11-082-6/+10
| | | | | | | | | | This release fixes a security bug: * sshd(8): fix a memory corruption problem triggered during rekeying when an AES-GCM cipher is selected. Full details of the vulnerability are available at: http://www.openssh.com/txt/gcmrekey.adv Security: http://www.openssh.com/txt/gcmrekey.adv
* security/sssd: update to 1.9.6wg2013-11-0832-819/+447
| | | | | | | | - Update to 1.9.6 - Remove FreeBSD < 8.0-RELEASE check (unsupported) PR: ports/183750 Submitted by: Lukas Slebodnik <lukas.slebodnik intrak.sk> (maintainer)
* - Change master sitesnemysis2013-11-081-8/+7
| | | | | | | | - Change maintainer email to @FreeBSD.org - Change Desktop entry file - Support STAGEDIR Approved by: pawel / wg (mentors, implicit)
* - Respect CC and fix build with clangsunpoet2013-11-073-22/+18
| | | | | | | | | | | - Add LICENSE - Remove leading indefinite article from COMMENT - Support STAGEDIR - Remove contiguous blank line from pkg-descr PR: ports/183114 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 17 days)
* - Fix build with new ld behavior (on 10 and head)madpilot2013-11-073-13/+12
| | | | | | | | | | | - Add USES=desktop-file-utils - Convert to staging - Use space in pkg-descr WWW line - Remove redundant update-mime-database lines from pkg-plist PR: ports/183702 Submitted by: Me Approved by: FreeBSD@nagilum.org (maintainer)
* Fix pkg name collisionsbapt2013-11-073-3/+2
| | | | With hat: portmgr
* Document vulnerability in irc/quasselmakc2013-11-071-0/+28
|
* - Convert to stagingmat2013-11-061-3/+1
| | | | | | maintainer timeout. PR: ports/183184 Submitted by: mat
* security/sssd: fix build on 10wg2013-11-061-3/+4
| | | | | | | | - Fix build on 10 - Move library path to where it belongs PR: ports/183693 Submitted by: Lukas Slebodnik <lukas.slebodnik intrak.sk> (maintainer)
* Support STAGEDIR.vanilla2013-11-06191-704/+539
|
* Spell "yes" correctly. Use PORTDOCS. Merge post-install into do-install.cperciva2013-11-061-7/+4
| | | | Submitted by: danfe
* - Upgrade to 0.11.kuriyama2013-11-053-10/+15
|
* New port: security/pecl-scryptantoine2013-11-054-0/+36
| | | | | | | | | | | | This is a PHP library providing a wrapper to Colin Percival's scrypt implementation. Scrypt is a key derivation function designed to be far more secure against hardware brute-force attacks than alternative functions such as PBKDF2 or bcrypt. WWW: http://pecl.php.net/package/scrypt PR: ports/180904 Submitted by: Horia Racoviceanu
* Fix build on i386 by fixing mismatching function declarations duenovel2013-11-051-3/+21
| | | | | | to previous patch. Reported by: Lena@lena.kiev.ua
* pkesh is a Public Key Encryption SHell script. Think GPG with 99.9% lesscperciva2013-11-044-0/+34
| | | | | code and without the web-of-trust mechanism: pkesh encrypts data to a key, and it's up to you to make sure it's the correct key.
* Also bump PORTREVISION after previous commit.novel2013-11-041-1/+1
| | | | Pointy hat to: novel
* - libgnome-keyring: fix libtasn1 dependency after shlib bumpnovel2013-11-042-1/+43
| | | | | | | - gnome-keyring: fix build with new libtasn1 [1] Reported by: sbruno Obtained from: NetBSD [1]
* Update to 0.20.1.novel2013-11-034-12/+26
|
* - Chase security/libtasn1 updatenovel2013-11-035-7/+8
| | | | - Add UPDATING entry
* - Update to 3.3novel2013-11-034-53/+54
| | | | | - Add stage support - Fix WWW line to pet portlint
* - Fix build problems for amd64 compatibilitytabthorpe2013-11-034-7/+60
| | | | | | | - Other minor updates PR: ports/182587 Submitted by: Joe Greco <jgreco@ns.sol.net> (maintainer)
* - Update from 1.137 to 1.171 [1]danilo2013-11-032-17/+10
| | | | | | | - Add stage support PR: ports/183571 Submitted by: Tim Daneliuk <tsshbatch@tundraware.com> (maintainer) [1]
* security/py-pycryptopp: Fix C++ issues on modern gccmarino2013-11-034-0/+95
| | | | Approved by: portmgr (bapt, implicit)
* Strip shared library.ume2013-11-032-4/+4
|
* - Update to 0.24sunpoet2013-11-034-12/+14
| | | | | | | | | - Add LICENSE - Use REINPLACE_CMD instead of PERL - Support STAGEDIR - Fix WWW Changes: http://search.cpan.org/dist/Authen-Radius/Changes
* Support STAGEfeld2013-11-031-22/+18
| | | | | PR: ports/183209 Approved by: swills (mentor, implicit)
* Support STAGEfeld2013-11-031-16/+11
| | | | | PR: ports/183208 Approved by: swills (mentor, implicit)
* security/barnyard2: remove BROKEN for one optionwg2013-11-021-1/+0
| | | | | PR: ports/183574 Submitted by: Paul Schmehl <pauls utdallas.edu> (maintainer)
* Update to 2.3.1 (bug fixes)antoine2013-11-022-3/+3
|
* Mark as deprecated, expire in 1 monthantoine2013-11-021-0/+3
| | | | Submitted by: maintainer
* - Update to 4.7.2antoine2013-11-022-17/+11
| | | | | | | | - Use option helpers - Convert to STAGEDIR PR: ports/183099 Approved by: maintainer timeout (2 weeks)
* - Update to 2.4.8zi2013-11-022-3/+3
|
* - convert php53 ports to STAGEflo2013-11-024-4/+0
| | | | - convert to new LIB_DEPENDS format
* security/barnyard2-sguil: enable staging on slave portwg2013-11-021-1/+0
| | | | | PR: ports/183403 Submitted by: Paul Schmehl <pauls utdallas.edu> (maintainer)
* security/barnyard2: allow statingwg2013-11-022-21/+26
| | | | | | | - Allw staging [1] (based on) PR: ports/183404 [1] Submitted by: Paul Schmehl <pauls utdallas.edu> (maintainer)
* Install the Crypt::RandPasswd man pageskreuzer2013-11-012-0/+2
| | | | Reported by: Andrej Zverev <az@freebsd.org>
* security/vuxml: add modified date for gnutlswg2013-11-011-0/+1
| | | | Reported by: kwm
* security/gnutls3: update to 3.1.16wg2013-11-012-3/+3
| | | | Security: 9065b930-3d8b-11e3-bd1a-e840f2096bd0
* gnutls3 3.1.15 is affected by the same vulnerabilitywg2013-11-011-1/+1
|
* security/sssd: fix krb5 detection on 8.3wg2013-11-013-0/+73
| | | | | PR: ports/183504 Submitted by: Lukas Slebodnik <lukas.slebodnik intrak.sk> (maintainer)
* . Simplify Makefilegarga2013-11-013-15/+17
| | | | . Use space on WWW line
* Simplify Makefilegarga2013-11-011-6/+1
|
* . Simplify Makefilegarga2013-11-011-11/+7
| | | | . Unmute install commands
* Remove conditional to install DOCSgarga2013-11-011-2/+0
|
* Remove conditional to install DOCSgarga2013-11-011-2/+0
|
* Simplify Makefilegarga2013-11-011-5/+1
|
* Update to 0.04skreuzer2013-11-012-8/+3
|
* Thunderbird is only at version 24.1.0, not 25.0flo2013-10-311-1/+2
|
* - Update to 1.955jadawin2013-10-313-8/+8
| | | | | | - Support STAGE Sponsored by: OBS
* Add an entry for the recent mozilla vulnerabilitiesflo2013-10-311-0/+83
|
* Add run dependency on p5-Gtk2, needed by gscriptorarved2013-10-311-1/+3
|
* Update to 2.2.7.novel2013-10-302-4/+3
|
* Stagify.ale2013-10-308-8/+0
|
* This is a next generation of security/keepassx which supporting a *.kdbx.vg2013-10-306-0/+219
| | | | | | PR: ports/173282 Submitted by: Eric Camachat <eric@camachat.org> Approved by: eadler, osa, rm (mentors, implicit)
* Fix build with clang and stagify.ale2013-10-302-10/+19
|
* - Add stage supportswills2013-10-3011-11/+0
|
* security/ipsec-tools: update to 0.8.1wg2013-10-303-28/+16
| | | | | | | | | - Update to 0.8.1 [1] - Allow staging [1] - Remove FreeBSD < 8.x message PR: ports/182758 [1] Submitted by: Kurt Jaeger <fbsd-ports opsec.eu>
* Convert to STAGEDIRantoine2013-10-302-6/+4
|
* Convert to STAGEDIRantoine2013-10-301-4/+3
| | | | Followup of PR: 178208
* - revert r331810dinoex2013-10-294-5/+4
|
* - Update www/mod_pagespeed to 1.2.24.2,1swills2013-10-291-0/+29
| | | | - Document security issue in mod_pagespeed
* security/sssd: fix ldap client dependencywg2013-10-281-1/+1
| | | | | | | - Fix ldap client dependency PR: ports/183377 Submitted by: Lukas Slebodnik <lukas.slebodnik intrak.sk> (maintainer)
* - Cancel the vuxml entry correctlysunpoet2013-10-281-0/+4
| | | | Notified by: remko
* - use STAGEDIRdinoex2013-10-282-45/+21
| | | | - use OPTIONS_DEFINE
* - Revert previous commitsunpoet2013-10-281-33/+0
|
* - Document WordPress XSS vulnerabilitysunpoet2013-10-281-0/+33
|
* security/gnutls3: fix build without CXX optionwg2013-10-271-1/+1
| | | | | | - Fix build without CXX option Submitted by: decke
* security/sssd: pass maintainershipwg2013-10-271-1/+1
| | | | | | - Pass maintainership to the last PR submitter Approved by: maintainer (timeout)
* - security/libotr: update to new LIB_DEPENDS, adjust conflictscs2013-10-274-19/+21
| | | | - security/libotr3: update to new LIB_DEPENDS, adjust conflicts, add staging support
* Convert rubygems I maintain to STAGEDIRantoine2013-10-271-1/+0
|
* security/sssd: update to 1.9.5wg2013-10-2743-839/+1122
| | | | | | | | | | | - Update to 1.9.5 [1] - Allow staging - Convert lib depends to new format - Use correct autotools PR: ports/181566 Submitted by: Lukas Slebodnik <lukas.slebodnik intrak.sk> Approved by: maintainer (timeout)
* - Update to 2.1.2sunpoet2013-10-272-7/+7
| | | | | | | - Add LICENSE - Support STAGEDIR Changes: https://github.com/net-ssh/net-sftp/blob/master/CHANGES.txt
* - Update to 1.1.2sunpoet2013-10-272-5/+6
| | | | | | | - Add LICENSE - Support STAGEDIR Changes: https://github.com/net-ssh/net-scp/blob/master/CHANGES.txt
* - Add rubygem-sshkit 1.1.0sunpoet2013-10-274-0/+30
| | | | | | | | SSHKit is a comprehensive toolkit for remotely running commands in a structured manner on groups of servers. WWW: https://github.com/leehambley/sshkit RG: https://rubygems.org/gems/sshkit
* Support staging.ehaupt2013-10-262-11/+14
|
* Update to libmpc version 1.0.1 which brings the following fixes:gerald2013-10-2630-19/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Switched to automake 1.11.6, see CVE-2012-3386. - #14669: Fixed extraction of CC from gmp.h. - Fixed case of intermediate zero real or imaginary part in mpc_fma, found by hydra with GMP_CHECK_RANDOMIZE=1346362345. This is on top of the following changes from version 1.0 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no invariant sections) for the documentation. - 100% of all lines are covered by tests - Renamed functions . mpc_mul_2exp to mpc_mul_2ui . mpc_div_2exp to mpc_div_2ui - 0^0, which returned (NaN,NaN) previously, now returns (1,+0). - Removed compatibility with K&R compilers, which was untestable due to lack of such compilers. - New functions . mpc_log10 . mpc_mul_2si, mpc_div_2si - Speed-ups . mpc_fma - Bug fixes . mpc_div and mpc_norm now return a value indicating the effective rounding direction, as the other functions. . mpc_mul, mpc_sqr and mpc_norm now return correct results even if there are over- or underflows during the computation. . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has infinite part and equals output variable is corrected. . mpc_fr_sub: Wrong return value for imaginary part is corrected. Convert to the new LIB_DEPENDS standard and remove hard-coded .so versions from a couple of dependent ports. Bump PORTREVISIONS of all dependent ports. PR: 183141 Approved by: portmgr (bdrewery)
* Update to 2.3antoine2013-10-263-12/+203
| | | | Release notes: https://code.google.com/p/volatility/wiki/Release23