Displaying 20 results from an estimated 46 matches for "evres".
Did you mean:
eres
2020 Oct 23
0
Wine release 5.20
The Wine development release 5.20 is now available.
What's new in this release (see below for details):
- More work on the DSS cryptographic provider.
- A number of fixes for windowless RichEdit.
- Support for FLS callbacks.
- Window resizing in the new console host.
- Various bug fixes.
The source is available from the following locations:
2020 Oct 09
0
Wine release 5.19
The Wine development release 5.19 is now available.
What's new in this release (see below for details):
- Wine Mono engine updated to 5.1.1, with WPF text formatting support.
- KERNEL32 library converted to PE.
- DSS cryptographic provider.
- Windowing support in the new console host.
- A number of exception handling fixes.
- Various bug fixes.
The source is available from the
2006 Sep 14
3
Anyone using fuse and/or sshfs under Centos 4.4?
Hi
A search of google failed to show any prebuilt rpms for sshfs and fuse.
I do see that fuse support is in 2.6.14 kernel which isn't a whole lot of
help.
Before I dive headlong into this has anyone successfully built fuse/sshfs
against Centos 4.4.
If so would you share your experience?
Thanks
Daveh
2020 Jul 03
0
Wine release 5.12
The Wine development release 5.12 is now available.
What's new in this release (see below for details):
- NTDLL converted to PE format.
- Support for the WebSocket API.
- Improved RawInput support.
- Vulkan spec update.
- Various bug fixes.
The source is available from the following locations:
https://dl.winehq.org/wine/source/5.x/wine-5.12.tar.xz
2020 Jul 17
0
Wine release 5.13
The Wine development release 5.13 is now available.
What's new in this release (see below for details):
- Re-mapping of INI files to the registry.
- System call thunks in NTDLL.
- Reimplementation of floating point numbers printing.
- Beginnings of a restructuration of the console support.
- Various bug fixes.
The source is available from the following locations:
2009 Jun 26
0
RPM python subroutine for (epoch, version, release) comparation?
Hi, all,
?
?On Centos 5 I am programming RPM with python recently. ?When I read the online RPM python programming guide at http://docs.fedoraproject.org/drafts/rpm-guide-en/ch16s05.html, I got confused at the EVR() function as the function returns the (epoch, version, release) as a string ?%epoch-%version-%release?, and so the RPM ?comparing process is simplified as string comparing ? which
2020 Sep 11
0
Wine release 5.17
The Wine development release 5.17 is now available.
What's new in this release (see below for details):
- ADVAPI32 library converted to PE.
- Beginnings of an NDIS network driver.
- Still more restructuration of the console support.
- Various bug fixes.
The source is available from the following locations:
https://dl.winehq.org/wine/source/5.x/wine-5.17.tar.xz
2020 Jun 19
0
Wine release 5.11
The Wine development release 5.11 is now available.
What's new in this release (see below for details):
- Wine Mono engine updated to 5.1.0, with WpfGfx library support.
- More work on the separate Unix library for NTDLL.
- Beginnings of a NetIO kernel driver implementation.
- Initial support for the Print Ticket API.
- Removal of the obsolete 32-bit PowerPC architecture.
-
1998 Sep 17
1
Lazy Samba (that'd make it Waltz)
...*******
O * FIGHT *
TRUST NO ONE @ DE E @ BELIEVE THE LIE @ AP * THE *
N T * FUTURE!!! *
___THE___ Y A *****************
\ \ / / CSUFBO @ EVRES RO TSISER @ ELGIEVNI @ EVIECED @ ET E
@
\ V / E _______________________________________________ O L
\ / V |Juan Carlos Castro y Castro | H
S
/ \ E |jcastro@pcshop.com.br | A
E
/ ^ \ R |Linuxeiro, alvinegro,...
2017 Sep 29
0
Wine release 2.18
The Wine development release 2.18 is now available.
What's new in this release (see below for details):
- Radial gradients in Direct2D.
- Asynchronous message support in WebServices.
- Virtual memory write watches improvements.
- FreeType 2.8.1 compatibility fixes.
- Various bug fixes.
The source is available from the following locations:
2016 Feb 18
0
[PATCH 3/3] Add and use an helper error function
Simplier version of what is implemented in Common_utils in libguestfs,
only adding the application prefix and handling the exit.
---
src/build.ml | 20 +++++-----------
src/dpkg.ml | 4 +---
src/kernel.ml | 27 ++++++++++------------
src/package_handler.ml | 7 +++---
src/pacman.ml | 6 ++---
src/prepare.ml | 12 ++++------
src/rpm.ml
2019 Aug 30
0
Wine release 4.15
The Wine development release 4.15 is now available.
What's new in this release (see below for details):
- Initial implementation of the HTTP service.
- Stack unwinding support on ARM64.
- Better multi-monitor support on macOS.
- RichEdit control optimizations.
- Various bug fixes.
The source is available from the following locations:
2010 Oct 10
8
recommended way to install source rpms?
yes, i've read the online docs and followed a link or two to find a
simple way to do this, such as:
http://sourceware.org/systemtap/wiki/SystemTapOnCentOS
so, these days, is that the canonical way to download source rpms?
now, note that i'm not arguing about whether this is a good idea. in
my circumstances, i want the ability to just "yum download" source
rpms so that i can
1998 Nov 16
3
samba ver 2 beta 1 (gaping wide bug)
Please excuse me if this has been covered, but I just noticed something odd
with samba 2 beta 1. If I use smbclient to connect to a passworded resource on
a win machine (I've tried it with 98/95) and I just hit enter for the password,
it lets me in. No questions asked. So, I pretty much have unlimited read
access to stuff I should not be able to get to.
Best Regards.
If this is the wrong
2016 Feb 18
4
[PATCH 0/3] supermin: miscellaneous cleanups
Hi,
few cleanups in the supermin codebase; no actual functional change.
Thanks,
--
Pino Toscano (3):
ext2: simplify tracking of visited modules
utils: remove unused run_python function
Add and use an helper error function
src/build.ml | 20 +++++-----------
src/dpkg.ml | 4 +---
src/ext2_initrd.ml | 10 ++++----
src/kernel.ml | 27
2019 Apr 12
6
[supermin PATCH 0/5] rpm: fix package selection w/ multilib
This patch series fixes the way supermin sorts the list of installed
packages when resolving a name, picking the right package for the host
architecture.
Pino Toscano (5):
rpm: do not unpack parameters
rpm: fix version comparison
rpm: query the RPM architecture
rpm: fix package sorting (RHBZ#1696822)
utils: remove unused 'compare_architecture' function
src/librpm-c.c | 10
2020 Sep 25
0
Wine release 5.18
The Wine development release 5.18 is now available.
What's new in this release (see below for details):
- Vulkan shader compilation using the new vkd3d-shader library.
- USER32 library converted to PE.
- Console no longer requires the curses library.
- Support for display modes with various orientations.
- A number of syntax fixes in the WIDL compiler.
- Non-recursive makefiles.
2015 May 01
1
kernel-debuginfo
Hi,
Even though I am not running a centos.plus kernel yum wants to install
the kernel-debuginfo for it.
# yum install --disablerepo=\* --enablerepo=base-debuginfo kernel-debuginfo
Loaded plugins: fastestmirror, refresh-packagekit
Setting up Install Process
Loading mirror speeds from cached hostfile
Resolving Dependencies
--> Running transaction check
---> Package kernel-debuginfo.x86_64
1998 Sep 17
1
Logon Musings
...*******
O * FIGHT *
TRUST NO ONE @ DE E @ BELIEVE THE LIE @ AP * THE *
N T * FUTURE!!! *
___THE___ Y A *****************
\ \ / / CSUFBO @ EVRES RO TSISER @ ELGIEVNI @ EVIECED @ ET E
@
\ V / E _______________________________________________ O L
\ / V |Juan Carlos Castro y Castro | H
S
/ \ E |jcastro@pcshop.com.br | A
E
/ ^ \ R |Linuxeiro, alvinegro,...
1998 Oct 20
1
Safe Win9x?
I want to install a linux samba server to serve 30 win9x machines. I
want to prevent users from writing on the local drives, they should
have write access only to their home dirs on the samba box. These
users have a nasty habit of deleting crucial system files.
Is it at all possible with win9x and samba? Of course NT workstations
could resolve the problem, but that's not an option with these