aboutsummaryrefslogtreecommitdiffstats
path: root/security
Commit message (Collapse)AuthorAgeFilesLines
* Add 4 new sed commands to USES=libtool. The first two apply some of thetijl2014-06-221-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | changes that Debian made to their libtool. The first command applies to libtool versions 1.4 and up. The second command is somewhat more elaborate but essentially it uses the sed hold space to move an "elif...fi" block down. It applies to 2.x. Together these reduce overlinking to unpatched .la files (from ports that don't have USES=libtool yet but also .la files in the work directory). The third and fourth command fix relinking. During staging libtool may relink libA when it links to another library in the work directory libB. The reason is that libA created during build phase has its runpath set to the location of libB in the work directory. This allows running an executable that links to libA from within the work directory. The relink removes this extra runpath. When libtool relinks libA it replaces "libB.la" on the linker command line with "-L${STAGEDIR}${PREFIX}/lib -lB" with the intention to link to libB in the stage directory but this -L flag isn't necessarily the first so another libB may be linked instead. The two sed commands make relink the same as a normal link. This means libtool will relink with libraries from the work directory using a path similar to "../srcB/.libs/libB.so" without -L flags. This applies to libtool 1.4 and up. Earlier versions don't seem to relink libraries. (This fixes ports like devel/apr1 so they link with freshly built libraries instead of installed libraries.) Fix all ports with missing libraries. Additionally: archivers/rpm4: USES=patchfix. databases/gdbm: INSTALL_TARGET=install-strip. devel/gnome-vfs: remove patch that doesn't change anything. devel/ois: INSTALL_TARGET=install-strip and use standard USE_AUTOTOOLS. devel/zziplib: INSTALL_TARGET=install-strip, MAKE_CMD. multimedia/mjpegtools: remove USE_AUTOTOOLS, use modern compiler on i386 instead of disabling optimisations. net/libnetdude: disable static plugins. PR: 190941 Exp-run: antoine Approved by: portmgr (antoine)
* - Fix build if gpgsm is not installedjhale2014-06-221-0/+6
| | | | | PR: 191264 Submitted by: rakuco
* - Strip binaries in a little cleaner fashionjhale2014-06-221-1/+1
|
* - Update to 1.5.0jhale2014-06-223-32/+8
| | | | | | | | - Simplify MASTER_SITES - Drop signature download and verify target - Strip libraries - Add UPDATING entry documenting behavior change since gpgme now autodetects the gpg binary
* Turn "WITH_OPENMP" into a proper OPTION.adamw2014-06-221-5/+6
|
* Update to 0.8cs2014-06-222-3/+3
|
* Update to 0.2cs2014-06-222-3/+3
|
* Poudriere performs builds in a jail with no pty. This causes the tripwirecy2014-06-221-12/+23
| | | | install script a bit of gas. Circumvent the issue by removing the pty test.
* Use short name from spdx.org for OpenSSL licenseantoine2014-06-221-1/+1
| | | | | | Reviewed by: eadler Phabric: D263 With hat: portmgr
* Deprecate interactive port security/hunch for removal in 2 monthsmarino2014-06-211-0/+3
| | | | | | | | | | This unstaged port would need to be converted to a regular, staged port in order to undeprecate it. PR: 191211 Submitted by: marino Disposition: maintainer (Dan Pelleq) Approved by: portmgr (implicit)
* Document the latest phpMyAdmin vulnerabilities. Very littlematthew2014-06-211-0/+31
| | | | | | | | information has been published as yet. What there is here has been gleaned from the ChangeLog at http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.2.4/phpMyAdmin-4.2.4-notes.html/view Updates and CVE numbers to follow, as they are made available.
* Tripwire hasn't been interactive since conversion to stage.cy2014-06-211-1/+0
|
* Build shared library by defaultgrembo2014-06-201-1/+1
| | | | | | PR: 191028 Reviewed by: bapt Approved by: bapt
* security/monkeysphere: update to 0.36wg2014-06-206-91/+129
| | | | | | | | | | | - Update to 0.36 [1] - Support stage [1] - Use @sample - Pass maintainership to submitter PR: 189205 (based on) Submitted by: anarcat koumbit org Approved by: maintainer
* security/pam_pgina: Deprecate, remove 20 July 2014 (site's gone)marino2014-06-192-3/+3
| | | | | | | | The domain is now parked, no more distfiles are available, the port is not maintained and no updates for 10 years. PR: 190921 Submitted by: Ronald Klop
* Add vuln entry for iodine.lx2014-06-191-0/+28
| | | | Submitted by: Kenta S.
* Bump PORTREVISION after the plist fix so that people get the fix.mat2014-06-181-1/+1
| | | | Sponsored by: Absolight
* Update to 6.8.9-3 [1][3].kwm2014-06-181-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Use USES=compiler:openmp for the OPENMP option[2] Ditch the use of perl for patching etc [4] and silence perl threaded check [6] -delay option spurious message should be fixed [5] JASPER option was replace by JPEG2000 for JP2k support. Put 16BIT_PIXEL and HDRI option separate option block. These options change the library name, so the user needs to take this into consideration. Use new LIB_DEPENDS syntax. Use @sample for config files. Sprinkle some USES=pkgconfig for some ports, since we don't pull it in anymore at run-time. PR: 185462 [1] PR: 187548 [2] PR: 182793 [3] PR: 181746 [4] PR: 176047 [5] PR: 190814 [6] Submitted by: c.petrik.sosa@gmail.com [1] Matthieu Volat <mazhe@alkumuna.eu> [2] free.bsd@webstyle.ch [3] andrnils@gmail.com [4] rfg@tristatelogic.com [5] Michelle Sullivan <michelle@sorbs.net> [6] Approved by: portmgr (blanket) (for NO_STAGED ports)
* Update to 1.2.2cs2014-06-182-3/+3
|
* Fix plist without SQLITE option, i.e., r358060 was incomplete. Actually,jkim2014-06-181-0/+4
| | | | | | | | this option is very confusing. This option does not enable SQLite support but enables building with existing SQLite library, i.e., disables building with bundled SQLite source. Submitted by: mat
* - Switch to USES=libtool, drop .la filesamdmi32014-06-172-2/+5
| | | | Approved by: portmgr blanket
* - Update to 1.64jadawin2014-06-172-3/+3
|
* Document asterisk vulnerabilitiesflo2014-06-171-0/+44
|
* Fix plist for SQLITE option. We do not build bundled SQLite for years.jkim2014-06-171-4/+0
|
* Fix for FreeBSD 9.lev2014-06-172-4/+2
| | | | Fix messed up categories for slave ports.
* - Add missing USES=libtool to archivers/snappyamdmi32014-06-161-0/+1
| | | | | | - Bump dependent ports as .so version has changed Approved by: portmgr blanket
* - Update to 1.993jadawin2014-06-163-3/+4
|
* subversion port has been overhauled. Some optional parts was extractedlev2014-06-167-0/+72
| | | | | | | | | | | | | | | | | | | | | | | | | | | to separate ports. These ports are: www/mod_dav_svn instead of option MOD_DAV_SVN. security/subversion-gnome-keyring instead of option GNOME_KEYRING. security/subversion-kwallet instead of option KDE_KWALLET. If you used devel/subversion with one (or more) of these non-standard options, you should install appropriate port after subversion upgrade. "mod_dontdothat" is installed unconditionally by www/mod_dav_svn port (it has been depended on TOOLS option), but is not activated by default, you may need to edit apache's configuration file. devel/subversion port now installs svndiff, svndiff3 and svndiff4 commands if TOOLS option is enabled. They was skipped before. Official names "diff", "diff3" and "diff4" are prefixed with "svn" to avoid conflicts with base and other diff versions. All libraries and binaries are now stripped if MAINTAINER_DEBUG option is not selected (including all sub-ports, like bindings and mod_dav_svn).
* - Support STAGEDIRsbz2014-06-151-5/+9
|
* Update to 1.2.7antoine2014-06-152-3/+3
|
* - Enable stagedir supportmva2014-06-152-5/+3
| | | | | | | | | - Remove easy_install dependency - Convert to PYDISTUTILS_AUTOPLIST - Bump PORTREVISION to enforce a cleanup for the easy_install references With hat: python@ Approved by: portmgr (implicit)
* - Remove easy_install dependencymva2014-06-151-3/+3
| | | | | | | - Bump PORTREVISION to enforce a cleanup for the easy_install references With hat: python@ Approved by: portmgr (implicit)
* - Enable stagedir supportmva2014-06-152-34/+4
| | | | | | | | | - Remove easy_install dependency - Convert to PYDISTUTILS_AUTOPLIST - Bump PORTREVISION to enforce a cleanup for the easy_install references With hat: python@ Approved by: portmgr (implicit)
* - Remove easy_install dependencymva2014-06-151-2/+3
| | | | | | | - Bump PORTREVISION to enforce a cleanup for the easy_install references With hat: python@ Approved by: portmgr (implicit)
* Fix build under clang and gcc 4.8.cy2014-06-1514-1/+158
| | | | Submitted by: dim
* Document dbus local doskwm2014-06-141-0/+31
| | | | MFH: 2014Q2
* Only builds with GCC 4.6.cy2014-06-141-1/+1
|
* - Update to 0.4.7 [1]bdrewery2014-06-143-8/+4
| | | | | | | - Make pkg-message less harsh PR: 190987 [1] Submitted by: tim@bishnet.net [1]
* security/p5-openxpki-deployment: Unbreak by adding Stage supportmarino2014-06-133-22/+19
| | | | | | | | | | | | | | In addition to changes related to staging: * Adds LICENSE (ART20) * Fixes rc.d script for new rules * remove BROKEN definition (added due to lack of staging) What the patch does not do is fix the build on FreeBSD 10+ This will be dealt with in a following patch. Testing without poudriere and redports (F8 and F9, x4). PR: 190960 Submitted by: maintainer (Sergei Vyshenski)
* - Remove chown to fix buildzi2014-06-131-3/+1
| | | | | | - Bump PORTREVISION Submitted by: bdrewery
* security/sssd: pam fixeswg2014-06-123-21/+46
| | | | | PR: 184464 Submitted by: maintainer
* Update to 0.9.36 release.ale2014-06-122-3/+3
|
* - Update to 1.12jadawin2014-06-122-3/+6
| | | | - Add License
* - Update to 5.92jadawin2014-06-122-3/+3
|
* Bump PORTREVISION on everything that depends on devel/apr1 due to thetijl2014-06-121-0/+1
| | | | | | library version change. Approved by: portmgr (implicit)
* - Update to 0.140890jadawin2014-06-122-3/+3
|
* security/p5-PGP: fix run dependency on security/pgpinpi2014-06-122-1/+22
| | | | | | | | - fix path to pgpin binary PR: ports/190841 Approved by: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer) Approved by: mentors (implicit)
* Reset the 99 ports still listed under sylvio@marino2014-06-122-2/+2
| | | | | | | | | | | Sylvio's last commit was 17 months ago, a full 5 months after all of his ports could have been reset per policy. Given the push to complete staging (48 ports are still unstaged, something like 70+ have already been staged by other committers) and given that PRs are automatically assigned but never addressed, it's better just to reset all the ports and PRs so that it's clear to others that these ports are free to maintain. Approved by: portmgr (implicit)
* add STAGE supportoliver2014-06-123-11/+13
|
* - Stagify.kuriyama2014-06-112-2/+0
|
* Support LIBS like LDFLAGS.tijl2014-06-1111-28/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV. - Add an option helper for LIBS. - Adjust all ports that already use LIBS. Also remove references to PTHREAD_CFLAGS and PTHREAD_LIBS while here. - Some ports did not support having a LIBS environment variable and required additional patches. Somewhat simplified a linker command line looks like: ${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS} where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and LIBS can be controlled by us. If possible -L and -l flags need to be added to LIBS to make sure they appear after any -L and -l flags set by upstream. Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this may appear too early on the command line causing installed libraries to be linked in instead of freshly built ones. Additional changes: benchmarks/netio: Replace WITH_IPV6 with an IPV6 option. comms/gnokii: Replace some patches with USES=pathfix. Also remove -fPIC. graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR. graphics/visionworkbench: Remove FreeBSD 7 support. multimedia/libmovtar: New LIB_DEPENDS syntax. multimedia/opencinematools: Use standard do-build. net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins) net-mgmt/nagios: Remove -fPIC. net-mgmt/nagios4: Remove -fPIC. print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION < 1000036. security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS. This skips a test in configure that falsely detects pthread_mutexattr_init in our libc. sysutils/dar: Fix iconv detection. x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD hack and use $CXX as linker as on other platforms. PR: 190592 Exp-run by: antoine Approved by: portmgr (antoine)
* - Switch to USES=libtoolamdmi32014-06-111-1/+4
| | | | - Strip libraries
* Document new vulnerabilities in www/chromium < 35.0.1916.153rene2014-06-111-0/+38
| | | | | | Submitted by: Carlos Jacobo Puga Medina <cpm@fbsd.es> Obtained from: http://www.googlechromereleases.blogspot.nl/ MFH: 2014Q2
* Stagify.vanilla2014-06-111-8/+7
|
* Stagify.vanilla2014-06-111-10/+8
|
* 1: Stagify.vanilla2014-06-111-8/+5
| | | | 2: convert to new format of LIB_DEPENDS.
* Stagify.vanilla2014-06-112-7/+6
|
* Stagify.vanilla2014-06-111-1/+0
|
* - Update Firefox to 30.0beat2014-06-114-6/+6
| | | | | | | | | | | | | | | | | | | | | | - Update Firefox ESR to 24.6.0 - Update libxul to 24.6.0 - Update NSS to 3.16.1 - Update NSPR to 4.10.6 - Update Thunderbird to 24.6.0 - Convert USE_BZIP2 to USES - Backport ff31 fix against crashing DEBUG build on newegg.com [1] - Add a note in UPDATING to not build audio/soundtouch with INTEGER_SAMPLES [2] - Use arc4random_buf(3) to generate UUIDs (version 4) - Fix debugger detection used by Telemetry and the slow script dialog - Add STAGE support [3] PR: ports/189991 [1] PR: ports/189217 [2] PR: ports/189488 [2] Submitted by: bapt [3] Sumbitted by: Jan Beich Security: http://www.vuxml.org/freebsd/888a0262-f0d9-11e3-ba0c-b4b52fce4ce8.html
* Stagify.vanilla2014-06-111-6/+5
|
* Stagify.vanilla2014-06-112-24/+10
|
* stagify.vanilla2014-06-111-5/+4
|
* Stagify.vanilla2014-06-111-5/+4
|
* Stagify.vanilla2014-06-111-17/+16
|
* Stagify.vanilla2014-06-113-24/+67
|
* Stagify.vanilla2014-06-111-4/+1
|
* - Convert USE_BZIP2 to USESamdmi32014-06-112-3/+5
| | | | | - Add missing USES=libtool - Strip libraries
* - Support stagingamdmi32014-06-113-15/+14
| | | | - Switch to USES=libtool, drop .la files
* security/heimdal: Mark not-jobs-safe and fix cracklib locationmarino2014-06-113-223/+16
| | | | | | | | | | | | While here: * Clean up options and PLIST_SUB with new option framework capabilities * Remove condition for FreeBSD 6 and earlier - Remove never-fulfilled plist condition - Move extra-patch to always-patch * minor cosmetic realignment PR: 181923 Submitted by: dewayne
* - Add missing USES=libtoolamdmi32014-06-111-1/+2
| | | | Approved by: portmgr blanket
* security/heimdal: Fix LDAP/SASL supportmarino2014-06-111-0/+1
| | | | | | | | | Enable heimdal to properly build against net/openldap-sasl-client when openldap24-server is built with SASL support. It did not before. Heimdal is currently unmaintained. PR: 183697 Submitted by: pcm
* Document mozilla vulnerabilitiesbeat2014-06-111-0/+71
|
* fix permission.ume2014-06-111-0/+1
|
* Stagify.vanilla2014-06-102-3/+22
|
* Stagify.vanilla2014-06-102-5/+25
|
* Remove all the bootstrap files (.bs) from the plists.mat2014-06-1074-81/+0
| | | | | | | | | | Starting with perl 5.20, they're not installed any more if empty, and on FreeBSD, they're (always ?) empty. PR: 190681 Submitted by: mat Exp-Run by: antoine Sponsored by: Absolight
* security/heimdal: Reset maintainermarino2014-06-101-1/+1
| | | | | There have been 3 consecutive PR timeouts since June 2012, and several PRs are still open.
* security/p5-PGP: unbreak on amd64pi2014-06-101-2/+1
| | | | | | | changing build dependency from security/pgp to security/pgpin Approved-By: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer) Approved-By: mentors (implicit)
* Stagify tripwire, tripwire12, and tripwire-131.cy2014-06-1014-120/+230
| | | | Take maintainership of tripwire12.
* Add a patch to fix an error many users reported. When you have an old clamavgarga2014-06-102-1/+12
| | | | | | version installed and have openssl installed from ports, clamav cannot be built. It happened because SSL_CPPFLAGS was being set before internal includes, so it tried to use old clamav headers.
* Unbreak metasploit at runtime by adding www/rubygem-rkelly-remixantoine2014-06-091-2/+5
|
* - Update from 4.9.2 to 4.9.3danilo2014-06-092-3/+3
| | | | | PR: ports/190802 Submitted by: tanawts@gmail.com
* Remove all space characters from Makefile assignments.olgeni2014-06-095-48/+48
| | | | | | | No functional changes included. CR: D193 (except math/sedumi) Approved by: portmgr (bapt)
* Mass-update maintainer from fbsd-ports@opsec.eu -> pi@FreeBSD.orgpi2014-06-093-3/+3
|
* - Update to 1.26sunpoet2014-06-083-11/+10
| | | | | | | - Convert to new LIB_DEPENDS format - Reformat pkg-descr Changes: http://search.cpan.org/dist/Crypt-GCrypt/Changelog
* Remove indefinite articles from COMMENT where I'm maintainer.olgeni2014-06-081-1/+1
|
* - Update plaso to 1.1.0antoine2014-06-074-46/+19
| | | | | | Announce: http://blog.kiddaland.net/2014/06/what-is-one-to-say-about-june-time-of.html - Add converters/py-bencode, bencoding and bdecoding implementation
* - Update to latest snapshot 201421bdrewery2014-06-073-123/+75
| | | | | | | | - Support staging - Sync more with security/openvpn PR: 190312 Submitted by: ecrist@secure-computing.net (maintainer)
* - Fix build when info files get regenerated, thus causing info-5 tobdrewery2014-06-072-7/+6
| | | | | | | | | | | | disappear. Depending on which makeinfo version is used it would spit out 6 files or 5 (.info,1-5). It would not always regenerate though. The bundled info files went to -5. Now force regenerate it always using the base makeinfo(1) and use --no-split so only 1 file is used. PR: 190693 Reported by: many
* authenticate as a member of a groupmiwi2014-06-065-0/+38
| | | | | | | | | | Define that a user must be logged in and have the proper permissions to access a route WWW: https://metacpan.org/pod/Dancer::Plugin::Auth::Extensible::Provider::Usergroup PR: ports/190659 Submitted by: Henk van Oers <hvo.pm@xs4all.nl>
* 1.4.0 was unfetchable and the website advises everyone toadamw2014-06-064-64/+54
| | | | | | "upgrade real soon now." So, update the port to 1.4.2. Also, STAGE support, options helpers, @sample, etc.
* - Use new LIB_DEPENDS syntaxamdmi32014-06-062-2/+4
| | | | | | - Switch to USES=libtool, drop .la files Approved by: portmgr blanket
* - Use new LIB_DEPENDS syntaxamdmi32014-06-061-5/+6
| | | | | | - Switch to USES=libtool Approved by: portmgr blanket
* - Switch to USES=libtool, drop .la filesamdmi32014-06-062-4/+4
| | | | Approved by: portmgr blanket
* - Switch to USES=libtool, drop .la filesamdmi32014-06-062-1/+2
| | | | Approved by: portmgr blanket
* Stagify.vanilla2014-06-062-10/+7
| | | | Approved by: portmgr@
* Stagify.vanilla2014-06-063-2/+37
| | | | Approved by: portmgr@
* - Drop .la files, no dependees require themamdmi32014-06-062-4/+2
| | | | Approved by: portmgr blanket
* Update to 20140604antoine2014-06-062-3/+3
|
* Fix typoantoine2014-06-061-1/+1
|
* Chase lang/clisp expiration dateantoine2014-06-061-0/+3
| | | | With hat: portmgr
* - Drop .la files, no dependees require themamdmi32014-06-062-4/+4
|
* Fix build with JDK7 and later and make it always dependent upon libiconvjkim2014-06-061-9/+3
| | | | | | from the ports tree. Reported by: exp-run (PR190511)
* Update to 1.0.1h.delphij2014-06-053-34/+12
| | | | | Approved by: so (ports-security@ blanket) Security: 5ac53801-ec2e-11e3-9cf3-3c970e169bc2
* Document OpenSSL multiple vulnerabilities.delphij2014-06-051-0/+54
|
* Update to 1.2.6cs2014-06-052-3/+3
|
* Update to 1.2.1cs2014-06-052-3/+3
|
* - No need for print/texinfo dependency for makeinfo as it is in basebdrewery2014-06-051-3/+2
| | | | Reported by: tijl
* security/sqlmap: add stage supportrm2014-06-052-81/+71
| | | | | | - add stage support - update pkg-plist - bump PORTREVISION
* Fix extraneous <vuxml> open tag on line 88.mandree2014-06-051-1/+0
|
* security/whatweb: unbreak by updaterm2014-06-054-49/+918
| | | | | | | | | - unbreak by update to 1.4.8-dev (ruby 1.9-aware) - switch to github - add staging support PR: 188643 Reported by: agr@mail.ru
* Fix build.wxs2014-06-051-1/+1
|
* Patch CVE-2014-3466 to prevent memory corruption due to server hello parsing.cy2014-06-052-1/+12
| | | | | Obtained from: https://gitorious.org/gnutls/gnutls/commit/688ea6428a432c39203d00acd1af0e7684e5ddfd Security: CVE-2014-3466, 9733c480-ebff-11e3-970b-206a8a720317
* Document gnutls CVE-2014-3466 to prevent memory corruption due to servercy2014-06-051-0/+29
| | | | | | hello parsing. Security: CVE-2014-3466
* - Switch to USES=libtool, drop .la filesamdmi32014-06-052-16/+6
| | | | Approved by: portmgr blanket
* Add CPE information.des2014-06-051-1/+1
| | | | With hat: ports-secteam
* - Switch security/libotr3 to USES=libtool, drop .la filesamdmi32014-06-043-6/+8
| | | | | | - Bump dependent ports as .so version has changed Approved by: portmgr blanket
* - Switch to USES=libtool, drop .la filesamdmi32014-06-042-3/+3
| | | | Approved by: portmgr blanket
* - Update to 1.00miwi2014-06-044-90/+104
| | | | | | | - Stage support PR: 189964 Submitted by: maintainer
* Adopt portjohans2014-06-041-1/+1
|
* - Take maintainershipsunpoet2014-06-041-1/+1
|
* Reset maintainer on staged ports tooantoine2014-06-043-3/+3
| | | | With hat: portmgr
* - Update to 3.1.25bdrewery2014-06-043-5/+4
| | | | | | | This fixes a security issue: http://www.gnutls.org/security.html#GNUTLS-SA-2014-3 Security: 027af74d-eb56-11e3-9032-000c2980a9f3
* - Document vulnerability in security/gnutls3 (CVE-2014-3466)zi2014-06-041-0/+28
|
* - Convert to new LIB_DEPENDS formatsunpoet2014-06-041-3/+2
| | | | | | - Use USES=tar:bzip2 Approved by: portmgr (blanket)
* Upgrade snappy to 1.1.1, and bump all related PORTREVISION to chase shared ↵vanilla2014-06-031-1/+1
| | | | | | | | library version. PR: ports/190409 Submitted by: ports at robakdesign.com Approved by: portmgr@ (for NO_STAGE)
* - Switch to USES=libtool, drop .la filesamdmi32014-06-032-5/+4
| | | | Approved by: portmgr blanket
* - Convert security/gsasl to USES=libtool, drop .la filesamdmi32014-06-032-4/+4
| | | | | | | - Bump revisions of dependent ports as gsasl .so version has changed - Convert USE_BZIP2 and USE_XZ to USES in some ports Approved by: portmgr blanket
* - Add PORTDOCS: copied from security/py-posix1esunpoet2014-06-031-1/+13
| | | | | | | | | | - Bump PORTREVISION for package and PKGNAME change - While I'm here: - Add missing PKGNAMEPREFIX - Add LICENSE PR: ports/168709 Submitted by: Joris Dedieu <joris.dedieu@gmail.com> (maintainer)
* - Remove security/py-posix1e (duplicate of security/py-pylibacl)sunpoet2014-06-034-34/+0
| | | | | PR: ports/168709 Submitted by: Joris Dedieu <joris.dedieu@gmail.com>
* - Update to 1.5.1sunpoet2014-06-032-3/+3
| | | | Changes: https://github.com/capistrano/sshkit/blob/master/CHANGELOG.md
* - Upgrade to 2.0.23 (minor enhancement).kuriyama2014-06-032-10/+10
|
* - Update to 0.10.2miwi2014-06-032-6/+6
| | | | - Convert USE_BZIP -> USES tar:bzip2
* - Support stagingamdmi32014-06-031-8/+7
| | | | | - Use new LIB_DEPENDS syntax - Fix docs installation
* - Convert USE_BZIP2 to USESamdmi32014-06-032-16/+18
| | | | | | | - Use new LIB_DEPENDS syntax - Switch to USES=libtool, drop .la files - Strip libraries - Fix docs installation
* - Update to 1.992jadawin2014-06-022-3/+3
|
* Update xmlsec to 1.2.20johans2014-06-022-4/+3
|
* Update to 1.2.0cs2014-06-023-10/+29
|
* Add stage support and introduce port options for IPV6 and LIBWRAP.se2014-06-022-12/+22
| | | | | Reviewed by: sem (maintainer), antoine Approved by: antoine (mentor)
* Update consumers of lang/python31 or higher to use Python version 3.Xrene2014-06-011-1/+1
| | | | | | | | | | | | and consumers of lang/python31 or lower to use Python 2.X This is in preparation of removing lang/python31 which expired on 2014-06-01 While here apply some fixes for textproc/codespell: - USE_XZ -> USES=tar:xz - remove unneeded USE_PYTHON_RUN line Approved by: python (mva)
* - use DESTDIR instead STAGEDIR in Makefile patchohauer2014-06-013-5/+6
| | | | - add WWW line to pkg-plist
* Add support for staging and set license to 3-clause BSD.se2014-06-012-5/+12
| | | | Approved by: antoine (mentor)
* Add stage support.se2014-06-012-17/+12
| | | | Approved by: antoine (mentor)
* Add stage support.se2014-06-012-8/+8
| | | | Approved by: antoine (mentor)
* Add stage support and support for the DOCS option.se2014-06-011-10/+8
| | | | Approved by: antoine (mentor)
* Update to 20140414antoine2014-06-012-11/+10
|
* - Stage supportmiwi2014-06-012-8/+3
|
* Add stage support.gjb2014-06-011-1/+3
| | | | Sponsored by: The FreeBSD Foundation
* Deprecated some ports that were already marked BROKEN in 2013antoine2014-06-011-0/+2
| | | | With hat: portmgr
* Unbreakantoine2014-06-011-3/+1
|
* - Update to 1.5.0sunpoet2014-06-012-6/+6
| | | | Changes: https://github.com/capistrano/sshkit/blob/master/CHANGELOG.md
* - Fix various distinfo errorsak2014-06-011-1/+0
| | | | | | | | - Remove unused USE_* knobs - Convert USE_TWISTED_RUN to USES - Remove empty lines after .include <bsd.port.mk> Approved by: portmgr (antoine)
* Unbreak, the sample configuration installation is already handle in plistantoine2014-05-311-8/+0
| | | | While here, remove ${CAT} ${PKGMESSAGE} unneeded for staged ports
* - Update to 1.053sunpoet2014-05-312-3/+3
| | | | Changes: http://search.cpan.org/dist/Net-SSLGlue/Changes
* New port: securiry/py-dfvfsantoine2014-05-304-0/+48
| | | | | | | | | dfVFS, or Digital Forensics Virtual File System, provides read-only access to file-system objects from various storage media types and file formats. The goal of dfVFS is to provide a generic interface for accessing file-system objects, for which it uses several back-ends that provide the actual implementation of the various storage media types, volume systems and file systems. WWW: https://code.google.com/p/dfvfs/
* Support staging and reset maintainershiprafan2014-05-301-5/+4
|
* USES=libtool tar:bzip2.tijl2014-05-305-17/+12
|
* - Add licenseerwin2014-05-304-125/+6
| | | | | | | | | | | | - Use @sample - Update to 1.3.7 Bugfixes: SOFTHSM-94: umask affecting the calling application. SOFTHSM-96: Check if Botan has already been initialised. PR: 190368 Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer) Sponsored by: DK Hostmaster A/S
* Deprecate sudosh ports. Their function is already in sudo.cy2014-05-303-0/+9
| | | | Approved by: portmgr (implicit)
* - Reset maintainershipsunpoet2014-05-301-15/+13
| | | | | | | | | | - While I'm here: - Add LICENSE - Convert to new options framework - Support STAGEDIR PR: ports/190386 Submitted by: Linh Pham <question+fbsdports@closedsrc.org> (maintainer)
* security/signing-party: Eliminate unnecessarily post-extractionmarino2014-05-301-7/+1
| | | | | The standard extraction target works fine; use it with NO_WRKSUBDIR. This is part of ongoing effort to improve infrastructure extraction.
* Stagify. Modernize.cy2014-05-302-17/+18
|
* Fixing range of affected versions of mumble 1.2.4 to cover all portrevisionsfeld2014-05-291-1/+1
|
* - Fix formatingmiwi2014-05-291-3/+6
|
* audio/mumble vulnerabilitiesfeld2014-05-291-0/+56
| | | | My first foray into this dark, scary vuxml dungeon.
* Fix fatal error at exit regarding missing trustdb although key is imported.kuriyama2014-05-292-1/+16
| | | | | | Submitted by: des, philip References: https://bugs.gnupg.org/gnupg/issue1622 References: http://git.gnupg.org/cgi-bin/gitweb.cgi?p=gnupg.git;a=commit;h=23191d7851eae2217ecdac6484349849a24fd94a
* Fix build with enabling HEIMDAL or MIT on recent 10-STABLE and later.ume2014-05-291-2/+2
|
* security/l0phtcrack: convert to USES+= zipmarino2014-05-291-2/+1
|
* VuXML: cancel Exim's CVE-2014-2957rea2014-05-291-24/+1
| | | | Current port isn't built with DMARC support and has no knobs to enable it.
* 2 more ports: convert to USES+= zipmarino2014-05-291-2/+1
| | | | | USES=zip is required when at least one distfile is a zip archive. Approved by: general infrastructure blanket
* - Document exim vulnerability (CVE-2014-2957)zi2014-05-291-0/+27
|
* - Use proper name for libgnutlsdane.sobdrewery2014-05-282-2/+2
| | | | Reported by: tijl
* Finish the replacement of calife-devel by calife.roberto2014-05-281-1/+0
| | | | Submitted by: thomas
* Update to 3.0.3, remove the -devel suffix after the rename fromroberto2014-05-283-18/+17
| | | | | | | calife-devel. Stagedir compatible now. Make myself maintainer. Submitted by: thomas (adapted for 3.0.3) Approved by: thomas (previous MAINTAINER)
* Rename calife-devel into calife. The original port (2.8) has beenroberto2014-05-289-49/+15
| | | | | | deprecated for some time now. Approved by: thomas (MAINTAINER)
* - Update to 1.991jadawin2014-05-282-3/+3
|
* Remove no-op USE_USESbapt2014-05-281-2/+1
| | | | Convert to new LIB_DEPENDS
* - Update to lsh 2.1johans2014-05-284-90/+39
| | | | | - Stagify - Adopt port
* Fix build when KRB5_HOME != LOCALBASE.cy2014-05-281-3/+4
| | | | Submitted by: hrs
* Convert to USES=sconsbapt2014-05-271-4/+2
| | | | With hat: portmgr
* Undo my poor merge conflict editing.eadler2014-05-271-0/+238
| | | | Reported by: rene, mat
* Report the latest flash security issueeadler2014-05-271-223/+17
|
* Fix INDEXbapt2014-05-261-1/+1
| | | | With hat: portmgr
* Replace lang/lua with the new lang/lua51bapt2014-05-261-2/+1
| | | | | | | | lang/lua51 is working the same way lang/lua52, chase ports using lua 5.1 Make the default lua lua52 Make all lua ports using USES=lua Approved by: portmgr (implicit)
* - Reformat pkg-descrsunpoet2014-05-261-8/+8
| | | | - Update WWW
* - Convert gmake, bzip2 to USESmiwi2014-05-2631-46/+33
| | | | Approved by: portmgr
* Convert to USES=dos2unixbapt2014-05-266-8/+7
| | | | With hat: portmgr
* Multiple ports: reset maintainerseadler2014-05-263-3/+3
| | | | | | | | | | | | | | Maintainers for these ports have been notified on 5 separate occasions over the course of several months about pending actions required. We really appreciate the time and effort you put in to maintain these ports. If you are still interested in helping to maintain these ports just reply to me or file a PR and I will happily assign the port to you again. Approved by: portmgr (implicit)
* - Convert to USES=libtoolbdrewery2014-05-252-4/+9
| | | | | | | - texinfo is only needed when DOCS is selected [1] PR: ports/189861 [1] Reported by: marino [1]
* Document a bunch of openjpeg vulnabilities.kwm2014-05-241-0/+42
| | | | MFH: 2014Q2
* Mark BROKEN: Fails to buildantoine2014-05-241-0/+2
| | | | | | | | | | cc -DHAVE_CONFIG_H -I. -I. -I../../lasso -I../.. -I../../lasso -I/usr/local/include/glib-2.0 -DXMLSEC_CRYPTO_DYNAMIC_LOADING=1 -DXMLSEC_CRYPTO=\"openssl\" -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_SIZE_T -DXMLSEC_NO_GOST=1 -DXMLSEC_NO_XKMS=1 -DXMLSEC_DL_LIBLTDL=1 -I/usr/local/include/xmlsec1 -DXMLSEC_OPENSSL_098=1 -DXMLSEC_NO_ECDSA=1 -DXMLSEC_CRYPTO_OPENSSL=1 -I/usr/local/include/libxml2 -I/usr/local/include -DLASSO_INTERNALS -DG_LOG_DOMAIN=\"lasso\" -O2 -pipe -fno-strict-aliasing -MT tools.lo -MD -MP -MF .deps/tools.Tpo -c tools.c -fPIC -DPIC -o .libs/tools.o tools.c: In function 'lasso_node_build_deflated_query': tools.c:752: error: dereferencing pointer to incomplete type tools.c:752: error: dereferencing pointer to incomplete type *** [tools.lo] Error code 1 Reported by: pkg-fallout
* Library wrapper for GSSAPIswills2014-05-244-0/+26
| | | | | | | WWW: https://rubygems.org/gems/gssapi PR: ports/189431 Submitted by: Joseph Benden <joe@thrallingpenguin.com>
* Horde package update:mm2014-05-244-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | comms/pear-Horde_ActiveSync 2.15.1 -> 2.16.1 devel/pear-Horde_Alarm 2.2.0 -> 2.2.1 devel/pear-Horde_Argv 2.0.8 -> 2.0.9 security/pear-Horde_Auth 2.1.3 -> 2.1.4 archivers/pear-Horde_Compress 2.0.7 -> 2.0.8 security/pear-Horde_Crypt 2.4.2 -> 2.4.3 devel/pear-Horde_Data 2.0.4 -> 2.0.5 devel/pear-Horde_Date 2.0.9 -> 2.0.10 www/pear-Horde_Dav 1.0.4 -> 1.0.6 databases/pear-Horde_Db 2.1.1 -> 2.1.2 devel/pear-Horde_History 2.3.0 -> 2.3.1 graphics/pear-Horde_Image 2.0.7 -> 2.0.8 mail/pear-Horde_Imap_Client 2.19.6 -> 2.20.0 devel/pear-Horde_Itip 2.0.5 -> 2.0.6 mail/pear-Horde_ListHeaders 1.1.1 -> 1.1.2 devel/pear-Horde_Lock 2.1.0 -> 2.1.1 mail/pear-Horde_Mail 2.2.0 -> 2.3.0 mail/pear-Horde_Mime 2.3.4 -> 2.3.5 mail/pear-Horde_Mime_Viewer 2.0.6 -> 2.0.7 devel/pear-Horde_Nls 2.0.3 -> 2.0.4 mail/pear-Horde_Smtp 1.4.1 -> 1.5.0 devel/pear-Horde_Token 2.0.4 -> 2.0.5
* - Add licensejadawin2014-05-231-0/+2
|
* - Update to 0.12jadawin2014-05-232-3/+3
|
* - Update to 1.63jadawin2014-05-232-3/+3
|
* - Update to 0.50jadawin2014-05-232-3/+3
|
* Fix port to support staging and perform the following build changes:se2014-05-233-25/+29
| | | | | | | | | | | | - fetch from sourceforge instead of directly from author's site - set LICENSE: a simplified 2 clause BSD license is granted in CHANGES - use new build option syntax in Makefile (option: DOCS) - update the URL in pkg-descr (the old one leads to an error page) - set MAINTAINER There are no functional changes. Approved by: antoine (mentor)
* - Update to 5.91jadawin2014-05-222-3/+3
|
* - Update to 2.04jadawin2014-05-222-3/+3
|
* security/sssd: fix since libtoolize conversionwg2014-05-222-0/+2
| | | | | PR: ports/190090 Submitted by: maintainer
* Adopting security/sshguardfeld2014-05-225-96/+21
| | | | | | | | | | | | | | rc script passes rclint Removed clever built-in sysadmin countermeasure: Previously sshguard would automatically add a line to your /etc/syslog.conf file. You could activate sshguard by uncommenting this line. However, every time you reinstall/update sshguard this line will also be automatically removed rendering the program inactive and your system unprotected. Sponsored by: SupraNet Communications, Inc
* - Update to 0.11miwi2014-05-222-3/+3
| | | | | PR: 188681 Submitted by: maintainer
* - Update to 2.5miwi2014-05-222-5/+5
| | | | | PR: 189629 Submitted by: Alexander <alexander.4mail@gmail.com> (maintainer)
* - Fix build with clangsbz2014-05-212-2/+3
| | | | Reported by: pkg-fallout
* Fix typo in rc script. ssd -> sssdfeld2014-05-212-2/+2
| | | | Submitted by: lslebodn
* xmllint from new libxml2 seems to be stricter than it used to beantoine2014-05-211-0/+1
| | | | | | Disable it so that man pages can be generated Submitted by: maintainer
* revert r354688 and fix the error instead, it should be @owner, not @user...girgen2014-05-211-0/+4
|
* remove @user @group since it does not work with old pkg_toolsgirgen2014-05-211-4/+0
| | | | | [https://wiki.freebsd.org/ports/StageDir] recommends using them, but I see no point in using both Reported by: Peter Olsson
* Document new vulnerabilities in www/chromium < 35.0.1916.114rene2014-05-211-0/+51
| | | | | Obtained from: http://googlechromereleases.blogspot.nl/ MFH: 2014Q2
* - Support stagingamdmi32014-05-211-3/+2
| | | | | PR: 189722 Submitted by: Michael Schout <mschout@gkg.net> (maintainer)
* - Remove build dependency on pkgconf.tijl2014-05-212-18/+11
| | | | | | | | | - USES=libtool pathfix. - Reenable -fstack-protector. There was only ever a problem on FreeBSD i386 <10 which can be fixed by adding -lssp_nonshared to LDFLAGS like Mk/bsd.ssp.mk does. Approved by: cs (maintainer)
* Quote ${CC} and similar variables in MAKE_ARGS.tijl2014-05-214-4/+4
| | | | Reported by: Dominic Fandrey <kamikaze@bsdforen.de>
* - Update MASTER_SITES to use the MASTER_SITE_SOURCEFORGE macroculot2014-05-201-1/+1
| | | | | PR: ports/190001 Submitted by: Pavel I Volkov <pavelivolkov@gmail.com> (maintainer)
* Chase same distinfo update as security/yaraantoine2014-05-202-4/+4
|
* - Update to 1.14.0sbz2014-05-203-9/+10
|
* - Update to 2014.63ak2014-05-202-3/+3
|
* - Add/update license when possibleak2014-05-201-2/+1
| | | | | - Modernize ports Makefiles - Update MASTER_SITES/distfile for converters/chmview
* - update to 8.0rm2014-05-202-3/+3
|
* Update ftp/proftpd to 1.3.5mm2014-05-201-4/+4
| | | | | Update ftp/proftpd-mod_geoip to 1.3.5 (now shipped with ProFTPd) Update security/proftpd-mod_clamav to 0.13
* - Update to 14.05.14olivierd2014-05-202-3/+3
|
* - Update to 1.988jadawin2014-05-192-3/+3
|
* - Update to 2.4culot2014-05-192-10/+5
| | | | | PR: ports/189324 Submitted by: Craig Leres <leres@ee.lbl.gov> (maintainer)
* - Stage supportmiwi2014-05-191-1/+5
| | | | | PR: 189893 Submitted by: maintainer
* Fix fetching.wxs2014-05-192-4/+4
| | | | | | Tag updated to v2.1.0 from 2.1.0. No changes to code. Thanks antoine@ for noticing.
* For several MATE related ports:tijl2014-05-194-29/+14
| | | | | | - USES=libtool tar:xz. - INSTALL_TARGET=install-strip. - Add CONFIGURE_ARGS=--disable-static to ports that only install plugins.
* Readd accidentally removed vars from SUB_LIST, they are used on clamd-milter.ingarga2014-05-181-1/+3
|
* Fix plist with old pkg_ toolsgarga2014-05-182-5/+7
|
* - Add STAGE supportzi2014-05-182-20/+14
| | | | | | | | | - Add LICENSE - Cleanup plist-related clever - Pacify portlint(1) - Bump PORTREVISION With hat: ports-secteam
* Add missing run-time dependencyjohans2014-05-181-0/+2
| | | | | Submitted by: des MFH: 2014Q2
* Convert net-im/libpurple (and slave ports net-im/finch and net-im/pidgin)tijl2014-05-184-32/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to "USES=libtool tar:bzip2". Bump PORTREVISION on all dependent ports and modernise them as well (USES, LIB_DEPENDS, staging). audio/pidgin-musictracker: - Replace LIBS with LDFLAGS. - Disable static plugin. net/online-desktop: Remove obsolete patches. net-im/mbpurple: - Drop pkgconf dependency. - Replace post-patch with MAKE_ARGS. - Use standard do-build. net-im/pidgin-audacious-remote: Disable static plugin. net-im/pidgin-birthday-reminder: Disable static plugin. net-im/pidgin-fetion: Replace pkg-plist with PLIST_FILES. net-im/pidgin-guifications: - Drop USE_GNOME=gnomeprefix. - Replace LIBS with LDFLAGS. net-im/pidgin-hotkeys: - Drop CFLAGS=-fPIC. - Fix build on systems without gcc. net-im/pidgin-libnotify: - Use option helpers. - Drop references to PTHREAD_CFLAGS and PTHREAD_LIBS. net-im/pidgin-manualsize: Fix build on systems without gcc. net-im/pidgin-privacy-please: - Replace a patch with CPPFLAGS and LDFLAGS. - Don't use USE_LDCONFIG for a plugin. net-im/pidgin-sipe: - Don't use USE_LDCONFIG for a plugin. - Drop PORTDOCS that don't contain useful documentation. - Patch configure with s/LDLAGS/LDFLAGS/ so LDFLAGS can replace LIBS. - Use option helpers and fix Kerberos option. - Remove obsolete CONFIGURE_ENV. security/pidgin-encryption: - Drop references to PTHREAD_CFLAGS and PTHREAD_LIBS. - Disable static plugin. - Use option helpers. security/pidgin-otr: - Drop redundant comment about PORTREVISION. - Add USE_GNOME=gtk20. - Drop references to PTHREAD_CFLAGS and PTHREAD_LIBS. - Port uses stack protector unconditionally so link with -lssp_nonshared when necessary like Mk/bsd.ssp.mk does. Approved by: portmgr (PORTREVISION bump on unstaged port)
* - Support USE_GITHUBmiwi2014-05-172-29/+35
| | | | | | | | - Fix info file - Options helper PR: 187752 Submitted by: Ports Fury
* Retire security/clamav-devel, clamav is not being updated that much nowadays,garga2014-05-1719-1069/+3
| | | | | | | so a -devel version is not required anymore. Also removed OPTIONS on other ports that pointed to clamav-devel as a dependency. Approved by: portmgr (implict)
* . Drop pkg-install and move directories to pkg-plistgarga2014-05-173-55/+28
| | | | | . Use USERS and GROUPS . Remove old check for FreeBSD > 7.x
* Move to USES=tar:bzip2garga2014-05-161-2/+1
|
* - Add a patch I missed that fixes the build of ossec-hids-client.brd2014-05-161-2/+19
| | | | | | Reviewed by: zi@ Noticed by: swills@ / jenkins Pointy hat to: me
* - Switch to USES=libtoolmartymac2014-05-162-3/+3
| | | | - Strip library
* - Update to 1.985jadawin2014-05-162-3/+3
|
* Fix major version number calculationgarga2014-05-163-6/+26
| | | | | Submitted by: Shawn Webb <lattera@gmail.com> Obtained from: https://github.com/vrtadmin/clamav-devel/commit/d17ee49f75e23b43fadf745c27dc4dd16ee372e5
* - Update to 2.9.6.1zi2014-05-163-23/+22
|
* - Update COMMENTzi2014-05-151-1/+1
|
* - Update MAINTAINERzi2014-05-151-1/+1
|
* - Update ossec to 2.7.1brd2014-05-1515-55/+341
| | | | | | | - Stagify - Fix build with clang Reviewed by: zi@
* Fix rc.d scripts REQUIREgarga2014-05-153-3/+3
|
* . Add USES=libtool on security/clamavgarga2014-05-157-13/+13
| | | | | | . Drop .la files . Since lib version was downgraded, bump portrevision on ports that depends of clamav . Fix REQUIRE names on rc.d scripts
* - Update to 5.90culot2014-05-152-3/+6
| | | | Changes: http://search.cpan.org/dist/Digest-SHA/Changes
* Move to new LIB_DEPENDSgarga2014-05-151-2/+2
| | | | Approved by: portmgr (blanket)
* . Support stagegarga2014-05-151-4/+3
| | | | | | . Move to new LIB_DEPENDS Approved by: portmgr (blanket)
* - Remove MASTER_SITESsunpoet2014-05-151-6/+0
| | | | - Simplify Makefile
* security/strongswan: update 5.1.1 -> 5.1.3 with security updatepi2014-05-154-10/+246
| | | | | | | | | | | | - Update strongSwan port to 5.1.3 to resolve CVE 2014-2338 - Fixed rcvar issue with FreeBSD 10 (ports/186865) - Added building of additional tools included in strongswan (ports/186867) - libtool fix - pkg-plist updated PR: ports/189132, ports/186865, ports/186867 Submitted by: Robert Sevat, Dewayne Geraghty, Francois ten Krooden (maintainer) Approved by: jadawin (mentor)