aboutsummaryrefslogtreecommitdiff
path: root/news/nzbget
Commit message (Collapse)AuthorAgeFilesLines
* 8 ports categories: Remove $PTHREAD_LIBSJohn Marino2015-03-241-2/+1
| | | | | | | | | | | | Categories: archivers, dns, french, japanese, news, port-mgmt, x11-wm The sysutils port was setting configure argument, so the text wasn't removed but the value of PTHREAD_LIBS was changed. approved by: PTHREAD blanket Notes: svn path=/head/; revision=382100
* Update to 14.1Mark Felder2015-02-032-4/+4
| | | | | | | Approved by: maintainer, private email Notes: svn path=/head/; revision=378369
* security/libgcrypt: 1.6.1 -> 1.6.2, bump dependsKurt Jaeger2015-01-021-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: - src/sexp.c (do_vsexp_sscan): Return error for invalid args. - cipher/md.c (_gcry_md_info): Fix a segv in case of calling with wrong parameters. - cipher/primegen.c (_gcry_generate_elg_prime): Change to return an error code, possible NULL deref in call to prime generator. - cipher/dsa.c (generate): Take care of new return code. - cipher/elgamal.c (generate): Change to return an error code. Take care of _gcry_generate_elg_prime return code. - ecc: Support the non-standard 0x40 compression flag for EdDSA. - mpi: Extend the internal mpi_get_buffer. - mpi: Fix regression for powerpc-apple-darwin detection. - Fix bug inhibiting the use of the sentinel attribute in src/gcrypt.h.in - Fix building for the x32 target without asm modules in mpi/generic/mpi-asm-defs.h: Use a fixed value for the x32 ABI. - Fix ARM assembly when building __PIC__ - mpi: Fix a subtle bug setting spurious bits with in mpi_set_bit. * mpi/mpi-bit.c (_gcry_mpi_set_bit, _gcry_mpi_set_highbit): Clear allocated but not used bits before resizing. * tests/t-mpi-bits.c (set_bit_with_resize): New. - Use internal malloc function in fips.c. * src/fips.c (check_binary_integrity): s/gcry_malloc/xtrymalloc/. - pubkey: Re-map all deprecated RSA algo numbers. - cipher: Fix possible NULL dereference in cipher/md.c for being NULL. - Fix ARMv6 detection when CFLAGS modify target CPU architecture. PR: 193264 Approved by: cpm@fbsd.es (maintainer) Notes: svn path=/head/; revision=376062
* Update to 14.0Mark Felder2014-11-123-17/+6
| | | | | | | PR: 194939 Notes: svn path=/head/; revision=372497
* - Update to 13.0Jason E. Hale2014-09-083-26/+29
| | | | | | | | | | | | | | | - Fix shebangs - Allow linking to ncurses library from port or base - Remove post-configure patch and redefine BINMODE instead - Convert USE_PYTHON -> USES=python:run - Use @sample in pkg-plist - Don't install multiple copies of LICENSE PR: 193405 (based on) Submitted by: Toxic <toxic@doobie.com> (maintainer) Notes: svn path=/head/; revision=367704
* security/libgcrypt: 1.5.3_3 -> 1.6.1Kurt Jaeger2014-07-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | - Update to 1.6.1 - Remove some unneeded patches - Fix pkg-plist - report configure bug upstream https://bugs.g10code.com/gnupg/issue1668 - report API breakage downstream and find that MacPorts had the same issue https://rt.cpan.org/Ticket/Display.html?id=97201 - bump PORTREVISION for dependent ports (approx. 100 ports) - Thanks to exp-run by antoine@ to find ports that break - patch ports that would otherwise break security/shishi with PR 192164 is already committed [1] devel/ccrtp [2] editors/abiword [3] security/p5-Crypt-GCrypt PR: 191256, 192162 [1], 192163 [2], 192166 [3] Submitted by: Carlos Jacobo Puga Medina <cjpugmed@gmail.com> Approved by: maintainer timeout, antoine (exp-run), portmgr (implicit) Notes: svn path=/head/; revision=363436
* - Replace security/gnutls with security/gnutls3 and update to 3.2.15Tijl Coosemans2014-07-231-1/+1
| | | | | | | | | | | | | | | - Bump PORTREVISION on all ports that depend on security/gnutls and adjust all ports that depend on security/gnutls3 - Update mail/anubis to version 4.2 which supports gnutls 3.x - Update mail/libvmime to a development snapshot (recommended by upstream developers) PR: 191274 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=362645
* Add DOCS option for ports with PORTDOCS in plist.Adam Weinberger2014-07-161-1/+1
| | | | Notes: svn path=/head/; revision=362023
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb) Notes: svn path=/head/; revision=351411
* Update to 12.0.Raphael Kubo da Costa2014-01-193-4/+4
| | | | | | | | | PR: ports/185750 Submitted by: feld@ Approved by: Jeff Burchell <toxic@doobie.com> (maintainer) Notes: svn path=/head/; revision=340301
* - General cleanupMark Felder2013-10-182-14/+20
| | | | | | | | | | | | | | | - unrar and Python are default enabled options - New p7zip option, disabled by default - The final release of 11.0 only requires --disable-sigchld-handler on 32bit FreeBSD [1] [1] http://nzbget.sourceforge.net/forum/viewtopic.php?f=3&t=596&start=10 PR: ports/183026 Approved by: maintainer, swills (mentor) Notes: svn path=/head/; revision=330759
* - Update from 10.2 to 11.0 [1]Danilo Egea Gondolfo2013-10-113-31/+30
| | | | | | | | | | | | | | - Remove gmake from USES [1] - Convert LIB_DEPENDS to new syntax - Add options helpers - Add stage support PR: ports/182867 Submitted by: Jeff Burchell <toxic@doobie.com> (maintainer) [1] Approved by: wg/culot (mentors, implicit) Notes: svn path=/head/; revision=330057
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | news) Notes: svn path=/head/; revision=327759
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-051-1/+1
| | | | Notes: svn path=/head/; revision=326373
* news/nzbget: fix build with opensslWilliam Grzybowski2013-06-261-1/+4
| | | | | | | | | | | - Fix build with OpenSSL, path to base lib PR: ports/179508 Submitted by: Nicolas Raspail <nicolas@whisperingvault.net> Approved by: maintainer (timeout) Notes: svn path=/head/; revision=321819
* - Remove USE_GCC for PAR optionWilliam Grzybowski2013-06-081-2/+0
| | | | | | | | | | | libpar2 has been update and compiles with clang, so as the configure test. PR: ports/179399 Submitted by: wg (myself) Approved by: culot / jpaetzel (mentors, implicit), maintainer Notes: svn path=/head/; revision=320276
* - Update to 10.2 [1]William Grzybowski2013-05-264-12/+8
| | | | | | | | | | | | | | | - Fix typo in pkg-descr - Remove PORTDOCS in Makefile - USE_GCC for PAR option (test fails with clang) Changes: http://nzbget.sourceforge.net/History_%28ChangeLog%29 PR: ports/177839 [1] Submitted by: Herbert J. Skuhra <h.skuhra@gmail.com> [1] Approved by: jpaetzel (mentor) Notes: svn path=/head/; revision=319135
* Chase security/libgcrypt updateEmanuel Haupt2013-05-031-1/+1
| | | | Notes: svn path=/head/; revision=317220
* - Actually fix the plist issues reported by redportsSteve Wills2013-02-182-1/+2
| | | | | | | Submitted by: ak Notes: svn path=/head/; revision=312523
* - Try to resolve plist issues reported by redportsSteve Wills2013-02-181-3/+2
| | | | Notes: svn path=/head/; revision=312464
* - Fix changes accidentally dropped in last commitSteve Wills2013-02-172-17/+26
| | | | | | | | | | - Bump PORTREVISION just in case Pointyhat to: swills Reported by: ak Notes: svn path=/head/; revision=312451
* - Update to 9.1Steve Wills2013-02-175-55/+98
| | | | | | | | | | | | | | | | | | | - Convert to OptionsNG - Trim header while here - Remove indefinite article from COMMENT - Remove ABI version numbers from LIB_DEPENDS - Remove LICENSE_FILE since GPLv2 is in Templates/Licenses - Install example config PR: ports/174306 PR: ports/175851 Submitted by: Jeff Burchell <toxic@doobie.com> (maintainer) Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua> Submitted by: Mark Felder <feld@feld.me> Approved by: Jeff Burchell <toxic@doobie.com> (maintainer) Notes: svn path=/head/; revision=312447
* - Fix build with OpenSSL >= 1.0 [1]Pawel Pekala2012-09-072-0/+33
| | | | | | | | | | | | | | | | | | | - Mark MAKE_JOBS_UNSAFE: ===> Building for nzbget-0.8.0 /usr/bin/make all-am make: illegal option -- - usage: make [-BPSXeiknpqrstv] [-C directory] [-D variable] [-d flags] [-E variable] [-f makefile] [-I directory] [-j max_jobs] [-m directory] [-V variable] [variable=value] [target ...] PR: ports/171196 [1] Submitted by: freebsd@nagilum.org [1] Approved by: maintainer Notes: svn path=/head/; revision=303829
* - Update to 0.8.0Martin Wilke2012-05-162-4/+3
| | | | | | | | | PR: 167590 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Approved by: maintainer Notes: svn path=/head/; revision=296736
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-3/+4
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* Fix build post gnutls update.Ryan Steinmetz2011-07-211-1/+5
| | | | | | | | | | | Add LICENSE. PR: ports/159020 Submitted by: Jeff <toxic@doobie.com> [maintainer] Approved by: tabthorpe (mentor) Notes: svn path=/head/; revision=278053
* Chase security/gnutls update and add an UPDATING entry.Roman Bogorodskiy2011-06-051-0/+1
| | | | Notes: svn path=/head/; revision=275104
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Update to 0.7.0Sylvio Cesar Teixeira2010-05-022-5/+16
| | | | | | | | PR: ports/146096 Submitted by: Jeff Burchell <toxic@doobie.com> (maintainer) Notes: svn path=/head/; revision=253522
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-1/+1
| | | | | | | starting with N Notes: svn path=/head/; revision=240073
* - Update to 0.6.0Martin Wilke2009-04-236-96/+4
| | | | | | | | PR: 133737 Submitted by: Jeff Burchell <toxic@doobie.com> (maintainer) Notes: svn path=/head/; revision=232572
* - Update to 0.5.1Dmitry Marakasov2008-10-166-13/+89
| | | | | | | | | | - Add some patches to disable Linux-specific functionality PR: 128106 Submitted by: Jeff Burchell <toxic at doobie dot com> (maintainer) Notes: svn path=/head/; revision=221642
* - Update to 0.4.1.Felippe de Meirelles Motta2008-09-042-9/+23
| | | | | | | | | | | | - Add OPTIONS. - Respect NOPORTDOCS/NOPORTEXAMPLES case. PR: ports/126612 Submitted by: Jeff Burchell <toxic@doobie.com> Approved by: Jeff Burchell <toxic@doobie.com> (new maintainer) Notes: svn path=/head/; revision=219813
* Assign to new volunteer.Mark Linimon2008-09-031-1/+1
| | | | Notes: svn path=/head/; revision=219728
* Reset lewiz@compsoc.man.ac.uk due to lack of time to work on FreeBSD.Mark Linimon2008-08-201-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=218898
* - Mark as BROKEN on 5.x.Felippe de Meirelles Motta2008-04-031-1/+8
| | | | | | | | Reported by: erwin bot/pav Approved by: araujo (mentor) Notes: svn path=/head/; revision=210412
* - Update to 0.3.1.Felippe de Meirelles Motta2008-03-1910-158/+16
| | | | | | | | | | | | | | - Fix pkg-plist. - Makefile cleanup. - Remove unnecessary patches. - Use CONFIGURE_ARGS to disable use of libpar2 (not present in ports). PR: ports/121225 Submitted by: myself Approved by: gabor (mentor), maintainer timeout (> 2 weeks) Notes: svn path=/head/; revision=209364
* - Fix build with 7.x and amd64Beech Rintoul2007-09-291-9/+5
| | | | | | | | | PR: ports/116616 Submitted by: Lewis Thompson <lewiz@compsoc.man.ac.uk> (maintainer) Approved by: sat (mentor) Notes: svn path=/head/; revision=200366
* - Mark broken with gcc 4.x as this project is no longer under activeRong-En Fan2007-09-251-1/+7
| | | | | | | | | | | | development. Quote from SourceForge page: "As of 2004-10-08 10:20, this project is no longer under active development." PR: ports/116616 Submitted by: Lewis Thompson <lewiz at compsoc.man.ac.uk> (maintainer) Notes: svn path=/head/; revision=200092
* - Update to 0.2.3Pav Lucistnik2006-03-152-5/+4
| | | | | | | | PR: ports/94441 Submitted by: Lewis Thompson <lewiz@compsoc.man.ac.uk> (maintainer) Notes: svn path=/head/; revision=157241
* SHA256ifyEdwin Groothuis2006-01-231-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154298
* Update to 0.2.0Mathieu Arnold2005-04-207-15/+99
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=133761
* Update maintainer's email address.Mark Linimon2005-04-081-1/+1
| | | | | | | Requested by: maintainer Notes: svn path=/head/; revision=132733
* Add nzbget, a NZB binaries format downloader from Usenet groups.Pav Lucistnik2004-04-178-0/+109
PR: ports/65509 Submitted by: Lewis Thompson <purple@lewiz.net> Notes: svn path=/head/; revision=107375