aboutsummaryrefslogtreecommitdiff
path: root/archivers
Commit message (Collapse)AuthorAgeFilesLines
* MFH: r418576Mark Felder2016-07-153-0/+44
| | | | | | | | | | | | | | | | | Add patches for CVE-2016-2334 and CVE-2016-2335. While here, use PORTREVISION?= instead of PORTREVISION= to avoid needlessly bumping PORTREVISION in archivers/p7zip-codec-rar. PR: 211114 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Security: a9bcaf57-4a7b-11e6-97f7-5453ed2e2b49 Security: d706a3a3-4a7c-11e6-97f7-5453ed2e2b49 Approved by: ports-secteam (with hat) Notes: svn path=/branches/2016Q3/; revision=418579
* - Switch to new test frameworkDmitry Marakasov2016-06-291-1/+1
| | | | Notes: svn path=/head/; revision=417777
* - Fix licenseDmitry Marakasov2016-06-291-5/+4
| | | | | | | | | | | - Switch to USES=localbase - Switch to ${TOUCH} PR: 210637 Approved by: naddy@FreeBSD.org (maintainer) Notes: svn path=/head/; revision=417776
* Convert USE_PHP*=yes into USES=php*Mathieu Arnold2016-06-285-15/+7
| | | | | | | | | | | PR: 210529 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D6936 Notes: svn path=/head/; revision=417719
* Reset ports maintained by bf@ until he has time again to work on them.Rene Ladan2016-06-273-3/+3
| | | | | | | | | PR: 210474 Submitted by: jbeich With hat: portmgr-secretary Notes: svn path=/head/; revision=417685
* - Update to 0.4.0Sunpoet Po-Chuan Hsieh2016-06-263-28/+4
| | | | | | | Changes: https://github.com/google/brotli/releases Notes: svn path=/head/; revision=417536
* Update to 1.5.Xin LI2016-06-262-3/+4
| | | | Notes: svn path=/head/; revision=417514
* Update to 1.8.Xin LI2016-06-262-3/+4
| | | | Notes: svn path=/head/; revision=417513
* archivers/libarchive: Update to 3.2.1Mark Felder2016-06-232-5/+9
| | | | | | | | | | | | | | This release resolves several vulnerabilities. PR: 210493 MFH: 2016Q2 Security: CVE-2015-8934 Security: CVE-2016-4300 Security: CVE-2016-4301 Security: CVE-2016-4302 Notes: svn path=/head/; revision=417400
* Prefer relative links to make packages more relocation friendlyBaptiste Daroussin2016-06-232-9/+10
| | | | Notes: svn path=/head/; revision=417348
* Mark as broken with OPENMP optionsBaptiste Daroussin2016-06-181-1/+2
| | | | Notes: svn path=/head/; revision=417081
* Fix usage of WITH_OPENSSL_BASE, WITH_OPENSSL_PORT and OPENSSL_PORT.Mathieu Arnold2016-06-161-5/+7
| | | | | | | | | | | | | | WITH_OPENSSL_* can't be set after bsd.port.pre.mk. Fold all other usage into using SSL_DEFAULT == foo PR: 210149 Submitted by: mat Exp-run by: antoine Sponsored by: The FreeBSD Foundation, Absolight Differential Revision: https://reviews.freebsd.org/D6577 Notes: svn path=/head/; revision=416966
* Update to 0.630.Xin LI2016-06-123-3/+6
| | | | Notes: svn path=/head/; revision=416772
* Update to 2.8Tilman Keskinoz2016-06-092-3/+4
| | | | | | | | PR: 210092 Submitted by: maintainer Notes: svn path=/head/; revision=416606
* Work around a bug in FreeBSD 9 make(1).Christian Weisgerber2016-06-091-0/+13
| | | | | | | | | | http://docs.freebsd.org/cgi/mid.cgi?slrnmvro62.94q.naddy PR: 210100 Reported by: vas@mpeks.tomsk.su Notes: svn path=/head/; revision=416591
* Do not attempt to rebuild tar.info after patching configure.Christian Weisgerber2016-06-051-0/+4
| | | | | | | | | | I can't reproduce this on 10.3, but have a report from 9.3. Differences in make(1)? Reported by: Rob Levandowski <robl@macwhiz.com> Notes: svn path=/head/; revision=416416
* Update to 1.29. User-visible changes:Christian Weisgerber2016-06-034-10/+33
| | | | | | | | | | | * New options: --verbatim-files-from, --no-verbatim-files-from * --null option reads file names verbatim * New options: --owner-map=FILE and --group-map=FILE * New option --clamp-mtime * Deprecated --preserve option removed Notes: svn path=/head/; revision=416332
* Deprecate ports broken for more than 6 monthsAntoine Brodin2016-06-031-0/+2
| | | | Notes: svn path=/head/; revision=416324
* Github cleanup.Mathieu Arnold2016-06-012-3/+4
| | | | | | | | | | | | - Use the version tag instead of commit hash when they're the same. - Remove unnneeded variables. - Simplify go- ports when possible. - Various fixes. Sponsored by: Absolight Notes: svn path=/head/; revision=416242
* - Update to 1.0.3Dmitry Marakasov2016-05-282-3/+3
| | | | | | | | PR: 209796 Submitted by: jjuanino@gmail.com (maintainer) Notes: svn path=/head/; revision=416062
* Remove expired misc/kdehier4 and update all of its consumers to not ↵Rene Ladan2016-05-251-1/+1
| | | | | | | | | | | | | | | | reference it any longer. This is a no-op because KDE4_PREFIX is equal to LOCALBASE Fix up properties for misc/kde4-l10n/files/bsd.l10n.mk to make svn happy. PR: 209014 (partial) Submitted by: myself Approved by: portmgr (bapt) Differential Revision: https://reviews.freebsd.org/D6542 Notes: svn path=/head/; revision=415864
* - Reset MAINTAINERship due to fatal email bounces (no MX record, no A ↵Ryan Steinmetz2016-05-251-1/+1
| | | | | | | | | record), maintainer timeouts Reported by: portscout Notes: svn path=/head/; revision=415820
* Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled ↵Dmitry Marakasov2016-05-231-1/+1
| | | | | | | | | by default anyway and don't need to be listed Approved by: portmgr blanket Notes: svn path=/head/; revision=415742
* Convert tab after WWW: in pkg-descrs to single space as per PHBDmitry Marakasov2016-05-233-3/+3
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415738
* - Update to 2.08Philippe Audeoud2016-05-232-3/+4
| | | | Notes: svn path=/head/; revision=415705
* - Update to 1.5Danilo Egea Gondolfo2016-05-212-3/+4
| | | | Notes: svn path=/head/; revision=415582
* Update to version 1.10, which features:Alexey Dokuchaev2016-05-192-3/+3
| | | | | | | | | | | | - unar(1) can now extract to stdout - Support for RAR version 5 archives - Handle opening archives with huge number of parts better - Bug fixes for zip64, NSIS, and Squeeze Reported by: portscout Notes: svn path=/head/; revision=415519
* - Fix trailing whitespace in MakefilesDmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415501
* - Fix trailing whitespace in pkg-descrs, categories [a-f]*Dmitry Marakasov2016-05-1917-41/+41
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415498
* Pass maintainership to submitterThomas Zander2016-05-151-1/+1
| | | | | | | | PR: 209516 Submitted by: martin@waschbuesch.de Notes: svn path=/head/; revision=415228
* Horde package update:Martin Matuska2016-05-131-2/+6
| | | | | | | | comms/pear-Horde_ActiveSync 2.31.8 -> 2.32.0 www/pear-Horde_Css_Parser 1.0.9 -> 1.0.10 Notes: svn path=/head/; revision=415099
* Update to version 1.18.7Pawel Pekala2016-05-113-3/+4
| | | | Notes: svn path=/head/; revision=415011
* Update to 1.0.2Tilman Keskinoz2016-05-112-3/+3
| | | | | | | | PR: 208857 Submitted by: maintainer Notes: svn path=/head/; revision=415006
* Patches don't have keywords expansion.Mathieu Arnold2016-05-112-6/+0
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=414985
* archivers/libarchive: Update to 2.3.0Bernard Spil2016-05-097-284/+9
| | | | | | | | | | | | | - Update to version 2.3.0 - Including RCE vulnerability fix - Version includes previously added patches Security: CVE-2016-1541 Approved by: feld (mentor, ports-secteam) MFH: 2016Q2 Notes: svn path=/head/; revision=414861
* archivers/zip-ada: set portscout to ignore 50_f1John Marino2016-05-091-0/+2
| | | | | | | | | Zip-ada moved to version 50_f1 using a PORTREVISION bump and portscout doesn't know how to deal with it. Just ignore the version to clear the false positive. Notes: svn path=/head/; revision=414830
* - Update to 0.0945Sunpoet Po-Chuan Hsieh2016-05-052-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Archive-Any/Changes Notes: svn path=/head/; revision=414623
* Update to version 1.18.6Pawel Pekala2016-05-043-19/+60
| | | | Notes: svn path=/head/; revision=414609
* Change Ada Framework foundation from gcc5-aux to gcc6-auxJohn Marino2016-04-301-1/+1
| | | | | | | | | | | | | | | | | | | GCC 6.1 was released this week. The Ada Framework in FreeBSD ports has been based on GCC 5.3 GNAT although GCC 6.x has been supported for awhile via the ADA_DEFAULT option in make.conf. Now that GCC 6 has been officially released, switch to it by default. People can maintain the old foundation by putting "ADA_DEFAULT=5" in /etc/make.conf. Libraries built by one GNAT are unusable by another, so almost every Ada port has been bumped as a result. Noticable exceptions are dns/ironsides which fails to build on gcc6 (thus USES=ada:5 is set) and cad/ghdl which needs additional testing as it may require gcc5 on FreeBSD (DragonFly uses the LLVM backend only). Notes: svn path=/head/; revision=414332
* - Update to 0.11Sunpoet Po-Chuan Hsieh2016-04-292-5/+5
| | | | | | | | | - Add LICENSE_FILE Changes: http://search.cpan.org/dist/Archive-Any-Lite/Changes Notes: svn path=/head/; revision=414307
* archivers/zip-ada: Delta upgrade to version 50John Marino2016-04-292-3/+4
| | | | | | | | A "f1" version of version 50 was released, so keep the same version number but change tarball and bump portrevision. Notes: svn path=/head/; revision=414290
* - Update to 0.2.3Sunpoet Po-Chuan Hsieh2016-04-282-3/+7
| | | | | | | | | | - Add LICENSE - Add NO_ARCH Changes: https://github.com/Quintus/ruby-xz/blob/master/HISTORY.rdoc Notes: svn path=/head/; revision=414211
* Convert USES=gem:autoplist to USES=gem since autoplist is defaultSteve Wills2016-04-278-8/+8
| | | | Notes: svn path=/head/; revision=414136
* create USES=gem and update rubygem- ports to use itSteve Wills2016-04-278-17/+8
| | | | | | | | | | Note that for now ports still have to have USE_RUBY=yes to use USES=gem PR: 209041 Differential Revision: https://reviews.freebsd.org/D6070 Notes: svn path=/head/; revision=414118
* Update to gzip 1.8 (bugfix release)Johan van Selst2016-04-272-3/+3
| | | | | | | http://lists.gnu.org/archive/html/info-gnu/2016-04/msg00012.html Notes: svn path=/head/; revision=414103
* Update to gzip 1.7Johan van Selst2016-04-263-291/+5
| | | | | | | | http://lists.gnu.org/archive/html/info-gnu/2016-03/msg00014.html Remove local patch for --rsyncable, which is now included upstream Notes: svn path=/head/; revision=414067
* archivers/ruby-lha: convert to USES=shebangfixSteve Wills2016-04-231-3/+3
| | | | Notes: svn path=/head/; revision=413884
* archivers/rubygem-ruby-xz: create portSteve Wills2016-04-234-0/+24
| | | | | | | | | | | | These are simple Ruby bindings for the liblzma library (http://tukaani.org/xz/), which is best known for the extreme compression ratio. Since FFI is used to implement the bindings, no compilation is needed and they should work with JRuby as well. WWW: http://quintus.github.io/ruby-xz Notes: svn path=/head/; revision=413879
* many ports: mark broken on powerpc64Steve Wills2016-04-214-0/+8
| | | | Notes: svn path=/head/; revision=413746
* archivers/libunrar4 is not jobs safeJohn Marino2016-04-171-0/+2
| | | | | | | | It attempts to link unrar library before all the object files are created. I've seen this twice now. Notes: svn path=/head/; revision=413492