summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* net-misc/mikutter: add ruby23Hans de Graaff2018-04-142-10/+10
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* net-misc/remmina: add net-libs/libsoup dependencyAaron Bauman2018-04-131-0/+1
| | | | Package-Manager: Portage-2.3.28, Repoman-2.3.9
* net-misc/remmina: libressl supportDiogo Pereira2018-04-131-2/+3
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* net-misc/remmina: depend on dev-libs/json-glibDiogo Pereira2018-04-131-0/+1
| | | | | | | Closes: https://bugs.gentoo.org/652996 Reported-by: Sergey S. Starikoff <Ikonta@yandex.ru> Package-Manager: Portage-2.3.24, Repoman-2.3.6 Closes: https://github.com/gentoo/gentoo/pull/7951
* net-misc/socket-burst-dampener: remove variables from HOMEPAGEMarty E. Plummer2018-04-132-4/+4
| | | | Package-Manager: Portage-2.3.28, Repoman-2.3.9
* net-misc/taylor-uucp: x86 stable (bug #651734)Thomas Deutschmann2018-04-121-1/+1
| | | | Package-Manager: Portage-2.3.28, Repoman-2.3.9
* net-misc/lldpd: Clean up old versionsPatrick McLean2018-04-124-311/+0
| | | | Package-Manager: Portage-2.3.28, Repoman-2.3.9
* net-misc/lldpd: Version bump to 1.0.1Patrick McLean2018-04-122-0/+103
| | | | Package-Manager: Portage-2.3.28, Repoman-2.3.9
* net-misc/cfengine: remove maintainer.Patrice Clement2018-04-121-5/+0
| | | | | Acked-By: Christian Ruppert <idl0r@gentoo.org> Package-Manager: Portage-2.3.28, Repoman-2.3.9
* net-misc/cfengine: find ifconfig(8) in /bin/.Chris Rorvick2018-04-121-1/+1
| | | | | | | | | | The ebuild applies a patch intending to look for ifconfig(8) in /bin/ after not finding it in /sbin/. The patch is obviously wrong, though, and is instead requiring ifconfig to be found in *both* locations. Closes: http://bugs.gentoo.org/645106 Closes: https://github.com/gentoo/gentoo/pull/6913
* net-misc/openssh: Fix X.509 supportThomas Deutschmann2018-04-121-3/+11
| | | | | | | | The X.509 part in sshd only accepts specific PACKAGE VERSION values or will reject a X.509 ssh client. Because we cannot fix all X.509 sshd servers we patched the exposed PACKAGE VERSION to pass the "requirement". Package-Manager: Portage-2.3.28, Repoman-2.3.9
* net-misc/remmina: version bump to 1.2.0_rc29.Diogo Pereira2018-04-113-1/+88
| | | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6 Closes: https://github.com/gentoo/gentoo/pull/7930
* net-misc/seafile-client: clean old versions.Moritz Schlarb2018-04-115-204/+0
|
* net-misc/seafile-client: version bump to 6.1.7.Moritz Schlarb2018-04-112-0/+58
|
* net-misc/seafile: clean old versions.Moritz Schlarb2018-04-115-162/+0
|
* net-misc/seafile: version bump to 6.1.7.Moritz Schlarb2018-04-112-0/+44
|
* net-misc/curl: stable 7.59.0 for sparcRolf Eike Beer2018-04-111-1/+1
| | | | | | Bug: https://bugs.gentoo.org/650056 Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="sparc"
* net-misc/youtube-dl: Old.Jeroen Roovers2018-04-112-116/+0
| | | | Package-Manager: Portage-2.3.28, Repoman-2.3.9
* net-misc/youtube-dl: Version 2018.04.09.Jeroen Roovers2018-04-112-0/+116
| | | | Package-Manager: Portage-2.3.28, Repoman-2.3.9
* net-misc/iputils: Add slot/subslot operator on dev-libs/libressl atomThomas Deutschmann2018-04-112-2/+2
| | | | Package-Manager: Portage-2.3.28, Repoman-2.3.9
* net-misc/iputils: Fix IUSEThomas Deutschmann2018-04-112-20/+25
| | | | | | | ...and update live ebuild with recent changes. Closes: https://bugs.gentoo.org/643304 Package-Manager: Portage-2.3.28, Repoman-2.3.9
* net-misc/iputils: fix ipv6 dependency logic and drop REQUIRED_USEAaron Bauman2018-04-111-0/+179
| | | | | | | | | | | | | | | This revision bump adjusts the logic for OpenSSL and LibreSSL ensuring that the libressl flag is not dependent on the openssl flag being set. Also, this revision bump removes the requirement for REQUIRED_USE and defaults to dev-libs/openssl if no user flags are set. OpenSSL was chosen as it is the current default provider for a stage3. Should the libressl project decide to build a stage3 this can also be easily adjusted in profiles without ebuild modifications. Bug: https://bugs.gentoo.org/643304 Package-Manager: Portage-2.3.28, Repoman-2.3.9 Closes: https://github.com/gentoo/gentoo/pull/7937
* net-misc/miniupnpd: Version bump to 2.0.20180410Michał Górny2018-04-112-0/+63
|
* net-misc/openssh: Bump to v7.7_p1Thomas Deutschmann2018-04-115-0/+883
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ebuild changes: =============== - HPN patch set updated to v14.14. MT AES CTR cipher are still not working at the moment but we are working on this. - SCTP patch updated for openssh-7.7_p1. - LDAP patch is currently not available because patch isn't compatble with openssh-7.7_p1 and needs a major rewrite because upstream removed auth_parse_options() via commit 7c8568576071. - X.509 patch updated to v11.3.1. - Previously, SCTP patch sometimes got applied even when "sctp" USE flag wasn't set, this is now fixed. - We now always expose applied patches in version string (previously this was only the case for some patches and was also depending on whether the "hpn" USE flag was enabled or not). - Make sure "/var/empty" gets preserved by package manager. [Bug 647034] - Runscript: "use" entropy. [Bug 470020] - Runscript: Use "/run" instead of "/var/run". [Bug 555734] - Runscript: Verify daemon is really up and running. [Bug 617596] - Runscript: Simplified (thanks to Michael Orlitzky) - Runscript: Add prefix support. [Bug 640666] - Runscript: It is now possible to pass any by start-stop-daemon supported arguments (like "--ionice" or "--nicelevel" for example) to start-stop-daemon. [Bug 636764] Closes: https://bugs.gentoo.org/470020 Closes: https://bugs.gentoo.org/555734 Closes: https://bugs.gentoo.org/617596 Closes: https://bugs.gentoo.org/636764 Closes: https://bugs.gentoo.org/640666 Closes: https://bugs.gentoo.org/647034 Closes: https://bugs.gentoo.org/652438 Package-Manager: Portage-2.3.28, Repoman-2.3.9
* net-misc/nemesis: Maintainer retiredJonas Stein2018-04-101-8/+1
| | | | | | Proxied maintainer retired. Closes: https://bugs.gentoo.org/633304 Package-Manager: Portage-2.3.28, Repoman-2.3.9
* net-misc/felix: Version bump to 3.1.0Manuel Rüger2018-04-092-0/+148
| | | | Package-Manager: Portage-2.3.28, Repoman-2.3.9
* net-misc/calicoctl: Version bump to 3.1.0Manuel Rüger2018-04-092-0/+151
| | | | Package-Manager: Portage-2.3.28, Repoman-2.3.9
* net-misc/calico-cni-plugin: Version bump to 3.1.0Manuel Rüger2018-04-092-0/+121
| | | | Package-Manager: Portage-2.3.28, Repoman-2.3.9
* net-misc/curl: arm stable, bug #650056Markus Meier2018-04-081-1/+1
| | | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="arm"
* net-misc/ntp: arm stable, bug #649612Markus Meier2018-04-081-1/+1
| | | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="arm"
* net-misc/dropbear: arm stable, bug #619002Markus Meier2018-04-081-1/+1
| | | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="arm"
* net-misc/dhcpcd-7.0.1: ppc64 stable, bug 650938Matt Turner2018-04-061-1/+1
|
* net-misc/dhcpcd-7.0.1: ppc stable, bug 650938Matt Turner2018-04-061-1/+1
|
* net-misc/openvswitch: amd64 stableAaron Bauman2018-04-061-1/+1
| | | | | Bug: https://bugs.gentoo.org/633420 Package-Manager: Portage-2.3.28, Repoman-2.3.9
* net-misc/dhcpcd: 7.0.3 version bumpWilliam Hubbs2018-04-062-0/+150
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* net-misc/ndisc6: marked ~x64-macos, bug #650848Fabian Groffen2018-04-061-2/+2
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* net-misc/bird: marked ~x64-macos, bug #650848Fabian Groffen2018-04-061-1/+1
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* net-misc/iperf: marked ~x64-macos, bug #650848Fabian Groffen2018-04-061-1/+1
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* net-misc/rclone: version bump to 1.40Piotr Staroszczyk2018-04-062-0/+39
|
* net-misc/aria2: x86 stable (bug #651594)Thomas Deutschmann2018-04-061-1/+1
| | | | Package-Manager: Portage-2.3.28, Repoman-2.3.9
* net-misc/gerbera: Update live ebuild, tidy metadataIan Whyman2018-04-052-7/+9
| | | | Package-Manager: Portage-2.3.28, Repoman-2.3.9
* net-misc/chrony: Version 3.3.Jeroen Roovers2018-04-052-1/+1
| | | | Package-Manager: Portage-2.3.28, Repoman-2.3.9
* net-misc/cgminer: use HTTPSMichael Mair-Keimberger2018-04-052-4/+4
|
* net-misc/smb4k: Version bump 2.1.0Johannes Huber2018-04-042-0/+57
| | | | Package-Manager: Portage-2.3.28, Repoman-2.3.9
* net-misc/drive: amd64 stableAaron Bauman2018-04-041-2/+2
| | | | | Bug: https://bugs.gentoo.org/652400 Package-Manager: Portage-2.3.28, Repoman-2.3.9
* net-misc/nx: Removed old.Lars Wendler2018-04-042-115/+0
| | | | Package-Manager: Portage-2.3.28, Repoman-2.3.9
* net-misc/nx: Added missing RDEPENDs. Minor cleanups.Lars Wendler2018-04-041-9/+25
| | | | Package-Manager: Portage-2.3.28, Repoman-2.3.9
* net-misc/dhcpcd: stable 6.11.5 for ppc, bug #646822Sergei Trofimovich2018-04-031-1/+1
| | | | | Package-Manager: Portage-2.3.28, Repoman-2.3.9 RepoMan-Options: --include-arches="ppc"
* net-misc/electrum: Maintainer retiredJonas Stein2018-04-031-4/+0
| | | | | | Proxied maintainer retired. Closes: https://bugs.gentoo.org/632836 Package-Manager: Portage-2.3.28, Repoman-2.3.9
* net-misc/youtube-dl: Old.Jeroen Roovers2018-04-032-116/+0
| | | | Package-Manager: Portage-2.3.28, Repoman-2.3.9