aboutsummaryrefslogtreecommitdiff
path: root/net-p2p
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.4.106Dmitry Marakasov2015-01-262-5/+5
| | | | | | | | PR: 196531 Submitted by: joshruehlig@gmail.com (maintainer) Notes: svn path=/head/; revision=377947
* net-p2p/libtorrent-rasterbar: fix build with LibreSSLRuslan Makhmatkhanov2015-01-193-11/+38
| | | | | | | | | | | Add upstream-provided patch to fix build with LibreSSL. Default (OpenSSL) setup isn't affected, so no PORTREVISION bump. Remove pkg-message, that have no use. Submitted by: Corey <merlincorey@hushmail.me> (by private email) Notes: svn path=/head/; revision=377391
* Add missing USE_OPENSSL=yesTijl Coosemans2015-01-151-2/+3
| | | | | | | PR: 195796 Notes: svn path=/head/; revision=377064
* Allow building with libc++ r224926Antoine Brodin2015-01-111-0/+11
| | | | | | | Submitted by: dim@ Notes: svn path=/head/; revision=376796
* - Bump PORTREVISION. lzarus has been updatedJose Alonso Cardenas Marquez2015-01-111-2/+2
| | | | Notes: svn path=/head/; revision=376734
* Do not override USES set by slave ports in master portsAntoine Brodin2015-01-061-1/+1
| | | | | | | PR: 196477 Notes: svn path=/head/; revision=376425
* Move MASTER_SITES from CRITICAL to LOCAL/ehauptEmanuel Haupt2015-01-061-1/+1
| | | | Notes: svn path=/head/; revision=376404
* Convert to USES=execinfoPawel Pekala2015-01-051-3/+2
| | | | Notes: svn path=/head/; revision=376365
* security/libgcrypt: 1.6.1 -> 1.6.2, bump dependsKurt Jaeger2015-01-023-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* - Add LICENSESunpoet Po-Chuan Hsieh2015-01-012-16/+17
| | | | | | | | | | - Fix RUN_DEPENDS: Math::BigInt 1.78+ is already in all supported Perl releases - Update PORTSCOUT - Bump PORTREVISION for dependency change - Sort PLIST Notes: svn path=/head/; revision=376024
* net-p2p/deluge: add explicit dependency on pygnome2Ruslan Makhmatkhanov2014-12-301-3/+3
| | | | | | | | | - add explicit dependency on pygnome2. Without this, deluge-gtk will fail to work in gnome3 environment - bump PORTREVION because of dependency change Notes: svn path=/head/; revision=375834
* Update to version 5.5.0.0Pawel Pekala2014-12-242-4/+3
| | | | Notes: svn path=/head/; revision=375454
* Change my non-FreeBSD MAINTAINER mail to bofh@Muhammad Moinur Rahman2014-12-243-3/+3
| | | | | | | Approved by: bapt Notes: svn path=/head/; revision=375378
* Get rid of gnomehierBaptiste Daroussin2014-12-211-3/+3
| | | | Notes: svn path=/head/; revision=375146
* Cleanup plistBaptiste Daroussin2014-12-204-8/+0
| | | | Notes: svn path=/head/; revision=375102
* Update to version 0.9.2.4Pawel Pekala2014-12-192-6/+5
| | | | | | | | PR: 195976 Submitted by: maintainer Notes: svn path=/head/; revision=374936
* Fix distinfoAntoine Brodin2014-12-171-2/+2
| | | | | | | | | PR: ports/195417 Submitted by: maintainer Reported by: pkg-fallout Notes: svn path=/head/; revision=374865
* - Reset maintainership of my portsPietro Cerutti2014-12-102-2/+2
| | | | Notes: svn path=/head/; revision=374492
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla inTijl Coosemans2014-12-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the 32 ports that still use it. Bump PORTREVISION on their dependent ports except the ones that depend on these: audio/libogg audio/libvorbis devel/pcre ftp/curl graphics/jpeg graphics/libart_lgpl graphics/tiff textproc/expat2 textproc/libxslt In these cases the same trick as in the recent gettext update is used. The ports install a symlink with the old library version. When enough of their dependent ports have had regular updates the remaining ones can get a PORTREVISION bump and the links can be removed. Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes over 2200 packages to depend on devel/pcre while less than 200 actually link with it. The glib20 package still depends on devel/pcre so this should not make a difference for ports with USE_GNOME=glib20. Also, libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so USE_GNOME=glib20 should not propagate it. PR: 195724 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=374303
* Update "BSD" license in net-p2p categoryMark Felder2014-12-082-2/+3
| | | | Notes: svn path=/head/; revision=374264
* Add USES=compiler to rtorrent port.Guido Falsi2014-12-041-2/+2
| | | | | | | | | | | | Various ports it depends on have the same USES and so honour the FAVORITE_COMPILER, and doing the dsame here avoids build problems when using FAVORITE_COMPILER=gcc. PR: 195397 Submitted by: Craig Wiesen <ctyz1999+bugzilla at gmail.com> Notes: svn path=/head/; revision=373913
* net-p2p/deluge: update to 1.3.11Ruslan Makhmatkhanov2014-12-012-3/+3
| | | | | | | | Changelog: http://dev.deluge-torrent.org/wiki/ChangeLog#Deluge1.3.1130November2014 Notes: svn path=/head/; revision=373717
* Refresh. This is 0.9.27.Thierry Thomas2014-11-303-4/+29
| | | | Notes: svn path=/head/; revision=373663
* Split devel/gettext in devel/gettext-runtime and devel/gettext-tools. TheTijl Coosemans2014-11-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | first contains runtime libraries such as libintl and the latter contains developer tools such as msgfmt. Ports that use gettext will usually need a LIB_DEPENDS on gettext-runtime and a BUILD_DEPENDS on gettext-tools. USES=gettext-runtime can be used to set a LIB/BUILD/RUN_DEPENDS on devel/gettext-runtime and USES=gettext-tools can be used to set a BUILD/RUN_DEPENDS on devel/gettext-tools. USES=gettext is now the same as "USES=gettext-runtime gettext-tools" meaning a LIB_DEPENDS on devel/gettext-runtime and a BUILD_DEPENDS on devel/gettext-tools. Update gettext to 0.19.3. Remove :oldver from converters/libiconv and devel/gettext-runtime. Leave symlinks with the old library versions to avoid the need to bump PORTREVISION on a large number of dependent ports. When most of the dependent ports have had normal version updates, PORTREVISION can be bumped on the remaining ones (low number) and the links can be removed. Fix some ports that installed files in lib/locale instead of share/locale. PR: 194038 Reviewed by: bapt Exp-run: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=373636
* - Revert last commit r373094Rusmir Dusko2014-11-291-2/+0
| | | | | | | | | - Remove BROKEN PR: 195347 Notes: svn path=/head/; revision=373606
* - Revert last commit r373094, update to 0.16.18Rusmir Dusko2014-11-292-3/+4
| | | | | | | PR: 195347 Notes: svn path=/head/; revision=373605
* Mark BROKEN: Fails to buildAntoine Brodin2014-11-271-0/+2
| | | | | | | | | | cc -DNDEBUG -O2 -pipe -fstack-protector -fno-strict-aliasing -fPIC -I../../include -I/usr/local/include -I/usr/include -I/usr/local/include/python2.7 -c src/session.cpp -o build/temp.freebsd-10.0-RELEASE-p9-amd64-2.7/src/session.o -DTORRENT_USE_OPENSSL -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DBOOST_EXCEPTION_DISABLE -DBOOST_ASIO_ENABLE_CANCELIO -DBOOST_ASIO_DYN_LINK -DTORRENT_LINKING_SHARED src/session.cpp:25:10: fatal error: 'bytes.hpp' file not found Reported by: pkg-fallout Notes: svn path=/head/; revision=373507
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-2611-21/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, we had: site_perl : lib/perl5/site_perl/5.18 site_perl/perl_arch : lib/perl5/site_perl/5.18/mach perl_man3 : lib/perl5/5.18/man/man3 Now we have: site_perl : lib/perl5/site_perl site_arch : lib/perl5/site_perl/mach/5.18 perl_man3 : lib/perl5/site_perl/man/man3 Modules without any .so will be installed at the same place regardless of the Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr Notes: svn path=/head/; revision=373448
* Update to 1.4.103Chris Rees2014-11-254-13/+14
| | | | | | | | | | Some rc script fixes; make rclint happy PR: ports/194950 Submitted by: joshruehlig@gmail.com (maintainer) Notes: svn path=/head/; revision=373424
* Allow use of reload rc commandChris Rees2014-11-242-1/+2
| | | | | | | | PR: ports/195341 Submitted by: joshruehlig@gmail.com Notes: svn path=/head/; revision=373348
* - Reset maintainer to ports@Rusmir Dusko2014-11-231-1/+1
| | | | Notes: svn path=/head/; revision=373128
* - Reset maintainer to ports@Rusmir Dusko2014-11-231-1/+1
| | | | Notes: svn path=/head/; revision=373127
* Finally retire USE_PGSQLChris Rees2014-11-221-1/+1
| | | | Notes: svn path=/head/; revision=373100
* - Update to 3.1.11, announce message is here:Rusmir Dusko2014-11-222-3/+3
| | | | | | | http://sourceforge.net/projects/qbittorrent/files/qbittorrent/qbittorrent-3.1.11/ Notes: svn path=/head/; revision=373096
* - Update to 0.16.18, announce message:Rusmir Dusko2014-11-222-4/+7
| | | | | | | | | | | | | | | | | | | | | | | | * fix uninitialized values in DHT DOS mitigation * fix error handling in file::phys_offset * fix bug in HTTP scrape response parsing * enable TCP keepalive for socks5 connection for UDP associate * fix python3 support * fix bug in lt_donthave extension * expose i2p_alert to python. cleaning up of i2p connection code * fixed overflow and download performance issue when downloading at high rates * fixed bug in add_torrent_alert::message for magnet links * disable optimistic disconnects when connection limit is low * improved error handling of session::listen_on * suppress initial 'completed' announce to trackers added with replace_trackers after becoming a seed * SOCKS4 fix for trying to connect over IPv6 * fix saving resume data when removing all trackers * fix bug in udp_socket when changing socks5 proxy quickly - Set PORTSCOUT, With Versions 1.x not build yet net-p2p/qbittorrent Notes: svn path=/head/; revision=373094
* Remove: does not run anymoreBaptiste Daroussin2014-11-198-114/+0
| | | | Notes: svn path=/head/; revision=372786
* The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2.Koop Mast2014-11-191-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up. This commit removes the old GNOME 2 desktop, bindings and some ports that can't be compiled. A few ports where updated to more recent versions to allow them to compile with this update. Apart from updating ports to newer versions GDM is more integrated with gnome-shell now, and handles several things for the GNOME desktop such as screen locking. If you want to use GNOME 3 via startx, you will have to add your own lock screen/screensaver. For example xscreensaver can be used for sessions started without GDM. Shell Extensions can be installed via https://extensions.gnome.org/ , we have ported a few that can't be installed via this way. The old gnome-utils and gnome-games ports where split up into single ports and where converted to meta-ports. gnome-terminal requires a UTF-8 locale to run, gdm handles this already, but if you use startx you need to do this yourself. Upgrade instructions: Delete the old and conflicting packages: # pkg delete clutter gnome-utils gnome-panel gnome-keyring vala-vapigen \ guile gcalctool gnome-media libgnomekbd # pkg delete gnome-screensaver gnome-applets bug-buddy evolution-exchange \ evolution-webcal gnome-system-tools seahorse-plugins gnome-control-center For package users the following lines will be enough: # pkg upgrade # pkg install gnome3 For ports users should do the following: # portmaster -a # portmaster x11/gnome3 We are currently aware of two issues. The first issue is a bug in the file monitoring code in the glib20 port. This bug causes glib programs to crash when files in a monitored directory are added or removed. Upstream is aware of the problem, but since the problem is quite complex there is no solution yet. This problem isn't restricted to BSD. The second issue is that on certain video cards totem will display a purple/pink overlay on the video. It not clear yet where the issues comes from. Major thanks goes to Gustau Perez for being a driving force behind getting GNOME 3 up to speed again. Also thanks to Antoine Brodin for running the exp-runs. This update was also made possible by: Joe Maloney Kris Moore Beeblebrox Ryan Lortie Antoine Jacoutot and everyone I missed Notes: svn path=/head/; revision=372768
* Cleanup plistAntoine Brodin2014-11-1242-322/+15
| | | | Notes: svn path=/head/; revision=372503
* net-p2p/bitmessage: update 0.4.3 -> 0.4.4Bartek Rutkowski2014-11-083-16/+24
| | | | | | | | | PR: 194730 Submitted by: Yuri <yuri@rawbw.com> Approved by: mentors (implicit) Notes: svn path=/head/; revision=372331
* net-p2p/btsync: update 1.4.83 -> 1.4.93Bartek Rutkowski2014-11-072-5/+5
| | | | | | | | | PR: 194619 Submitted by: Joshua Ruehlig <joshruehlig@gmail.com> Approved by: mentors (implicit) Notes: svn path=/head/; revision=372282
* Add patch to fix icon file parsing on 64-bit systems.Stephen Hurd2014-11-062-1/+24
| | | | | | | Submitted by: shurd Notes: svn path=/head/; revision=372216
* net-p2p/tribler: Fix extract for DF and unmask installation commandsJohn Marino2014-11-051-15/+12
| | | | | | | | | | | On the last update, the logic for the post-extract command was changed, which broke the target on DF. This version works on all platforms. While here, rework the do-install target so that the commands aren't suppressed. Also simplify it. Notes: svn path=/head/; revision=372189
* Remove @dirrm*Baptiste Daroussin2014-11-011-42/+12
| | | | | | | Avoid @cwd Notes: svn path=/head/; revision=372009
* - update miniupnpc to 1.9Dirk Meyer2014-10-282-2/+2
| | | | | | | - bump users of shared lib version Notes: svn path=/head/; revision=371619
* net-p2p/tribler: 6.0.3 -> 6.3.3Kurt Jaeger2014-10-255-1201/+1205
| | | | | | | | | | | Changelog: https://github.com/Tribler/tribler/releases PR: 193901 Submitted by: tkato432@yahoo.com Notes: svn path=/head/; revision=371490
* - Convert ports of net-im/, net-mgmt/ and net-p2p/ to new USES=pythonMarcus von Appen2014-10-246-14/+11
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371450
* net-p2p/dogecoin: update to 1.8.0Steve Wills2014-10-188-83/+78
| | | | Notes: svn path=/head/; revision=371091
* net-p2p/deluge: update to 1.3.10Ruslan Makhmatkhanov2014-10-162-3/+3
| | | | | | | | | | | | | Changes: GtkUI #2256: Indexes are not updated correctly when removing column Fix bug in the torrentview when Plugins added a column WebUI Security update for POODLE vulnerability Notes: svn path=/head/; revision=370987
* - Clarify LICENSEDmitry Marakasov2014-10-142-14/+2
| | | | | | | | - Add LICENSE_FILE - Drop @dirrm* from plist Notes: svn path=/head/; revision=370842
* Refresh.Thierry Thomas2014-10-082-6/+5
| | | | Notes: svn path=/head/; revision=370480