Petr Cerny
91c220ec23
Accepting request 163992 from home:elvigia:branches:network
...
- sshd.service: Do not order after syslog.target, it is
not required or recommended and that target does not even exist
anymore.
OBS-URL: https://build.opensuse.org/request/show/163992
OBS-URL: https://build.opensuse.org/package/show/network/openssh?expand=0&rev=46
2013-04-15 09:19:17 +00:00
Petr Cerny
892194f58f
Accepting request 147497 from home:dirkmueller:branches:network
...
- use ssh-keygen(1) default keylengths in generating the host key
instead of hardcoding it
OBS-URL: https://build.opensuse.org/request/show/147497
OBS-URL: https://build.opensuse.org/package/show/network/openssh?expand=0&rev=44
2013-01-08 10:22:21 +00:00
41221d925c
- Updated to 6.1p1, a bugfix release
...
Features:
* sshd(8): This release turns on pre-auth sandboxing sshd by default for
new installs, by setting UsePrivilegeSeparation=sandbox in sshd_config.
* ssh-keygen(1): Add options to specify starting line number and number of
lines to process when screening moduli candidates, allowing processing
of different parts of a candidate moduli file in parallel
* sshd(8): The Match directive now supports matching on the local (listen)
address and port upon which the incoming connection was received via
LocalAddress and LocalPort clauses.
* sshd(8): Extend sshd_config Match directive to allow setting AcceptEnv
and {Allow,Deny}{Users,Groups}
* Add support for RFC6594 SSHFP DNS records for ECDSA key types. bz#1978
* ssh-keygen(1): Allow conversion of RSA1 keys to public PEM and PKCS8
* sshd(8): Allow the sshd_config PermitOpen directive to accept "none" as
an argument to refuse all port-forwarding requests.
* sshd(8): Support "none" as an argument for AuthorizedPrincipalsFile
* ssh-keyscan(1): Look for ECDSA keys by default. bz#1971
* sshd(8): Add "VersionAddendum" to sshd_config to allow server operators
to append some arbitrary text to the server SSH protocol banner.
Bugfixes:
* ssh(1)/sshd(8): Don't spin in accept() in situations of file
descriptor exhaustion. Instead back off for a while.
* ssh(1)/sshd(8): Remove hmac-sha2-256-96 and hmac-sha2-512-96 MACs as
they were removed from the specification. bz#2023,
* sshd(8): Handle long comments in config files better. bz#2025
* ssh(1): Delay setting tty_flag so RequestTTY options are correctly
picked up. bz#1995
* sshd(8): Fix handling of /etc/nologin incorrectly being applied to root
on platforms that use login_cap.
OBS-URL: https://build.opensuse.org/package/show/network/openssh?expand=0&rev=42
2012-11-13 10:50:53 +00:00
22f435a6cb
Accepting request 141090 from home:kukuk:branches:network
...
- Fix groupadd arguments
- Add LSB tag to sshd init script
OBS-URL: https://build.opensuse.org/request/show/141090
OBS-URL: https://build.opensuse.org/package/show/network/openssh?expand=0&rev=41
2012-11-13 10:18:36 +00:00
b4cc1b8406
Accepting request 139460 from home:coolo:branches:openSUSE:Factory
...
- explicit buildrequire groff, needed for man pages
OBS-URL: https://build.opensuse.org/request/show/139460
OBS-URL: https://build.opensuse.org/package/show/network/openssh?expand=0&rev=39
2012-10-26 23:00:00 +00:00
Petr Cerny
8c5df33063
Accepting request 138920 from openSUSE:Factory:Staging:Systemd
...
buildrequire systemd through pkgconfig to break cycle
OBS-URL: https://build.opensuse.org/request/show/138920
OBS-URL: https://build.opensuse.org/package/show/network/openssh?expand=0&rev=37
2012-10-21 21:45:27 +00:00
Petr Cerny
f948d6768b
Accepting request 130946 from home:elvigia:branches:network
...
- When not daemonizing, such is used with systemd, no not
create a PID file
OBS-URL: https://build.opensuse.org/request/show/130946
OBS-URL: https://build.opensuse.org/package/show/network/openssh?expand=0&rev=35
2012-08-16 12:55:50 +00:00
cfb80ff52c
Accepting request 126286 from home:coolo:branches:openSUSE:Factory
...
- the gnome askpass does not require the x11 askpass - especially not
in the version of openssh (it's at 1.X)
OBS-URL: https://build.opensuse.org/request/show/126286
OBS-URL: https://build.opensuse.org/package/show/network/openssh?expand=0&rev=33
2012-06-27 10:11:02 +00:00
c0682a3f4e
Accepting request 125376 from home:coolo:branches:openSUSE:Factory
...
fixup the previous SR
OBS-URL: https://build.opensuse.org/request/show/125376
OBS-URL: https://build.opensuse.org/package/show/network/openssh?expand=0&rev=31
2012-06-19 07:08:12 +00:00
7e403aa536
Accepting request 125300 from home:coolo:branches:openSUSE:Factory
...
- do not buildrequire xorg-x11, the askpass is an extra package
and should build from a different package
OBS-URL: https://build.opensuse.org/request/show/125300
OBS-URL: https://build.opensuse.org/package/show/network/openssh?expand=0&rev=30
2012-06-18 15:59:54 +00:00
517f6527d0
- use correct tarball url
...
- update to 6.0p1.
- use correct download url and tarball format.
OBS-URL: https://build.opensuse.org/package/show/network/openssh?expand=0&rev=28
2012-05-29 07:15:29 +00:00
9d7406f5e6
Accepting request 122649 from home:elvigia:branches:network
...
- Update to version 6.0, large list of changes, seen
http://www.openssh.org/txt/release-6.0 for detail.
OBS-URL: https://build.opensuse.org/request/show/122649
OBS-URL: https://build.opensuse.org/package/show/network/openssh?expand=0&rev=27
2012-05-29 07:11:57 +00:00
0c4ab9d007
Accepting request 120648 from home:elvigia:branches:network
...
- By default openSSH checks at *runtime* if the openssl
API version matches with the running library, that might
be good if you are compiling SSH yourself but it is a totally
insane way to check for binary/source compatibility in a distribution.
OBS-URL: https://build.opensuse.org/request/show/120648
OBS-URL: https://build.opensuse.org/package/show/network/openssh?expand=0&rev=25
2012-05-16 22:21:36 +00:00
Petr Cerny
b29ae30591
Accepting request 111545 from home:a_jaeger:FactoryFix
...
Fix build.
OBS-URL: https://build.opensuse.org/request/show/111545
OBS-URL: https://build.opensuse.org/package/show/network/openssh?expand=0&rev=23
2012-03-30 14:20:49 +00:00
7385d7e1a1
Accepting request 105960 from home:msmeissn:branches:network
...
fix build with new x11
OBS-URL: https://build.opensuse.org/request/show/105960
OBS-URL: https://build.opensuse.org/package/show/network/openssh?expand=0&rev=21
2012-02-20 15:20:42 +00:00
Stephan Kulow
4095c0743d
Accepting request 98019 from home:aljex
...
Fix building for openSUSE targets back to 10.2
OBS-URL: https://build.opensuse.org/request/show/98019
OBS-URL: https://build.opensuse.org/package/show/network/openssh?expand=0&rev=19
2011-12-26 07:09:33 +00:00
Petr Cerny
5a09a92856
Accepting request 97537 from home:coolo:removeautoconf
...
add autoconf to buildrequires
OBS-URL: https://build.opensuse.org/request/show/97537
OBS-URL: https://build.opensuse.org/package/show/network/openssh?expand=0&rev=18
2011-12-21 17:59:28 +00:00
Minh Ngo
2401590e48
Accepting request 94377 from home:elvigia:branches:network
...
- Add systemd startup units
OBS-URL: https://build.opensuse.org/request/show/94377
OBS-URL: https://build.opensuse.org/package/show/network/openssh?expand=0&rev=16
2011-11-29 19:55:10 +00:00
Petr Cerny
e4e9974691
Accepting request 89778 from home:pcerny:factory
...
- finalising libexecdir change (bnc#726712)
OBS-URL: https://build.opensuse.org/request/show/89778
OBS-URL: https://build.opensuse.org/package/show/network/openssh?expand=0&rev=15
2011-11-02 15:44:39 +00:00
Petr Cerny
5a89c49d11
Accepting request 88642 from home:pcerny:factory
...
- Update to 5.9p1
* sandboxing privsep child through rlimit
- spec files and sources cleanup
- removed bogus key size from init script
OBS-URL: https://build.opensuse.org/request/show/88642
OBS-URL: https://build.opensuse.org/package/show/network/openssh?expand=0&rev=14
2011-10-19 02:18:13 +00:00
Pavol Rusnak
2f1296c7be
Accepting request 86032 from home:jengelh:dev
...
- Avoid overriding libexecdir with %_lib (bnc#712025)
- Clean up the specfile by request of Minh Ngo, details entail:
* remove norootforbuild comments, redundant %clean section
* run spec-beautifier over it
- Add PIEFLAGS to compilation of askpass; fails otherwise
OBS-URL: https://build.opensuse.org/request/show/86032
OBS-URL: https://build.opensuse.org/package/show/network/openssh?expand=0&rev=12
2011-10-05 12:14:43 +00:00
fc3180d72b
Accepting request 80152 from home:elvigia:branches:network
...
- Update to verison 5.8p2
* Fixed vuln in systems without dev/random, we arenot affected
* Fixes problems building with selinux enabled
- Fix build with as-needed and no-add-needed
- Enable libedit/autocompletion support in sftp
OBS-URL: https://build.opensuse.org/request/show/80152
OBS-URL: https://build.opensuse.org/package/show/network/openssh?expand=0&rev=10
2011-09-07 15:50:44 +00:00
Petr Cerny
9810ecd029
Accepting request 69985 from home:msmeissn:branches:network
...
bump hostkey length to 2048
OBS-URL: https://build.opensuse.org/request/show/69985
OBS-URL: https://build.opensuse.org/package/show/network/openssh?expand=0&rev=9
2011-05-10 15:21:03 +00:00
Petr Cerny
ceda754f5a
Accepting request 60057 from home:leonardocf:branches:network
...
reviewed ok.
OBS-URL: https://build.opensuse.org/request/show/60057
OBS-URL: https://build.opensuse.org/package/show/network/openssh?expand=0&rev=7
2011-02-04 13:58:22 +00:00
Petr Cerny
5920438cad
Accepting request 60035 from home:pcerny:factory
...
reviewed ok.
OBS-URL: https://build.opensuse.org/request/show/60035
OBS-URL: https://build.opensuse.org/package/show/network/openssh?expand=0&rev=6
2011-02-04 10:44:51 +00:00
OBS User buildservice-autocommit
397970d96a
Updating link to change in openSUSE:Factory/openssh revision 63.0
...
OBS-URL: https://build.opensuse.org/package/show/network/openssh?expand=0&rev=863b93373a19919c5385d950bb98b64d
2011-02-01 14:14:14 +00:00
2e210d7ee3
Accepting request 59094 from home:leonardocf:branches:network
...
ok
OBS-URL: https://build.opensuse.org/request/show/59094
OBS-URL: https://build.opensuse.org/package/show/network/openssh?expand=0&rev=4
2011-01-31 12:24:57 +00:00
OBS User buildservice-autocommit
c87fe92d21
Updating link to change in openSUSE:Factory/openssh revision 61.0
...
OBS-URL: https://build.opensuse.org/package/show/network/openssh?expand=0&rev=0355ec5af5d6b21f2299a29f11bd66b5
2011-01-14 00:30:34 +00:00
472cc02d40
Autobuild autoformatter for 57969
...
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openssh?expand=0&rev=61
2011-01-14 00:30:34 +00:00
09facd80d7
Accepting request 57969 from network
...
Accepted submit request 57969 from user sbrabec
OBS-URL: https://build.opensuse.org/request/show/57969
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openssh?expand=0&rev=60
2011-01-14 00:30:23 +00:00
OBS User autobuild
66514a0bd2
Autobuild autoformatter for 53420
...
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openssh?expand=0&rev=59
2010-11-20 10:18:32 +00:00
Ruediger Oertel
6c0991dbec
Accepting request 53420 from Base:System
...
Accepted submit request 53420 from user coolo
OBS-URL: https://build.opensuse.org/request/show/53420
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openssh?expand=0&rev=58
2010-11-20 10:18:22 +00:00
OBS User autobuild
1a78120503
Autobuild autoformatter for 53215
...
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openssh?expand=0&rev=57
2010-11-18 16:45:17 +00:00
Ruediger Oertel
17c1bf6665
Accepting request 53215 from Base:System
...
Accepted submit request 53215 from user dirkmueller
OBS-URL: https://build.opensuse.org/request/show/53215
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openssh?expand=0&rev=56
2010-11-18 16:45:04 +00:00
OBS User autobuild
565357ab42
Autobuild autoformatter for 51975
...
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openssh?expand=0&rev=55
2010-11-02 15:08:10 +00:00
Ruediger Oertel
13568cee32
Accepting request 51975 from Base:System
...
Accepted submit request 51975 from user coolo
OBS-URL: https://build.opensuse.org/request/show/51975
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openssh?expand=0&rev=54
2010-11-02 15:07:59 +00:00
OBS User autobuild
fbd21c05cb
Autobuild autoformatter for 51843
...
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openssh?expand=0&rev=53
2010-11-02 10:02:43 +00:00
Ruediger Oertel
7548ab4bcf
Accepting request 51843 from Base:System
...
Accepted submit request 51843 from user coolo
OBS-URL: https://build.opensuse.org/request/show/51843
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openssh?expand=0&rev=52
2010-11-02 10:02:35 +00:00
OBS User autobuild
5dd9e157a3
Autobuild autoformatter for 50922
...
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openssh?expand=0&rev=51
2010-10-19 00:34:41 +00:00
Ruediger Oertel
f00ece6b77
Accepting request 50922 from Base:System
...
Accepted submit request 50922 from user elvigia
OBS-URL: https://build.opensuse.org/request/show/50922
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openssh?expand=0&rev=50
2010-10-19 00:34:35 +00:00
OBS User autobuild
ca1293e43d
Accepting request 48012 from Base:System
...
Copy from Base:System/openssh based on submit request 48012 from user anicka
OBS-URL: https://build.opensuse.org/request/show/48012
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openssh?expand=0&rev=49
2010-09-17 19:02:24 +00:00
OBS User autobuild
90410f9370
Accepting request 46105 from Base:System
...
Copy from Base:System/openssh based on submit request 46105 from user anicka
OBS-URL: https://build.opensuse.org/request/show/46105
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openssh?expand=0&rev=48
2010-08-24 15:31:11 +00:00
OBS User autobuild
df40408f27
Accepting request 43758 from Base:System
...
Copy from Base:System/openssh based on submit request 43758 from user anicka
OBS-URL: https://build.opensuse.org/request/show/43758
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openssh?expand=0&rev=47
2010-07-23 15:15:47 +00:00
OBS User autobuild
18941a2fa0
Accepting request 42332 from Base:System
...
Copy from Base:System/openssh based on submit request 42332 from user msmeissn
OBS-URL: https://build.opensuse.org/request/show/42332
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openssh?expand=0&rev=44
2010-07-02 13:50:25 +00:00
OBS User autobuild
a1ec7168a9
Accepting request 40508 from Base:System
...
Copy from Base:System/openssh based on submit request 40508 from user prusnak
OBS-URL: https://build.opensuse.org/request/show/40508
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openssh?expand=0&rev=43
2010-05-25 09:02:50 +00:00
OBS User autobuild
9ad30c5bed
Accepting request 40041 from Base:System
...
Copy from Base:System/openssh based on submit request 40041 from user anicka
OBS-URL: https://build.opensuse.org/request/show/40041
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openssh?expand=0&rev=42
2010-05-14 22:29:46 +00:00
OBS User autobuild
26b9ced252
Accepting request 38569 from Base:System
...
Copy from Base:System/openssh based on submit request 38569 from user anicka
OBS-URL: https://build.opensuse.org/request/show/38569
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openssh?expand=0&rev=41
2010-04-23 17:29:33 +00:00
OBS User autobuild
0dd322b228
Accepting request 35865 from Base:System
...
Copy from Base:System/openssh based on submit request 35865 from user dirkmueller
OBS-URL: https://build.opensuse.org/request/show/35865
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openssh?expand=0&rev=40
2010-03-31 17:31:53 +00:00
OBS User autobuild
c1af9ee4bd
Accepting request 35778 from Base:System
...
Copy from Base:System/openssh based on submit request 35778 from user anicka
OBS-URL: https://build.opensuse.org/request/show/35778
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openssh?expand=0&rev=39
2010-03-26 15:29:14 +00:00
OBS User autobuild
07d1c9f99b
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openssh?expand=0&rev=38
2010-03-18 15:13:48 +00:00