3d7ad5be88
Accepting request 1332400 from network
...
OBS-URL: https://build.opensuse.org/request/show/1332400
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnfs?expand=0&rev=11
2026-02-11 17:53:51 +00:00
6fab353523
fix build with glibc 2.43 boo#1257260
...
OBS-URL: https://build.opensuse.org/package/show/network/libnfs?expand=0&rev=25
2026-02-11 07:17:53 +00:00
5339bf5d88
Accepting request 1161470 from network
...
OBS-URL: https://build.opensuse.org/request/show/1161470
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnfs?expand=0&rev=10
2024-03-26 18:24:50 +00:00
5cdf404108
Accepting request 1158819 from home:AndreasStieger:branches:network
...
libnfs 5.0.3
OBS-URL: https://build.opensuse.org/request/show/1158819
OBS-URL: https://build.opensuse.org/package/show/network/libnfs?expand=0&rev=23
2024-03-25 15:29:07 +00:00
978b1da355
Accepting request 997685 from network
...
OBS-URL: https://build.opensuse.org/request/show/997685
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnfs?expand=0&rev=9
2022-08-19 15:53:10 +00:00
8f3addf099
Accepting request 997598 from home:dirkmueller:Factory
...
- update to 5.0.2:
* Various small multithreading fixes
* Add opaque pointer to service_proc to make it easier to build server apps.
* BSD compile fix
* OpenBSD support
* fix double free in nfs3_pread_mcb()
OBS-URL: https://build.opensuse.org/request/show/997598
OBS-URL: https://build.opensuse.org/package/show/network/libnfs?expand=0&rev=21
2022-08-18 08:09:24 +00:00
cdcbe27eed
Accepting request 977476 from network
...
OBS-URL: https://build.opensuse.org/request/show/977476
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnfs?expand=0&rev=8
2022-05-17 15:23:43 +00:00
7695f79f76
Accepting request 975734 from home:polslinux:branches:network
...
- Update to version 5.0.1:
* Multithread support for Linux and Windows
* Fix NFS4 behavior of chmod/chown/utimes
* Add marshalling / unmarshalling of various NFSv4.1 structures (but not 4.1 support)
* PS3 support
* PS2 EE support
* Support escaped characters in the URL
OBS-URL: https://build.opensuse.org/request/show/975734
OBS-URL: https://build.opensuse.org/package/show/network/libnfs?expand=0&rev=19
2022-05-16 08:32:22 +00:00
367dc8b507
Accepting request 718320 from network
...
OBS-URL: https://build.opensuse.org/request/show/718320
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnfs?expand=0&rev=7
2019-07-31 12:12:06 +00:00
Tomáš Chvátal
07266736b2
Accepting request 718305 from home:iznogood:branches:network
...
New stable rel
OBS-URL: https://build.opensuse.org/request/show/718305
OBS-URL: https://build.opensuse.org/package/show/network/libnfs?expand=0&rev=17
2019-07-24 18:02:52 +00:00
bf374d2ebf
Accepting request 648217 from network
...
OBS-URL: https://build.opensuse.org/request/show/648217
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnfs?expand=0&rev=6
2018-11-26 09:11:57 +00:00
3f74a0d459
Accepting request 647393 from home:alois:branches:network
...
- Update to version 3.0.0
* NFSv4 support.
* lockf() support (NFSv4 only).
* fcntl() support for locking (NFSv4 only).
* Add CMake support.
* URL arguments to select NFS version.
* URL argument to set nfsport. This allows NFSv4 to work for
servers without portmapper support.
* URL argument to set he mount port.
* NFSv4: use getpwnam to map NFSv4 (Ganesha) when passing
uid/gid as a user/group name insead of as a uid/gid.
* Added nfs-fh: a simle utility to print the filehandle for a
nfs file.
* Add a new open2() function that takes a mode argument.
* Add a testsuite for libnfs.
- Spec cleanup
OBS-URL: https://build.opensuse.org/request/show/647393
OBS-URL: https://build.opensuse.org/package/show/network/libnfs?expand=0&rev=15
2018-11-11 12:01:02 +00:00
c640d9fe60
Accepting request 534531 from network
...
1
OBS-URL: https://build.opensuse.org/request/show/534531
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnfs?expand=0&rev=5
2017-10-23 14:39:58 +00:00
1e946ce71a
Accepting request 534508 from home:Zaitor
...
- Update to version 2.0.0:
+ Bug fixes:
- Fix NULL pointer crash in nfs_link().
- Clamp read/write size for servers (Ganesha) that offer very
large io sizes instead of failing to connect to the export.
- Tell the server to commit all data to stable storage when we
close files.
- Double free fix: don't call rpc_free_pdu() after
rpc_queue_pdu() failure.
- Fix for memory leak in rpc_allocate_*().
- Abort the mount process correctly if MOUNT/MNT returns error
or is cancelled.
- Fix memory leak in error path in nfs_create_2_cb().
- Fix leak of rpc->inbuf if we destroy the context while we
have still PDUs in flight.
+ New features:
- Add O_NOFOLLOW support for nfs_open().
- Add a new mkdir2 command that also takes a mode argument.
- Add a new readlink2 command that avoids having to preallocate
the buffer.
- Add support for RPC timeouts for both the sync and async
interfaces.
- Use SOCK_CLOEXEC for the sockets.
- Make rpc_set{g|u}id() public.
- Performance optimization: socket: Batch pdu read in
rpc_read_from_socket.
- Low level support for NFSv4 some and examples.
- Support for building RPC servers.
- Bump soname to 11 following upstream changes.
- Stop passing disable-werror to configure, no longer needed.
OBS-URL: https://build.opensuse.org/request/show/534508
OBS-URL: https://build.opensuse.org/package/show/network/libnfs?expand=0&rev=13
2017-10-17 19:21:33 +00:00
a4b49b9b6e
Accepting request 478638 from network
...
1
OBS-URL: https://build.opensuse.org/request/show/478638
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnfs?expand=0&rev=4
2017-03-15 00:04:25 +00:00
Bjørn Lie
de8036f44d
Accepting request 478637 from home:Zaitor:branches:network
...
Fix build in factory
OBS-URL: https://build.opensuse.org/request/show/478637
OBS-URL: https://build.opensuse.org/package/show/network/libnfs?expand=0&rev=11
2017-03-11 09:33:46 +00:00
Bjørn Lie
16a7bd7759
Accepting request 478581 from home:Zaitor:branches:network
...
New upstream release
OBS-URL: https://build.opensuse.org/request/show/478581
OBS-URL: https://build.opensuse.org/package/show/network/libnfs?expand=0&rev=10
2017-03-10 22:38:15 +00:00
1a420a1a03
Accepting request 417411 from network
...
1
OBS-URL: https://build.opensuse.org/request/show/417411
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnfs?expand=0&rev=3
2016-08-10 17:55:19 +00:00
Ismail Dönmez
3ccbafa366
Accepting request 417362 from home:olh:branches:network
...
- Add also Release to really obsolete libnfs
OBS-URL: https://build.opensuse.org/request/show/417362
OBS-URL: https://build.opensuse.org/package/show/network/libnfs?expand=0&rev=8
2016-08-08 08:10:46 +00:00
e1b4167055
Accepting request 414565 from network
...
1
OBS-URL: https://build.opensuse.org/request/show/414565
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnfs?expand=0&rev=2
2016-08-03 09:37:54 +00:00
Ismail Dönmez
6a484a43f5
Accepting request 414549 from home:olh:branches:network
...
- Obsolete libnfs from PMBS
OBS-URL: https://build.opensuse.org/request/show/414549
OBS-URL: https://build.opensuse.org/package/show/network/libnfs?expand=0&rev=6
2016-07-23 07:39:30 +00:00
812851b8ad
Accepting request 391384 from network
...
New package, wanted so we can enable more functionality in GNOME's gvfs, but maybe of use for other people too.
OBS-URL: https://build.opensuse.org/request/show/391384
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnfs?expand=0&rev=1
2016-04-28 14:56:14 +00:00
Bjørn Lie
fb6a71dbe1
Do version requires in devel, silence lint warning
...
OBS-URL: https://build.opensuse.org/package/show/network/libnfs?expand=0&rev=4
2016-04-23 12:25:02 +00:00
Bjørn Lie
7d1023e6e2
Fix build for sle11 I hope
...
OBS-URL: https://build.opensuse.org/package/show/network/libnfs?expand=0&rev=3
2016-04-23 12:17:02 +00:00
Bjørn Lie
5ac95eb844
Drop superfluous Requires
...
OBS-URL: https://build.opensuse.org/package/show/network/libnfs?expand=0&rev=2
2016-04-23 12:15:14 +00:00
Ismail Dönmez
c194b8f74e
Accepting request 391377 from home:Zaitor:branches:GNOME:Next
...
Resub after comments (sr#391346), sorry for the spam, had to convert some tabs to spaces..
OBS-URL: https://build.opensuse.org/request/show/391377
OBS-URL: https://build.opensuse.org/package/show/network/libnfs?expand=0&rev=1
2016-04-23 11:26:02 +00:00